GRC Careers

HomeResourcesMulti-Factor Authentication (MFA)

CS-025 · Passwords & Authentication

Multi-Factor Authentication (MFA)

Requiring more than one kind of proof so a stolen password alone is not enough.

Executive Summary

Multi-factor authentication requires a user to present two or more different types of evidence to prove identity, drawn from something you know, something you have, and something you are. Because an attacker rarely holds more than one factor, MFA blocks the large majority of account takeover attempts that rely on a stolen or guessed password. Not all methods are equal, and phishing resistant options are the strongest.

What It Is

Multi-factor authentication, often shortened to MFA and sometimes called two-factor when exactly two are used, strengthens login by combining evidence from different categories called factors. The knowledge factor is something you know, such as a password. The possession factor is something you have, such as a phone running an authenticator app or a hardware security key. The inherence factor is something you are, such as a fingerprint or face scan. True multi-factor authentication mixes categories, so two passwords are not multi-factor. The goal is that compromising one factor does not grant access, because the attacker still lacks the others.

Why It Matters

Passwords are stolen, phished, guessed, and reused constantly, so a login protected by only a password is fragile. Adding a second factor is one of the single most effective defenses against account takeover, because a remote attacker with a stolen password still cannot present the user's device or biometric. Regulators, cyber insurers, and frameworks increasingly treat MFA as a baseline expectation, especially for administrators, remote access, and email. For a professional, knowing the factors, the relative strength of different methods, and how attackers try to bypass MFA is essential to designing, auditing, and defending modern authentication.

How It Works

After a user enters a password, the system challenges for an additional factor. Common possession methods include a time based one time code generated by an authenticator app, a push notification approved on a trusted device, or a hardware security key that signs a cryptographic challenge. Inherence methods verify a fingerprint or face against a stored template, often on the device itself. The strongest methods are phishing resistant, meaning they bind the login to the real site so a fake page cannot relay the response. One time codes and push prompts can be phished or fatigued into approval, while standards based security keys and passkeys resist that by design.

Architecture Diagram

Something you know, a password
Something you have, a key or app
Something you are, a biometric
Two or more categories required together
MFA combines evidence from different categories so one stolen factor is not enough.

Visual Workflow

The user enters their password as the first factor.The system requests a second factor from a different category.The user approves a push, enters a code, taps a security key, or scans a biometric.The system verifies the second factor against its record or a cryptographic check.Access is granted only when both factors succeed.High value actions may re prompt for a factor to confirm sensitive changes.

Common Attacks

Common Mistakes

Best Practices

Quick Checklist

Recommended Tools

Authenticator app
Generates time based codes or approves push prompts as a possession factor
Hardware security key
Signs a cryptographic challenge for phishing resistant authentication
Passkey
Device bound credential offering strong phishing resistant login
Identity provider with MFA policy
Enforces and manages MFA across many connected applications

Industry Standards

NIST SP 800-63B
Defines authenticator types and assurance levels, favoring phishing resistant options
FIDO2 and WebAuthn
Open standards behind security keys and passkeys for phishing resistant authentication
CISA Guidance on MFA
Practical direction to adopt MFA and move toward phishing resistant methods

Career Relevance

MFA is central to identity and access management engineering, where professionals design enrollment, policy, and recovery. SOC analysts investigate MFA bypass and fatigue attacks; security engineers deploy phishing resistant methods and harden sessions; and GRC analysts map MFA to regulatory and insurance requirements during audits. Understanding both the strength of different methods and how attackers defeat them is a core competency for the roles AI-Governance-Jobs.com serves.

Interview Questions

Related Certifications

CompTIA Security+ ISC2 Certified in Cybersecurity (CC) ISC2 SSCP

Further Reading

Key Takeaways

Download PDFDownload PNG

FAQ

Is two-factor authentication the same as MFA?

Two-factor authentication is MFA that uses exactly two factors. MFA is the broader term for any login that requires two or more factors from different categories. In everyday use the terms overlap heavily.

Which MFA method is the most secure?

Phishing resistant methods based on open standards, such as hardware security keys and passkeys, are the strongest because they bind the login to the real site. Authenticator apps are next, and text message codes are the weakest common option.

Can attackers get past MFA?

Yes, through techniques like real time phishing, push fatigue, SIM swapping, and stealing session tokens after login. That is why phishing resistant methods, prompt rate limits, and short session lifetimes matter.

Get all 116 reference sheets
The complete AGJ Cybersecurity Professional Reference Library, print-ready PDFs and PNGs.
Browse the library

Related Careers

Related certifications

CompTIA Security+ISC2 Certified in Cybersecurity (CC)ISC2 SSCP

Current openings

Live openings appear on the web version. Browse the job board for current GRC and security roles.
Browse all jobs

Suggested learning path

  1. Ground the basics with CS-001 Cybersecurity
  2. Study this sheet: Multi-Factor Authentication (MFA)
  3. Go deeper: Passwords
  4. Go deeper: Password Managers
  5. Validate it: work toward CompTIA Security+
  6. Find the role: browse current openings

Related sheets

More in Passwords & Authentication

Share this LinkedIn Facebook X Email