lecture 7a Flashcards
(49 cards)
What is “Somewhere you are” in types of authentication credentials?
Restricted location for example a restricted military base
What does “Something you are” mean in authentication?
Unique biological characteristic that cannot be changed like a fingerprint
What is an example of “Something you have” as an authentication credential?
Possession of an item nobody else has like Rikers RFID card
What does “Someone you know” authentication involve?
Validated by another person for example Li knows Peyton
What does “Something you exhibit” refer to in authentication?
Genetically determined characteristic like Peytons flaming red hair
What is meant by “Something you can do” in authentication?
Performing an activity that cannot be exactly copied like Paulos signature
What is “Something you know” in authentication credentials?
Knowledge that nobody else possesses like a combination to unlock a locker
What is the most common type of IT authentication today?
Passwords
Why are passwords considered weak protection?
Because they rely on human memory which is limited and users often create weak passwords
What makes a password strong?
Being long complex and unique
What is password spraying?
An attack using a few common passwords against many user accounts
What is a brute force attack?
Trying every possible password combination against encrypted password files
What is a rule attack on passwords?
Using statistical analysis of stolen passwords to create masks that crack many passwords
What is a dictionary attack?
Comparing digests of common dictionary words against stolen password hashes
What advantage do rainbow tables have in password attacks?
They are faster than dictionary attacks use less memory and can be reused
What are password collections?
Large stolen datasets of real user passwords used for cracking
What is multifactor authentication MFA?
Using more than one type of authentication credential for login
What is two-factor authentication 2FA?
Using exactly two types of authentication credentials together
What is a smart card in authentication?
A card with integrated chip barcode magnetic strip and picture used for access
What is card cloning?
Unauthorized duplication of smart cards usually by skimming
What is a windowed token?
A device that generates a one-time password OTP for limited time use
What is a time-based one-time password TOTP?
A code generated by algorithm changing every 30 to 60 seconds
What is an HMAC-based one-time password HOTP?
An event-driven code that changes when a specific event occurs