chapter 7 Authentication Flashcards
Describe the Somewhere you are authentication attribute
Location-based authentication, measures some statistic about where you are. Using ip addresses or geolocation, etc
Describe the Something you Exhibit authentication attribute
Behavioral based authentication and authorization, with specific emphasis on personality traits
Describe the Someone you know Authentication attribute
Uses a web of trust model where new users are vouched for by existing users
Where are the user account names stored in Linux?
/etc/passwd
Where are the password hashes stored at in Linux?
/etc/shadow
What is a pluggable authentication module (PAM)
A package for enabling different authentication providers
What is Single sign-on (SSO)
Allows the user to authenticate once to a local device and be authenticated to compatible application servers without having to enter credentials again
What is Kerberos?
A single sign-on network authentication and authorization protocol
What is the Key distribution center (KDC)
Component of Kerberos that authenticates users and issues tickets (tokens)
What is a Ticket Granting Ticket (TGT)
In Kerberos, a token issued to an authenticated account to allow access to authorized application servers
How does Ticket Granting Ticket (TGT) prevent replay attacks?
By time stamping the ticket with a default of 10 hours which requires the workstation and servers on the network must be synchronized within five minutes of each other