Logical Security Flashcards
(79 cards)
What is the goal of logical security?
Protect digital data
Logical security helps prevent what?
Unauthorized access
What does IAM manage?
Identification, authentication, authorization
Which accounts must be audited more strictly?
Privileged accounts
Why should shared accounts be avoided?
No accountability
What does provisioning do in IAM?
Creates new accounts
What does deprovisioning prevent?
Stale account risk
What IAM task resets passwords or changes permissions?
Managing accounts
What logs are reviewed during IAM audits?
Authentication events
What authentication type uses passwords or PINs?
Something you know
Why is username + password not MFA?
Same category
What’s an example of “something you have”?
RSA token
What is an example of “something you are”?
Fingerprint
Behavior-based authentication uses what factor?
Something you do
What factor involves GPS/geolocation?
Somewhere you are
Which password attack uses common words?
Dictionary attack
Which attack tries every possible combo?
Brute force
Hybrid attacks mix what?
User info + brute force
What password length is considered strong?
12+ characters
TOTP generates codes based on what?
Time + shared secret
What does MFA defend against?
Credential compromise
What authentication method stores credentials on the device?
Local authentication
Which protocol centralizes user authentication across systems?
LDAP
What ports are used by LDAP and LDAPS?
389, 636