Domain 5 Flashcards
__ access control assigns users to groups based on their organizational functions.
RBAC (Role-based Access Control)
__ aka __ is the percentage at which false rejection and false acceptance are equal. The lower this number, the more accurate the biometric device.
CER (Crossover Error Rate) aka EER (Equal Error Rate)
__ identification is checking to see if you’re in a general category of people e.g. 21 or above for alcohol at a liquor store.
Negative
__ identification is claiming to be a specific entity and matching up against that entity e.g. Eric boarding a flight.
Positive
__ is a laser scan of blood vessels in the eye and may be seen as intrusive since you need to press up against sensor and it can provide information concerning illness.
Retina pattern. ‘R’ is red, blood is red
__ is a passive scan of the eye. It is non-instrusive and can be scanned within a few feet.
Iris scan
__ is a trusted third-party scheme that uses tickets to allow a user to log on to a system once and use any available services without re-authenticating to many different servers.
Kerberos
__ is an authentication type that is accomplished through some form of token and is more expensive to implement since each user needs a token.
Something you have e.g. token, access card, cookie, magic stones. Could be stolen from adversary.
__ is an easy type of authentication to implement however it’s also easy for an attacker to guess e.g. a password / PIN.
Something you know
__ is an SSO authentication protocol invented at MIT.
Kerberos
__ is based on what object the subject is trying to access and the events preceding the access attempt e.g. a user might be limited to 100 connections a day, after 100 she will be denied access. Or there is a quota where the user can access the resource as long as her data limited is not exceeded.
Content-Dependent Access Control aka Context-based Access Control
__ is SSO that uses symmetric and asymmetric encryption.
SESAME (Secure European System for Applications in a Multi-Vendor Environment)
__ is SSO for the cloud, sometimes also called __.
IDaaS (Identity as a Service), Cloud Identity e.g. Microsoft account, formerly Windows Live ID
__ is the fluctuations in one’s voice that can uniquely identify the person.
Voice print
__ is the part of IAAA that is least privilege, then there is __ when there is too much access for one person, then there is __ to prevent collusion since people become friends over time.
authorization, separation of duties, rotation of duties
__ looks at the lines/shapes/depths/widths to come up with a geometric representation.
Hand geometry
__ rate is the percentage of authentic persons rejected as unidentified/unverified. It is a Type __ error.
FRR (False Reject Rate), Type 1 error. It’s when a legitimate user is not allowed in. Just upsetting a legit user so think Type I is less than Type II (FAR)
__ rate is the percentage of unenrolled/impostors accepts as authentic.
FAR (False Accept Rate), Type 2 error. It’s allowing someone in who shouldn’t be allowed in so think Type II is worse than Type 1 (FRR)
__ targets actions based on rules for subjects operating on objects.
RSBAC (Rule Set-Based Access Control)
A __ access control system where an administrator or data owner decides whether a user should have access to an object.
DAC (Discretionary Access Control)
A __ attack on passwords will always work, it is just a matter of time.
Brute force
A __ can be better than a password since it makes it easy for the user to remember but difficult for the adversary.
Passphrase
A __ is a central trusted credential source for SSO. An example is LDAP.
Directory Service, LDAP (Lightweight Directory Access Protocol)
A __ is a random number that is hashed along with the password. This makes rainbow tables impractical.
salt
A __ is always running to make sure a subject’s clearance is equal to or greater than the object’s classification.
reference monitor
A __ is when an owner authenticates himself to the token, then the token authenticates the owner to an information system e.g. having a USB stick in a computer to allow it to boot up
Static Password Token
A __ offers reasonable tradeoff between complexity and length, offering less entropy per character but more overall entropy due to length.
Passphrase
A __ token uses different challenges so responses are different and won’t be subject to a replay attack.
Challenge-Response Token
A normal password with or without an expiration time that is user-picked or system-generated, and is reusable.
Static password
A one-time password or __ password is ideal but also not scalable.
Dynamic (one time) password
Acceptable throughput rate is __ users per minute or __ seconds per subject.
10 users per minute, 6-10 seconds per subject
Account administration is sometimes also known as the __.
onboarding process