Chapter 3 - Access Control Flashcards
(124 cards)
Access
The flow of information between subject and object
Access control
Used to restricted access and for authentication of access and ensures AIC on the data
Subject
The requesting entity of an object
Object
A passive entity that holds information
Identification
Proving someone is who they say they are
Authentication
A second piece to the credential set
Authorization
Being granted access based on your authenticated identity
Accountability
Now that you have been authorized, you are now responsible
Logical access controls
Boolean operator controls, if authorized than access
Race Condition
Running authorization independent of authentication
Process 1 then 2
Hacker just runs two
What are the factors of authentication?
Something a person knows, has, or is
Verification ratio
Used to see how many people are authenticated by the same token
Auth by knowledge
A password, a pin, a combination
Auth by ownership
Key, badge, access card
Auth by characteristic
Biometrics
Strong auth
2 factor auth
Mutual auth
This is when each side authenticates the other
IdM
Identity management - controlling identitity in an environment for accountability
IDM meta directories
A virtual directory to aggregate identity data stored from HR/SQL/AD etc
This is primarily useful for non-ldap integrated systems
What makes up X.500?
Directory structure standard
Must have a parent child tree
Each entry unique
Attributes defined in schema
Unique IDS called distinguished names
Virtual directory
Similar to meta directories except it doesn’t know the answer .. It points to one
WAM
Web access management
Web server receives auth req
Web server gets access approval
Sends back a session cookie
Browser used cookie in further security context
Cookie
Browser side data storage
Permanent- stored on the hard drive for later usage and access
Session- temporary token stored in memory for use with session state
Single sign on
Sign in once, as long as you use the cookie the server just sent to authenticate you are allowed