Domain 5: Authentication Methods Flashcards
- Authentication method
- Testing the subject with some sort of challenge and response where the subject must respond with a knowledgeable answer
- i.e. password or PIN
Type 1 Authentication: Something You Know
- Type of Password
- Reusable passwords that may or may not expire
- Typically user-generated
Static Passwords
- Type of Password
- Long passwords comprised of words in a phrase or sentence
- i.e. “I will pass the CISSP”
Passphrases
- Type of Password
- Authentication that is only valid for one-time use
One-time Passwords
- Type of Password
- Authentication that changes at regular intervals
- i.e. RSA security token
Dynamic Passwords
- The process of trying to predict a password in order to authenticate while online
- Account lockouts is a prevention
Password guessing
Attacker has gained access to the password hashes or database and compares the output to a desired hash hoping to find a match therefore deriving the original password
Password Cracking
- Password Attack
- Uses a word list each of which is hashed
- Cracking software matches hash output to the password hash; if a match we‘ve identified the password
Dictionary Attack
- Password Attack
- Appends, prepends, or changes characters in words from a dictionary before hashing in order to attempt the fastest crack of complex password
Hybrid Attack
- Password Attack
- Attacker calculates the hash outputs for every possible password.
Brute-Force Attacks
Database that contains the precomputed hashed output for most of all possible passwords
Rainbow table
- Random value added to the plaintext password before hashing
- Adds complexity to hashed password stored in database
- Protects against rainbow attacks
Salt
- Authentication method
- Requires that users possess something
- i.e. token
Type 2 Authentication: Something You Have
- Time-based and synchronized with an authentication server (AS).
- New password generated periodically (i.e. every 60 secs)
- Does require the token and the server to have accurate time
Synchronous Dynamic Passwords
- Creates a dynamic one time password that stays the same until used for authentication
- Hardware token generates passwords based on an algorithm and an incrementing counter
- Does not use a clock
Asynchronous Dynamic Passwords
- Authentication method
- Uses a physical characteristics as a means of identification or authentication
- i.e. facial recognition system or fingerprint
Type 3 Authentication: Something You Are
The process of registering with the biometric system
Biometric Enrollment
- The process of authenticating to a biometric system
- Typically 6-10 secs
Throughput