• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/122

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

122 Cards in this Set

  • Front
  • Back
802.11i
The IEEE standard for wireless network encryption and authentication that uses the EAP authentication method, strong encryption, and dynamically assigned keys, which are different for every transmission. 802.11i specifies AES encryption and weaves a key into each packet.
802.1x
A vendor-independent IEEE standard for securing transmission between nodes according to the transmission’s port, whether physical or logical. 802.1x, also known as EAPoL, is the authentication standard followed by wireless networks using 802.11i.
AAA (authentication, authorization, and accounting)
The name of a category of protocols that establish a client’s identity; check the client’s credentials and, based on those, allow or deny access to a system or network; and, finally, track the client’s system or network usage.
ACL (access control list)
A list of statements used by a router to permit or deny the forwarding of traffic on a network based on one or more criteria.
AES (Advanced Encryption Standard)
A private key encryption algorithm that weaves keys of 128, 160, 192, or 256 bits through data multiple times. The algorithm used in the most popular form of AES is known as Rijndael. AES has replaced DES in situations such as military communications, which require the highest level of security.
AH (authentication header)
In the context of IPSec, a type of encryption that provides authentication of the IP packet’s data payload through public key techniques.
AS (authentication service)
In Kerberos terminology, the process that runs on a KDC (Key Distribution Center) to initially validate a client who’s logging on. The authentication service issues a session key to the client and to the service the client wants to access.
asymmetric encryption
A type of encryption (such as public key encryption) that uses a different key for encoding data than is used for decoding the ciphertext.
authentication protocol
A set of rules that governs how servers authenticate clients. Several types of authentication protocols exist.
authenticator
In Kerberos authentication, the user’s time stamp encrypted with the sessionkey. The authenticator is used to help the service verify that a user’s ticket is valid.
biorecognition access
A method of authentication in which a device scans an individual’s unique physical characteristics (such as the color patterns in her iris or the geometry of her hand) to verify the user’s identity.
brute force attack
An attempt to discover an encryption key or password by trying numerous possible character combinations. Usually, a brute force attack is performed rapidly by a program designed for that purpose.
CA (certificate authority)
An organization that issues and maintains digital certificates as part of the Public-key Infrastructure.
challenge
A random string of text issued from one computer to another in some forms of authentication. It is used, along with the password (or other credential), in a response to verify the computer’s credentials.
CHAP (Challenge Handshake Authentication Protocol)
An authentication protocol that operates over PPP and that requires the authenticator to take the first step by offering the other computer a challenge. The requestor responds by combining the challenge with its password, encrypting the new string of characters and sending it to the authenticator. The authenticator matches to see if the requestor’s encrypted string of text matches its own encrypted string of characters. If so, the requester is authenticated and granted access to secured resources.
ciphertext
The unique data block that results when an original piece of data (such as text) is encrypted (for example, by using a key)
client_hello
In the context of SSL encryption, a message issued from the client to the server that contains information about what level of security the client’s browser is capable of accepting and what type of encryption the client’s browser can decipher (for example, RSA or Diffie-Hellman). The client_hello message also establishes a randomly generated number that uniquely identifies the client, plus another number that identifies the SSL session.
content-filtering firewall
A firewall that can block designated types of traffic from entering a protected network.
denial-of-service attack
A security attack in which a system becomes unable to function because it has been inundated with requests for services and can’t respond to any of them. As a result, all data transmissions are disrupted.
DES (Data Encryption Standard)
A popular private key encryption technique that was developed by IBM in the 1970s.
dictionary attack
A technique in which attackers run a program that tries a combination of a known user ID and, for a password, every word in a dictionary to attempt to gain access to a network.
Diffie-Hellman
The first commonly used public, or asymmetric, key algorithm. Diffie- Hellman was released in 1975 by its creators, Whitfield Diffie and Martin Hellman.
digital certificate
A password-protected and encrypted file that holds an individual’s identification information, including a public key and a private key. The individual’s public key is used to verify the sender’s digital signature, and the private key allows the individual to log on to a third-party authority who administers digital certificates.
DMZ (demilitarized zone)
The perimeter of a protected, internal network where users, both authorized and unauthorized, from external networks can attempt to access it. Firewalls and IDS/IPS systems are typically placed in the DMZ.
DNS spoofing
A security attack in which an outsider forges name server records to falsify his host’s identity.
EAP (Extensible Authentication Protocol)
A Data Link layer protocol defined by the IETF that specifies the dynamic distribution of encryption keys and a preauthentication process in which a client and server exchange data via an intermediate node (for example, an access point on a wireless LAN). Only after they have mutually authenticated can the client and server exchange encrypted data. EAP can be used with multiple authentication and encryption schemes.
encryption
The use of an algorithm to scramble data into a format that can be read only by reversing the algorithm—decrypting the data—to keep the information private. The most popular kind of encryption algorithm weaves a key into the original data’s bits, sometimes several times in different sequences, to generate a unique data block.
encryption devices
Computers or specialized adapters inserted into other devices, such as routers or servers, that perform encryption.
ESP (Encapsulation Security Payload)
In the context of IPSec, a type of encryption that provides authentication of the IP packet’s data payload through public key techniques. In addition, ESP also encrypts the entire IP packet for added security.
evil twin
An exploit in which a rogue access point masquerades as a legitimate access point, using the same SSID and potentially other identical settings.
exploit
In the context of network security, the means by which a hacker takes advantage of a vulnerability.
flashing
A security attack in which an Internet user sends commands to another Internet user’s machine that cause the screen to fill with garbage characters. A flashing attack causes the user to terminate her session.
FTP bounce
A security exploit in which an FTP client specifies a different host’s IP address and port number for the requested data’s destination. By commanding the FTP server to connect to a different computer, a hacker can scan the ports on other hosts and transmit malicious code. To thwart FTP bounce attacks, most modern FTP servers will not issue data to hosts other than the client that originated the request.
hacker
Traditionally, a person who masters the inner workings of operating systems and utilities in an effort to better understand them. More generally, an individual who gains unauthorized access to systems or networks with or without malicious intent.
handshake protocol
One of several protocols within SSL, and perhaps the most significant. As its name implies, the handshake protocol allows the client and server to authenticate (or introduce) each other and establishes terms for how they securely exchange data during an SSL session.
HIDS (host-based intrusion detection)
A type of intrusion detection that runs on a single computer, such as a client or server, that has access to and allows access from the Internet.
HIPS (host-based intrusion prevention)
A type of intrusion prevention that runs on a single computer, such as a client or server, that has access to and allows access from the Internet.
honeynet
A network of honeypots.
honeypot
A decoy system isolated from legitimate systems and designed to be vulnerable to security exploits for the purposes of learning more about hacking techniques or nabbing a hacker in the act.
host-based firewall
A firewall that only protects the computer on which it’s installed. host-based
HTTPS (HTTP over Secure Sockets Layer)
The URL prefix that indicates that a Web page requires its data to be exchanged between client and server using SSL encryption. HTTPS uses the TCP port number 443.
IDS (intrusion-detection system)
A dedicated device or software running on a host that monitors, flags, and logs any unauthorized attempt to access an organization’s secured resources on a network or host.
IKE (Internet Key Exchange)
The first phase of IPSec authentication, which accomplishes key management. IKE is a service that runs on UDP port 500. After IKE has established the rules for the type of keys two nodes use, IPSec invokes its second phase, encryption.
IPS (intrusion-prevention system)
A dedicated device or software running on a host that automatically reacts to any unauthorized attempt to access an organization’s secured resources on a network or host. IPS is often combined with IDS.
IPSec (Internet Protocol Security)
A Layer 3 protocol that defines encryption, authentication, and key management for TCP/IP transmissions. IPSec is an enhancement to IPv4 and is native to IPv6. IPSec is unique among authentication methods in that it adds security information to the header of all IP packets.
IP spoofing
A security attack in which an outsider obtains internal IP addresses and then uses those addresses to pretend that he has authority to access a private network from the Internet.
ISAKMP (Internet Security Association and Key Management Protocol)
A service for setting policies to verify the identity and the encryption methods nodes will use in IPSec transmission.
KDC (Key Distribution Center)
In Kerberos terminology, the server that runs the authentication service and the Ticket-Granting Service to issue keys and tickets to clients.
Kerberos
A cross-platform authentication protocol that uses key encryption to verify the identity of clients and to securely exchange information after a client logs on to a system. It is an example of a private key encryption service.
key
A series of characters that is combined with a block of data during that data’s encryption. To decrypt the resulting data, the recipient must also possess the key.
key management
The method whereby two nodes using key encryption agree on common parameters for the keys they will use to encrypt data.
key pair
The combination of a public and private key used to decipher data that was encrypted using public key encryption.
man-in-the-middle attack
A security threat that relies on intercepted transmissions. It can take one of several forms, but in all cases a person redirects or captures secure data traffic while in transit.
metasploit
A penetration-testing tool that combines known scanning techniques and exploits to result in potentially new types of exploits.
MS-CHAP (Microsoft Challenge Handshake Authentication Protocol)
An authentication protocol provided with Windows operating systems that uses a three-way handshake to verify a client’s credentials and encrypts passwords with a challenge text.
MS-CHAPv2 (Microsoft Challenge Handshake Authentication Protocol, version 2)
An authentication protocol provided with Windows operating systems that follows the CHAP model, but uses stronger encryption, uses different encryption keys for transmission and reception, and requires mutual authentication between two computers.
multifactor authentication
An authentication process that requires the client to provide two or more pieces of information, such as a password, fingerprint scan, and security token.
mutual authentication
An authentication scheme in which both computers verify the credentials of each other.
Nessus
A penetration-testing tool from Tenable Security that performs sophisticated scans to discover information about hosts, ports, services, and software.
network-based firewall
A firewall configured and positioned to protect an entire network.
network key
A key (or character string) required for a wireless station to associate with an access point using WEP.
NIDS (network-based intrusion detection)
A type of intrusion detection that occurs on devices that are situated at the edge of the network or that handle aggregated traffic.
NIPS (network-based intrusion prevention)
A type of intrusion prevention that occurs on devices that are situated at the edge of the network or that handle aggregated traffic.
NMAP (Network Mapper)
A scanning tool designed to assess large networks quickly and provide comprehensive, customized information about a network and its hosts. NMAP, which runs on virtually any modern operating system, is available for download at no cost at www.nmap.org.
OpenSSH
An open source version of the SSH suite of protocols.
packet-filtering firewall
A router that examines the header of every packet of data that it receives to determine whether that type of packet is authorized to continue to its destination. Packet-filtering firewalls are also called screening firewalls.
PAP (Password Authentication Protocol)
A simple authentication protocol that operates over PPP. Using PAP, a client issues its credentials in a request to authenticate, and the server responds with a confirmation or denial of authentication after comparing the credentials with those in its database. PAP is not very secure and is, therefore, rarely used on modern networks.
PGP (Pretty Good Privacy)
A key-based encryption system for e-mail that uses a two-step verification process.
phishing
A practice in which a person attempts to glean access or authentication information by posing as someone who needs that information.
PKI (Public-key Infrastructure)
The use of certificate authorities to associate public keys with certain users.
port authentication
A technique in which a client’s identity is verified by an authentication server before a port, whether physical or logical, is opened for the client’s Layer 3 traffic. See also 802.1x.
port forwarding
The process of redirecting traffic from its normally assigned port to a different port, either on the client or server. In the case of using SSH, port forwarding can send data exchanges that are normally insecure through encrypted tunnels.
port mirroring
A monitoring technique in which one port on a switch is configured to send a copy of all its traffic to a second port.
port scanner
Software that searches a server, switch, router, or other device for open ports, which can be vulnerable to attack.
posture assessment
An assessment of an organization’s security vulnerabilities. Posture assessments should be performed at least annually and preferably quarterly—or sooner if the network has undergone significant changes. For each risk found, it should rate the severity of a potential breach, as well as its likelihood.
principal
In Kerberos terminology, a user or client.
private key encryption
A type of key encryption in which the sender and receiver use a key to which only they have access. DES (Data Encryption Standard), which was developed by IBM in the 1970s, is a popular example of a private key encryption technique. Private key encryption is also known as symmetric encryption.
proxy server
A network host that runs a proxy service. Proxy servers may also be called gateways.
proxy service
A software application on a network host that acts as an intermediary between the external and internal networks, screening all incoming and outgoing traffic and providing one address to the outside world, instead of revealing the addresses of internal LAN devices.
public key encryption
A form of key encryption in which data is encrypted using two keys: One is a key known only to a user, and the other is a key associated with the user and that can be obtained from a public source, such as a public key server. Some examples of public key algorithms include RSA and Diffie-Hellman. Public key encryption is also known as asymmetric encryption.
public key server
A publicly available host (such as an Internet host) that provides free access to a list of users’ public keys (for use in public key encryption).
RADIUS (Remote Authentication Dial-In User Service)
A popular protocol for providing centralized AAA (authentication, authorization, and accounting) for multiple users. RADIUS runs over UDP and can use one of several authentication protocols.
RADIUS server
A server that offers centralized authentication services to a network’s access server, VPN server, or wireless access point via the RADIUS protocol.
RC4
An asymmetric key encryption technique that weaves a key with data multiple times as a computer issues the stream of data. RC4 keys can be as long as 2048 bits. In addition to being highly secure, RC4 is fast.
RSA
An encryption algorithm that creates a key by randomly choosing two large prime numbers and multiplying them together. RSA is named after its creators, Ronald Rivest, Adi Shamir, and Leonard Adleman. RSA was released in 1977, but remains popular today for e-commerce transactions.
SCP (Secure CoPy)
A method for copying files securely between hosts. SCP is part of the OpenSSH package, which comes with modern UNIX and Linux operating systems. Third- party SCP applications are available for Windows-based computers.
security audit
An assessment of an organization’s security vulnerabilities performed by an accredited network security firm.
security policy
A document or plan that identifies an organization’s security goals, risks, levels of authority, designated security coordinator and team members, responsibilities for each team member, and responsibilities for each employee. In addition, it specifies how to address security breaches.
security token
A device or piece of software used for authentication that stores or generates information, such as a series of numbers or letters, known only to its authorized user.
server_hello
In the context of SSL encryption, a message issued from the server to the client that confirms the information the server received in the client_hello message. It also agrees to certain terms of encryption based on the options the client supplied. Depending on the Web server’s preferred encryption method, the server may choose to issue your browser a public key or a digital certificate at this time.
session key
In the context of Kerberos authentication, a key issued to both the client and the server by the authentication service that uniquely identifies their session.
SFTP (Secure File Transfer Protocol)
A protocol available with the proprietary version of SSH that copies files between hosts securely. Like FTP, SFTP first establishes a connection with a host and then allows a remote user to browse directories, list files, and copy files. Unlike FTP, SFTP encrypts data before transmitting it.
single sign-on
A form of authentication in which a client signs on once to access multiple systems or resources.
smurf attack
A threat to networked hosts in which the host is flooded with broadcast ping messages. A smurf attack is a type of denial-of-service attack.
social engineering
The act of manipulating personal relationships to circumvent network security measures and gain access to a system.
SSH (Secure Shell)
A connection utility that provides authentication and encryption. With SSH, you can securely log on to a host, execute commands on that host, and copy files to or from that host. SSH encrypts data exchanged throughout the session.
SSL (Secure Sockets Layer)
A method of encrypting TCP/IP transmissions—including Web pages and data entered into Web forms—en route between the client and server using public key encryption technology.
SSL session
In the context of SSL encryption, an association between the client and server that is defined by an agreement on a specific set of encryption techniques. An SSL session allows the client and server to continue to exchange data securely as long as the client is still connected to the server. SSL sessions are established by the SSL handshake protocol.
stateful firewall
A firewall capable of monitoring a data stream from end to end.
stateless firewall
A firewall capable only of examining packets individually. Stateless firewalls perform more quickly than stateful firewalls, but are not as sophisticated.
symmetric encryption
A method of encryption that requires the same key to encode the data as is used to decode the ciphertext.
TACACS+ (Terminal Access Controller Access Control System Plus)
A Cisco proprietary protocol for AAA (authentication, authorization, and accounting). Like RADIUS, TACACS+ may use one of many authentication protocols. Unlike RADIUS, TACACS+ relies on TCP at the Network layer and allows for separation of the AAA services.
TGS (Ticket-Granting Service)
In Kerberos terminology, an application that runs on the KDC that issues Ticket-Granting Tickets to clients so that they need not request a new ticket for each new service they want to access.
TGT (Ticket-Granting Ticket)
In Kerberos terminology, a ticket that enables a user to be accepted as a validated principal by multiple services.
three-way handshake
An authentication process that involves three steps.
ticket
In Kerberos terminology, a temporary set of credentials that a client uses to prove that its identity has been validated by the authentication service.
TKIP (Temporal Key Integrity Protocol)
An encryption key generation and management scheme used by 802.11i.
TLS (Transport Layer Security)
A version of SSL being standardized by the IETF (Internet Engineering Task Force). With TLS, the IETF aims to create a version of SSL that encrypts UDP as well as TCP transmissions. TLS, which is supported by new Web browsers, uses slightly different encryption algorithms than SSL, but otherwise is very similar to the most recent version of SSL.
Triple DES (3DES)
The modern implementation of DES, which weaves a 56-bit key through data three times, each time using a different key.
two-factor authentication
A process in which clients must supply two pieces of information to verify their identity and gain access to a system.
VPN concentrator
A specialized device that authenticates VPN clients and establishes tunnels for VPN connections.
vulnerability
A weakness of a system, process, or architecture that could lead to compromised information or unauthorized access to a network.
war chalking
The use of chalk to draw symbols on a sidewalk or wall within range of an access point. The symbols, patterned after marks that hobos devised to indicate hospitable places for food or rest, indicate the access point’s SSID and whether it’s secured.
war driving
The act of driving while running a laptop configured to detect and capture wireless data transmissions.
WEP (Wired Equivalent Privacy)
A key encryption technique for wireless networks that uses keys both to authenticate network clients and to encrypt data in transit.
WEP cracking
A security exploit in which a hacker uses a program to discover a WEP key.
Wi-Fi Alliance
An international, nonprofit organization dedicated to ensuring the interoperability of 802.11-capable devices.
WPA (Wi-Fi Protected Access)
A wireless security method endorsed by the Wi-Fi Alliance that is considered a subset of the 802.11i standard. In WPA, authentication follows the same mechanism specified in 802.11i. The main difference between WPA and 802.11i is that WPA specifies RC4 encryption rather than AES.
WPA2
The name given to the 802.11i security standard by the Wi-Fi Alliance. The only difference between WPA2 and 802.11i is that WPA2 includes support for the older WPA security method.
WPA2-Enterprise
An authentication scheme for Wi-Fi networks that combines WPA2 with RADIUS.
WPA cracking
A security exploit in which a hacker uses a program to discover a WPA key. WPA-Enterprise An authentication scheme for Wi-Fi networks that combines WPA with RADIUS.
zero-day exploit
An exploit that takes advantage of a software vulnerability that hasn’t yet become public, and is known only to the hacker who discovered it. Zero-day exploits are particularly dangerous, because the vulnerability is exploited before the software developer has the opportunity to provide a solution for it.