Chapter 2 Flashcards
What is Authentication?
Proving identity with credentials such as a username and password
Acronym
AAA
Authentication, Authorization, Accounting
What is authorization?
Providing access to resources based on a proven identity
Accounting Methods
Tracking user activity and recording the activity in logs
What are audit trails used for?
Security professionals use audit trails to recreate the events that preceded a security incident
What are the FOUR factors of authentication
- Something you know
- Something you have
- Something you are
- Somewhere you are
What is the least secure factor of authentication?
Something you know.
Knowledge can be stolen
Give examples of common password requirements
- minimum password length
- password expiration
Acronym
KBA
Knowledge-Based Authentication
What are the two types of KBA and what are they used for?
- Static KBA: Used to verify your identity when you forget your password(i.e. security questions)
- Dynamic KBA: Identifies individuals without an account(uses questions generated from real-time data about the user)
Acronym
PKI
Public Key Infrastructure
What type of attacks do account lockout policies prevent?
Brute force and dictionary attacks
Acronym
CAC
Common Access Card
What is a security key
A small electronic device the size of a remote key for a car that is used to authenticate to systems
Acronym
OTP
One Time Password
Acronym
HOTP
HMAC-based One-Time Password
How do Tokens using the HOTP algorithm stay in sync
Both the authentication server and the token use the algorithm with a shared secret key to generate the next code
Password doesn’t expire until it’s used
Acronym
TOTP
Time-based One Time Password
expire after a specified period of time
What is the strongest individual authentication factor?
Something you are (biometrics)
The strongest of the biometric methods are Iris and retina scans
What is the biometric efficacy rate?
The performance of the system under ideal conditions
Acronym
FAR
False Acceptance Rate
The percentage of times false acceptance occurs
Acronym
FRR
False Rejection Rate