Domain 5! Flashcards
All cards done 10/15/18
What are the 3 types of authentication factors? (in order from 1 to 3)
1) Something you KNOW (a password)
2) Something you HAVE (a Token)
3) Something you ARE/DO (biometrics)
What are some examples of Type 3 (biometrics) authentication factors that are considered, “something you ARE?” (there are 6)
1) Fingerprints
2) Face Scan
3) Retina Scan
4) Iris Scan
5) Palm Scan
6) Hand Geometry
What is a Biometrics Type 1 Error?
Type 1 Error is a False Negative. This occurs when a valid subject is not authenticated.
What is a Biometrics Type 2 Error?
Type 2 Error is a FALSE POSITIVE. This occurs when an invalid subject is authenticated.
What are some examples of Type 3 (biometrics) authentication factors that are considered “something you DO?” (there are 4)
1) Heart/Pulse Patterns
2) Voice Pattern Recognition
3) Signature Dynamics
4) Keystroke Patterns
What is a False Acceptance Rate (FAR)?
FAR is the ratio of Type 2 Errors to valid authentications.
What is a False Rejection Rate (FRR)?
FRR is the ratio of Type 1 Errors to valid authentications.
What is a Crossover/Equal Error Rate (CER/ERR)?
CER/ERR is used to compare the overall quality of biometric devices.
What is Centralized Access Control?
Centralized Access Control is when all authorization verification is performed by a single entity within a system
What is Decentralized Access Control?
Decentralized Access Control is when various entities located throughout the system perform authorization verification.
Name a few SSO Mechanisms (name 3).
LDAP, PKI, and Kerberos
How should you think of LDAP as an SSO Mechanism?
Think of LDAP as a telephone directory for network services and assets.
Describe PKI as an SSO Mechanism.
PKI uses LDAP when integrating digital certificates into transmissions.
Describe Kerberos as an SSO Mechanism.
Kerberos is the most common/well-known ticket system. Ticket authentication employs a third-party entity to prove identification and provide authentication.
What does Kerberos provide regarding CIA?
Kerberos provides Confidentiality & Integrity.
What 2 attacks does Kerberos help prevent?
Kerberos helps prevent Replay & Eavesdropping attacks.
Name the 4 Kerberos Elements.
1) Key Distribution Center (KDC)
2) Kerberos Authentication Server
3) Ticket-Granting Ticker
4) Ticket
Describe Kerberos’ Key Distribution Center.
The KDC is the trusted third party that provides authentication services.
Describe the Kerberos Authentication Server/
The Kerberos Authentication Server hosts the functions of the KDC.
Describe the Kerberos Ticket-Granting Ticket.
The Ticket-Granting Ticket provides proof that a subject has authenticated through KDC and is authorized access.
Describe the Kerberos Ticket.
The Ticket is an encrypted message that provides proof that a subject is authorized to access an object.
What is Implicit Deny?
Implicit Deny is (an Authorization Mechanism) when access to an object hasn’t been explicitly granted, then access is (implicitly) denied.
What is a Permission?
A Permission is the access granted for an object and determine what you can do w/it
What is a Right?
A Right refers to the ability to take an action on an object
What is a Privilege?
A Privilege is a combination of rights and permissions.
What Authorization Mechanism consults a table that consists of subjects, objects, and assigned privileges?
An Access Control Matrix