Chapter 2: Understanding Identity and Access Management Flashcards
(76 cards)
What is Authentication?
The method(s) an individual uses to prove an identity.
What is Identification?
An action that occurs whenever a user makes a claim about their identity.
What does AAA stand for?
Authentication, Authorization, and Accounting.
What is the AAA process?
If a user can authenticate their identity, then the user is granted authorization to access resources based on their identity. Then their accounts are accounted for by tracking their activities in logs. AAA works together with identification.
What is an Audit Trail?
Created by collecting logs on activities and events which allow security professionals to recreate the events that preceded a security incident.
What are Authentication Factors?
The different methods used to authenticate a user.
What is “Something you know”?
It is an authentication factor that refers to a shared secret. Considered the least secure because secrets can be stolen.
What are examples of “Something you know”?
Passwords (length, expiration/age, history, manage/ etc).
What is Static Knowledge-based Authentication?
Typically used to verify identity when you’ve forgotten your password with questions you would know the answers to (e.g. mother’s maiden name).
What is Dynamic Knowledge-based Authentication?
Typically used to verify an individual’s identity without an account. Organizations query public and private data sources to ask questions (e.g. which high school did you attend)?
What is Identity Proofing?
It’s a security measure to confirm a new user’s identity when they are creating an account for the first time (e.g. collecting PII, checking official docs, etc).
What is an Account Lockout Threshold?
The maximum amount of times a user can enter their password incorrectly. Once the threshold is reached, the system locks the user’s account.
What is an Account Lockout Duration?
Indicates how long an account remains locked (could be a minute, could be indefinite until an admin unlocks the account).
What is “Something you have”?
An authentication factor that refers to something that you can physically hold.
What is a Smart Card?
Credit card-sized card that have an embedded microchip and a certificate. They are often used with two-factor authentication.
What are Embedded Certificates?
They hold a user’s private key (only accessible to the user) and is matched with a public key (available to others). The private key is used each time the user log on to a network.
What is a Security Key?
A small electronic device used to authenticate in to systems.
What is a Hard Token (Hardware token)?
A small electronic device that displays a number on the screen which is used to authenticate a user.
What is a One-Time Password (OTP)?
A temporary, single-use code that’s used to verify your identity (proves you’re in possession of the token).
What is a Soft Token (Software Token)?
An application that runs on a user’s smartphone and generates an OTP.
What is HMAC-OTP?
An algorithm that changes the numeric code based on a moving counter. The server and token use the algorithm with a shared private key to generate the next code.
What is Time-based-OTP (TOTP)?
An algorithm that changes their code based upon the current time. The OTP they generate usually lasts only 30-60secs.
What is “Something you are”?
It is an authentication factor that refers to the use of biometrics for authentication.
What are Fingerprints?
Systems that use fingerprint scanners to read a person’s fingerprints to authenticate their identity.