18.2.3. Multi-factor Authentication

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

flashcard set

Earn XP

Description and Tags

18.2 Authentication and Authorization

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

Something You Know

Info only you should know

Passwords, PINs, patterns

2
New cards

Something You Have

Physical objects you possess

Smart cards, USB tokens, phones (SMS codes), authenticator apps

3
New cards

Something You Are

Biometric traits

Fingerprint, iris scan, voice, face recognition

4
New cards

Somewhere You Are

Location-based data

GPS, IP address, geolocation

5
New cards

Something You Do

Behavior-based actions

Typing rhythm, gait, handwriting

6
New cards

MFA

MFA 🔐 = Extra layers of login security.

#### 🔐 Multi-Factor Authentication (MFA) (Layered Security)

📌 What it is?

Using two or more different factor types (e.g., "something you know" + "something you have")

📌 3 Common Factors:

1⃣ Something You Know – Password, PIN.

2⃣ Something You Have – Phone, smart card.

3⃣ Something You Are – Fingerprint, face scan.

📌 How to Implement?

Use MFA apps (Google Authenticator, Microsoft Authenticator).

Avoid SMS-based MFA (can be intercepted).

Enforce MFA for high-privilege accounts.