Section 17.158 Multi-factor Authentication Flashcards
Objectives 2.4 Given a scenario, you must be able to analyse indicators of malicious activity. Objectives 4.6 Given a scenario, you must be able to implement and maintain identity and access management.
Multi-factor Authentication (MFA)
A security system requiring multiple/combined methods of authentication from independent categories of credentials
■ Enhances security by creating a layered defense against unauthorised access
Five Categories of Authentication for MFA
Something You Know (Knowledge-Based Factor)
Authentication based on information the user knows, like a password, PIN, or answers to secret questions
Knowledge-based factors like passwords and PINs are the most common authentication methods
e.g unlocking iphone with 6 digit pin
Five Categories of Authentication for MFA
Something You Have (Possession-Based Factor)
Authentication based on physical possession of an item
○ Smart card (unlock laptop before use with card and pin)
○ Hardware token (key fob)
○ Software token on a device
Five Categories of Authentication for MFA
Something You Are (Inherence-Based Factor)
Authentication based on biometric characteristics unique to individuals
○ Fingerprints
○ Facial recognition (face id)
○ Voice recognition
Five Categories of Authentication for MFA
Somewhere You Are (Location-Based Factor)
Authentication based on the user’s location, determined through IP address, GPS, or network connection
● Geographical location restrictions can be applied
Five Categories of Authentication for MFA
Something You Do (Behavior-Based Factor)
Authentication based on recognising unique patterns associated with user behavior
○ Keystroke patterns
○ Device interaction
Authentication Types
Single Factor Authentication
Uses one authentication factor to access a user account
e.g Username and Password (Both knowledge base factors)
Authentication Types
Two Factor Authentication (2FA)
Requires two different authentication factors to gain access
e.g Username and Password then a text message to your samrt phone: Knowledge and Possesion Factors
Authentication Types
Multi-factor Authentication (MFA)
Uses two or more factors to authenticate a user. MFA can involve 2, 3, 4, or 5 factors depending on the chosen
configuration
Generally, using more authentication types makes a system safer, but is less convenient for the end user
Password managers
Password managers can generate different long, strong, and complex passwords for each website or application
Passkeys (Passwordless Authentication)
An alternative to traditional passwords for authentication Involves creating a passkey secured by device authentication methods like fingerprint or facial recognition
● Provides a more secure and user-friendly authentication method
● Passkeys utilise public key cryptography