Access Control Flashcards
What is access control?
Access control authenticates and authorize individuals to access information that they are allowed to see & use.
What are the 3 authentication categories?
- Knowledge (password)
- Token (cards)
- Biometrics (fingerprints)
What are some problems with knowledge-based passwords?
- Reused passwords
- Modified passwords for reuse
- Using easily guessed passwords
- Shared passwords
- Written passwords
What is the problem with password managers?
- Single point of failure
- Runs in memory, can be leaked via memory forensic
What are three forms of password attacks?
- Bruteforce
- Dictionary
- Social Engineering
What is the issue with Single Sign-On systems?
Single point of failure.
What are some threats with 2FA?
- Phishing website that steals session cookies
- Zeus/MITM attack that steals 2FA data
What is the issue with graphical passwords?
- Low password space
- Shoulder surfing
- Smudge attacks
What are tokens?
- Physical device to aid authentication
- Stores credential on device, successful authentication gives access to said credentials.
- Ledgers, bank tokens, etc.
What are smart cards?
- Cards embedded with microprocessor with computational & storage capabilities
- Store info (PIN)
- Securely communicate with endpoint such as card reader
- Tamper resistance
What are RFID tags?
- Radio Frequency Identification Tags
- Integrated circuits with antenna that can respond to RF signal with identity information
- Susceptible to MITM or side-channel attacks
What are biometrics?
- Physical or Behavioural traits of a person used as authentication and identification
What are the 4 requirements of characteristics as a biometric?
- Universality: everyone should have that characteristic
- Distinctiveness: any two person should be sufficiently different
- Permanence: characteristic should be invariant
- Collectability: can be measured quantitatively
How is accuracy measured in biometrics?
False acceptance rate should be 0 and true acceptance rate should be 1.
Receiver Operating Characteristic shows trade off between FAR and TAR.
What are some iris scanning characteristics?
- 256 unique characteristics, patterns are sufficiently different even with genetically identical twins.
- FAR is 1 in 10 million.
- Not very invasive like retinal but costlier than fingerprint