6: Security Technology 1

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/82

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:56 AM on 5/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

83 Terms

1
New cards

Technical controls

essential in enforcing policy for many IT functions that do not involve direct human control

2
New cards

Technical control solutions

improve an organization's ability to balance making information readily available against increasing information's levels of confidentiality and integrity

3
New cards

Access control

method by which systems determine whether and how to admit a user into a trusted area of the organization

4
New cards

Mandatory access controls (MACs)

use data classification schemes

5
New cards

Nondiscretionary controls

strictly-enforced version of MACs that are managed by a central authority

6
New cards

Discretionary access controls (DACs)

implemented at the discretion or option of the data user

7
New cards

Identification

mechanism whereby an unverified entity that seeks access to a resource proposes a label by which they are known to the system

8
New cards

Supplicant

entity that seeks a resource

9
New cards

Identifiers

can be composite identifiers, concatenating elements-department codes, random numbers, or special characters to make them unique

10
New cards

Authentication

the process of validating a supplicant's purported identity

11
New cards

Authentication factors

Something a supplicant knows, Something a supplicant has, Something a supplicant is

12
New cards

Password

a private word or combination of characters that only the user should know

13
New cards

Passphrase

a series of characters, typically longer than a password, from which a virtual password is derived

14
New cards

Smart card

contains a computer chip that can verify and validate information

15
New cards

Something a supplicant has

Smart card, Synchronous tokens, Asynchronous tokens

16
New cards

Something a supplicant is

Relies upon individual characteristics, Strong authentication

17
New cards

Authorization

the matching of an authenticated entity to a list of information assets and corresponding access levels

18
New cards

Authorization tickets

used to handle authorization

19
New cards

Accountability (auditability)

ensures that all actions on a system—authorized or unauthorized—can be attributed to an authenticated identity

20
New cards

Systems logs

record specific information

21
New cards

Firewalls

Prevent specific types of information from moving between the outside world (untrusted network) and the inside world (trusted network)

22
New cards

Five processing modes by which firewalls can be categorized

Packet filtering, Application gateways, Circuit gateways, MAC layer firewalls, Hybrids

23
New cards

Packet filtering firewalls

examine header information of data packets

24
New cards

Simple firewall models

enforce rules designed to prohibit packets with certain addresses or partial addresses

25
New cards

Three subsets of packet filtering firewalls

Static filtering, Dynamic filtering, Stateful inspection

26
New cards

Static filtering

requires that filtering rules governing how the firewall decides which packets are allowed and which are denied are developed and installed

27
New cards

Dynamic filtering

allows firewall to react to emergent event and update or create rules to deal with event

28
New cards

Stateful inspection

firewalls that keep track of each network connection between internal and external systems using a state table

29
New cards

Application gateways

Frequently installed on a dedicated computer; also known as a proxy server

30
New cards

Proxy server exposure

Since proxy server is often placed in unsecured area of the network (e.g., DMZ), it is exposed to higher levels of risk from less trusted networks

31
New cards

Additional filtering routers

can be implemented behind the proxy server, further protecting internal systems

32
New cards

Circuit gateway firewall

Operates at transport layer

33
New cards

Circuit gateway function

Like filtering firewalls, do not usually look at data traffic flowing between two networks, but prevent direct connections between one network and another

34
New cards

Circuit gateway accomplishment

Accomplished by creating tunnels connecting specific processes or systems on each side of the firewall, and allow only authorized traffic in the tunnels

35
New cards

MAC layer firewalls

Designed to operate at the media access control layer of OSI network model

36
New cards

MAC layer firewalls capability

Able to consider specific host computer's identity in its filtering decisions

37
New cards

MAC addresses of specific host computers

are linked to access control list (ACL) entries that identify specific types of packets that can be sent to each host; all other traffic is blocked

38
New cards

Hybrid firewalls

Combine elements of other types of firewalls; i.e., elements of packet filtering and proxy services, or of packet filtering and circuit gateways;

39
New cards

Hybrid firewalls

Alternately, may consist of two separate firewall devices; each a separate firewall system, but connected to work in tandem

40
New cards

First generation

static packet filtering firewalls

41
New cards

Second generation

application-level firewalls or proxy servers

42
New cards

Third generation

stateful inspection firewalls

43
New cards

Fourth generation

dynamic packet filtering firewalls; allow only packets with particular source, destination, and port addresses to enter

44
New cards

Fifth generation

kernel proxies; specialized form working under kernel of Windows NT

45
New cards

Firewall categories by structure

Commercial-grade firewall system, Small office/home office (SOHO) firewall appliances, Residential-grade firewall software

46
New cards

Firewall devices

can be configured in a number of network connection architectures

47
New cards

Packet filtering routers

Most organizations with Internet connection have a router serving as interface to Internet;

48
New cards

Packet filtering routers

Many of these routers can be configured to reject packets that organization does not allow into network;

49
New cards

Packet filtering routers

Drawbacks include a lack of auditing and strong authentication

50
New cards

Screened host firewalls

Combines packet filtering router with separate, dedicated firewall such as an application proxy server;

51
New cards

Screened host firewalls

Allows router to prescreen packets to minimize traffic/load on internal proxy

52
New cards

Bastion host

Separate host often referred to as a --

53
New cards

Bastion host

can be rich target for external attacks and should be very thoroughly secured

54
New cards

Bastion host

Also known as a sacrificial host

55
New cards

Dual-homed host firewalls

Bastion host contains two network interface cards (NICs): one connected to external network, one connected to internal network;

56
New cards

Dual-homed host firewalls

Implementation of this architecture often makes use of network address translation (NAT), creating another barrier to intrusion from external attackers

57
New cards

Screened subnet firewall

the dominant architecture used today; Commonly consists of two or more internal bastion hosts behind packet filtering router, with each host protecting trusted network

58
New cards

Another facet of DMZs

extranets

59
New cards

SOCKS servers

SOCKS is the protocol for handling TCP traffic via a proxy server

60
New cards

SOCKS servers

A proprietary circuit-level proxy server that places special SOCKS client-side agents on each workstation;

61
New cards

SOCKS system

A -- can require support and management resources beyond those of traditional firewalls

62
New cards

Second most important issue in selecting a firewall

cost

63
New cards

Content Filters

Software filter—not a firewall—that allows administrators to restrict content access from within network;

64
New cards

Content Filters

Essentially a set of scripts or programs restricting user access to certain networking protocols/Internet locations

65
New cards

Content Filters

Primary focus to restrict internal access to external material;

66
New cards

Content Filters

Most common -- restrict users from accessing non-business Web sites or deny incoming span

67
New cards

Internetwork connections

Installing requires leased lines or other data channels; these connections are usually secured under requirements of formal service agreement

68
New cards

virtual private networks (VPNs)

Options such as -- have become more popular due to spread of Internet

69
New cards

Remote Access

Unsecured, dial-up connection points represent a substantial exposure to attack

70
New cards

war dialer

Attacker can use device called a -- to locate connection points

71
New cards

War dialer

automatic phone-dialing program that dials every number in a configured range and records number if modem picks up

72
New cards

RADIUS, TACACS, and Diameter

Systems that authenticate user credentials for those trying to access an organization's network via dial-up

73
New cards

Remote Authentication Dial-In User Service (RADIUS)

centralizes management of user authentication system in a central RADIUS server

74
New cards

Diameter

emerging alternative derived from RADIUS

75
New cards

Terminal Access Controller Access Control System (TACACS)

validates user's credentials at centralized server (like RADIUS); based on client/server configuration

76
New cards

Sesame meaning

Secure European System for Applications in a Multivendor Environment (SESAME)

77
New cards

Sesame

User is first authenticated to authentication server and receives token

Token then presented to privilege attribute server as proof of identity to gain privilege attribute certificate

Uses public key encryption; adds additional and more sophisticated access control features; more scalable encryption systems; improved manageability; auditing features; delegation of responsibility for allowing access

78
New cards

Virtual Private Networks (VPNs)

Private and secure network connection between systems; uses data communication capability of unsecured and public network;

79
New cards

Virtual Private Networks (VPNs)

Securely extends organization's internal network connections to remote locations beyond trusted network

80
New cards

Tunnel mode

Organization establishes two perimeter tunnel servers; These servers act as encryption points, encrypting all traffic that will traverse unsecured network; Primary benefit to this model is that an intercepted packet reveals nothing about true destination system

81
New cards

Example of tunnel mode VPN

Microsoft's Internet Security and Acceleration (ISA) Server

82
New cards

Firewalls

Technology from packet filtering to dynamic stateful inspection; Architectures vary with the needs of the network

83
New cards

Virtual private networks

Encryption between networks over the Internet