Cybersecurity · Zero Trust · Identity & Access

Why MFA Alone Is No Longer Enough: Moving to Phishing-Resistant, Layered Identity Security

Traditional MFA is now routinely bypassed. Move to phishing-resistant methods and wrap them in device, token, and risk controls for Zero Trust identity on Microsoft Entra ID.

15 min readUpdated
Content owner
Insyto Content Team
Technical reviewer
Navish Ansari, Microsoft 365 Practice Lead
Editorial reviewer
Ritesh Mhatre
Last reviewed
July 25, 2026
Next review
January 25, 2027
Technical level
Intermediate · CIOs, CISOs, IT directors, identity & security administrators

Multifactor authentication was, for years, the single most effective control an organization could deploy — and it remains essential. But "turn on MFA" is no longer a finish line. Attackers have industrialized techniques that sail straight past traditional MFA: adversary-in-the-middle phishing kits that steal the session token after a legitimate MFA prompt, prompt-bombing that wears users down until they approve, SIM swaps that hijack text-message codes, and stolen cookies that replay an authenticated session. The uncomfortable truth is that a password plus a one-time code or a push approval is now a phishable credential.

This guide explains why MFA alone is no longer enough, how these bypass techniques work, and what to do about it: move to phishing-resistant MFA and wrap it in a layered identity defense — device compliance, token protection, continuous evaluation, and risk-based policies. Because Microsoft updates these capabilities and their licensing regularly, treat the specifics here as a well-grounded starting point and confirm current behavior against Microsoft documentation before you act.

Who should read this

  • CIOs and CISOs responsible for identity security
  • IT directors and identity / security administrators
  • Security teams hardening against phishing and account takeover
  • Compliance leaders aligning to phishing-resistant MFA mandates

Key points for executives

A realistic view of MFA today rests on four points:

  1. Traditional MFA (SMS, voice, and push approvals) is now routinely bypassed by phishing-as-a-service kits.
  2. The goal has shifted from "have MFA" to "have phishing-resistant MFA," starting with administrators.
  3. Strong authentication must be paired with device, token, and session controls — MFA is one layer, not the whole defense.
  4. Risk-based policies and monitoring catch what prevention misses, and contain compromise quickly.

Strong authentication is the foundation of a Zero Trust identity strategy. For how it fits the wider model, see How to Implement Zero Trust Identity Using Microsoft Entra ID.

Executive takeaways

  • MFA is still essential — but traditional MFA is now phishable at scale.
  • Adversary-in-the-middle attacks steal the session token after a valid MFA prompt.
  • Only phishing-resistant methods — FIDO2, Windows Hello for Business, certificates — defeat these attacks.
  • Layer device compliance, token protection, and risk policies around strong authentication.
  • Prioritize administrators and sensitive users for phishing-resistant MFA first.

Business outcomes

Organizations that move to phishing-resistant, layered identity security typically achieve:

Reduced account takeover risk
Phishing-resistant MFA and layered controls stop the credential and token attacks behind most breaches.
Stronger phishing protection
FIDO2, Windows Hello, and certificate-based auth defeat adversary-in-the-middle proxies.
Improved compliance readiness
Aligns with phishing-resistant MFA mandates and produces evidence auditors can consume.
Greater resilience against token theft
Token protection and Continuous Access Evaluation limit stolen-cookie replay.
Better Microsoft 365 and AI security
A hardened identity baseline is the foundation Copilot and sensitive workloads operate on safely.
Lower long-term identity risk
Risk-based policies and monitoring contain compromise quickly and reduce dwell time.

How do attackers get past MFA?

MFA bypass is no longer the domain of nation-states; it is packaged into off-the-shelf phishing kits. Several techniques dominate.

Common ways attackers get past traditional MFASix common MFA bypass techniques: adversary-in-the-middle (AiTM), MFA fatigue or prompt bombing, SIM swap or SMS interception, session cookie theft, help-desk social engineering, and consent phishing.How attackers bypass traditional MFAAdversary-in-the-middle (AiTM)Proxy steals post-MFA session tokenMFA fatigue / prompt bombingUser approves to stop promptsSIM swap / SMS interceptionAttacker hijacks the phone numberSession cookie theftMalware exfiltrates auth cookieHelp-desk social engineeringMFA reset by impersonationConsent phishing (OAuth)Malicious app granted access
Figure 1. Common ways attackers get past traditional MFA.

Table 1. MFA bypass techniques.

TechniqueHow it worksWhat it defeats
Adversary-in-the-middle (AiTM)A proxy site relays the login and steals the post-MFA session tokenSMS, app, and push MFA
MFA fatigue / prompt bombingRepeated push prompts until the user approves onePush-approval MFA
SIM swap / SMS interceptionAttacker takes over the phone number to receive codesSMS and voice MFA
Session cookie theftMalware exfiltrates an authenticated session cookieAny MFA (post-authentication)
Help-desk social engineeringImpersonation to reset MFA or credentialsAny MFA (process weakness)
Consent phishing (OAuth)User grants a malicious app standing accessAny MFA (no password needed)

What does an adversary-in-the-middle attack look like?

The most important technique to understand is adversary-in-the-middle (AiTM), because it defeats the MFA methods most organizations rely on. The attacker does not break the MFA — they let it succeed, then steal the result.

Anatomy of an adversary-in-the-middle attackFive steps of an AiTM attack: phishing link to lookalike page; user enters password and completes MFA on the attacker's proxy; the proxy relays to real Microsoft sign-in and MFA succeeds; attacker captures the session token; and attacker replays the token, bypassing MFA.Adversary-in-the-middle — the token is stolen after MFA succeeds1 · PhishUser clicks lookalike sign-in link2 · Enter credsPassword + MFA on proxy site3 · RelayProxy forwards to real Microsoft; MFA succeeds4 · Capture tokenAttacker steals the post-MFA session cookie5 · ReplayAttacker replays token → access grantedMFA is not broken — it is bypassed after the fact.
Figure 2. Anatomy of an adversary-in-the-middle attack — the session token is stolen after MFA succeeds.

Warning. Because AiTM steals the token issued after a successful MFA prompt, it works even when MFA is enforced. Text-message codes, authenticator codes, and push approvals are all vulnerable, because none of them bind the authentication to the legitimate site. "We have MFA" is no longer a sufficient answer to phishing risk.

Which MFA methods actually resist phishing?

The defense is phishing-resistant MFA — methods that cryptographically bind the authentication to the real sign-in surface, so a proxy cannot relay them. Microsoft's built-in Phishing-resistant MFA authentication strength allows FIDO2 security keys, Windows Hello for Business, and certificate-based authentication (multifactor). These require an interaction between the authenticator and the sign-in surface that an adversary-in-the-middle cannot reproduce.

Authentication strength ladderAn authentication-strength ladder rising from password only to phishing-resistant methods — FIDO2, Windows Hello for Business, and certificate-based authentication.Not all MFA is equal — only phishing-resistant methods defeat AiTMPassword onlyPhished and sprayedSMS / App MFAPhishable via AiTM proxyPasswordless (Authenticator phone sign-in)Stronger — but not phishing-resistantPhishing-resistant MFAFIDO2 · Windows Hello · CertificateStrength increases →
Figure 3. Not all MFA is equal — only phishing-resistant methods defeat adversary-in-the-middle attacks.

You enforce these through a Conditional Access policy using the Require authentication strength grant control (which requires Microsoft Entra ID P1), scoping the phishing-resistant strength to administrators and sensitive resources first, then broadening over time. For the enforcement pattern, see Conditional Access Best Practices for SMBs.

Best practice. Start phishing-resistant MFA where it matters most: every administrative account, then high-risk and executive users, then the general population. Use Conditional Access authentication strengths so the requirement is enforced per scenario — phishing-resistant MFA for admin portals and sensitive apps, and standard MFA everywhere else at minimum.

Authentication maturity model

LevelMaturityCharacteristics
1Password onlyNo second factor — phished and sprayed routinely
2Traditional MFASMS, voice, app, or push — susceptible to AiTM and fatigue
3MFA + Conditional AccessBaseline policies enforce MFA and block legacy authentication
4Phishing-resistant MFAFIDO2, Windows Hello, or certificate — enforced via authentication strengths
5Layered Zero Trust identityPhishing-resistant MFA + device compliance + token protection + CAE + risk-based policies

What does defense beyond MFA look like?

Phishing-resistant authentication is the strongest single improvement, but Zero Trust assumes that any control can fail. The durable answer is layered: wrap strong authentication in device, token, session, and risk controls so a stolen credential or token is still stopped.

Layered identity defense beyond MFAA layered identity defense on Microsoft Entra ID and Microsoft Defender: phishing-resistant MFA, device compliance, token protection with Continuous Access Evaluation, and risk-based policies.Layered identity defense — strong auth wrapped in device, token, and risk controlsPhishing-resistant MFAFIDO2 / Windows Hello / CertificateDevice complianceConditional Access requires healthy deviceToken protection + CAEBind tokens to device · revoke near real timeRisk-based policiesEntra ID Protection steps up / blocks on riskMicrosoft Entra ID + Microsoft Defender XDR — resilient identity, quick to contain.
Figure 4. Layered identity defense beyond MFA — strong authentication wrapped in device, token, and risk controls.

Table 2. Controls that complement MFA.

ControlWhat it addsTypical licensing
Phishing-resistant MFAAuthentication a proxy cannot relayMicrosoft Entra ID P1 (Conditional Access)
Device complianceGrants access only from healthy, managed devicesMicrosoft Intune
Token protectionBinds sign-in session tokens to the deviceMicrosoft Entra ID P1/P2
Continuous Access EvaluationRevokes access in near real time on risk eventsIncluded with Entra ID
Risk-based policiesSteps up or blocks on sign-in / user riskMicrosoft Entra ID P2
Monitoring & responseDetects and contains token abuseMicrosoft Defender XDR

How do you move beyond MFA?

Improving identity security is a sequence, not a switch. This roadmap moves an organization from basic MFA to phishing-resistant, layered defense without disrupting users.

Roadmap from MFA to phishing-resistant Zero TrustA five-phase roadmap from basic MFA to phishing-resistant, layered identity defense: Assess, MFA everywhere, Phishing-resistant, Device and token, and Continuous.From MFA to phishing-resistant Zero Trust1 · AssessMFA coverage · gaps2 · MFA everywhereAll users · block legacy auth3 · Phishing-resistantAdmins first, then all4 · Device + tokenCompliance · token protection5 · ContinuousRisk policies · monitoringSequence, not switch — extend phishing-resistant MFA without disrupting users.
Figure 5. A roadmap from MFA to phishing-resistant Zero Trust.

Table 3. Hardening roadmap.

PhaseFocus
1 · AssessMeasure MFA coverage, methods in use, and gaps
2 · MFA everywhereEnforce MFA for all users; block legacy authentication
3 · Phishing-resistantRoll out FIDO2 / Windows Hello / certificates, admins first
4 · Device + tokenRequire compliant devices; add token protection
5 · ContinuousEnable risk-based policies and monitoring

Typical migration timeline

Organization sizeTypical duration
50–300 users4–8 weeks
300–1,000 users8–14 weeks
Enterprise (1,000+ users)3–6 months, phased by business unit

Note: Timelines vary depending on application compatibility, device readiness, and organizational maturity.

Best practices

  • Keep MFA on for everyone — it still blocks the vast majority of untargeted attacks.
  • Move administrators to phishing-resistant MFA first, then sensitive and executive users.
  • Use Conditional Access authentication strengths to enforce the right method per scenario.
  • Block legacy authentication so nothing bypasses MFA entirely.
  • Require compliant or managed devices as a Conditional Access grant control.
  • Enable Continuous Access Evaluation and token protection to limit token replay.
  • Turn on risk-based policies with Entra ID Protection where licensed.
  • Harden the help desk against social-engineering MFA resets.
  • Monitor for anomalous sign-ins and token anomalies with Microsoft Defender XDR.

Common mistakes

  • Treating "MFA is on" as done. Traditional MFA is now routinely phished.
  • Relying on SMS or voice codes. These are the weakest methods and are SIM-swappable.
  • Leaving legacy authentication enabled. It bypasses MFA completely.
  • Applying phishing-resistant MFA to no one. Admins are the highest-value target and should go first.
  • Ignoring token theft. Prevention alone misses stolen-cookie replay; add token and session controls.
  • Weak help-desk verification. Attackers reset MFA by impersonating users.
  • No monitoring. Without detection, a bypassed MFA goes unnoticed.

Implementation checklist

Before considering identity authentication hardened, confirm that:

  • MFA is enforced for all users and legacy authentication is blocked
  • Administrators use phishing-resistant MFA (FIDO2 / Windows Hello / certificate)
  • A Conditional Access authentication-strength policy is in place for sensitive access
  • Compliant or managed devices are required for key resources
  • Continuous Access Evaluation and token protection are enabled
  • Risk-based Conditional Access is enabled where Entra ID P2 is licensed
  • Help-desk identity-verification procedures resist social engineering
  • Sign-in and token anomalies are monitored in Microsoft Defender XDR
  • A rollout plan exists to extend phishing-resistant MFA to all users

Frequently asked questions

Is MFA still worth having?

Yes. MFA still blocks the overwhelming majority of untargeted, password-only attacks. Traditional MFA is no longer sufficient against targeted phishing — it must be strengthened and layered, not abandoned.

What is an adversary-in-the-middle attack?

AiTM uses a proxy site between the user and the real sign-in. The user completes MFA legitimately, and the attacker captures and replays the resulting session token — bypassing MFA without breaking it.

Which MFA methods are phishing-resistant?

Per Microsoft, the phishing-resistant methods are FIDO2 security keys, Windows Hello for Business, and certificate-based authentication (multifactor). They bind the authentication to the real sign-in surface so a proxy cannot relay them.

Why aren't authenticator apps phishing-resistant?

Push approvals and one-time codes can be relayed by an adversary-in-the-middle proxy, and pushes are also vulnerable to fatigue attacks. Number matching helps against fatigue but does not make the method phishing-resistant.

How do I enforce phishing-resistant MFA?

Use a Conditional Access policy with the Require authentication strength grant control set to the built-in Phishing-resistant MFA strength, scoped to administrators and sensitive resources first. This requires Microsoft Entra ID P1.

What else should I do beyond changing MFA methods?

Require compliant devices, enable token protection and Continuous Access Evaluation to limit token replay, turn on risk-based policies, harden the help desk, and monitor for anomalies with Microsoft Defender XDR.

Where should we start?

Confirm MFA is on everywhere and legacy authentication is blocked, then roll out phishing-resistant MFA to administrators, then extend it and add the surrounding layers.

Key takeaways

  • MFA is essential but traditional MFA is now phishable through AiTM, fatigue, and token theft.
  • Move to phishing-resistant MFA — FIDO2, Windows Hello for Business, or certificates — starting with admins.
  • Enforce it with Conditional Access authentication strengths.
  • Layer device compliance, token protection, and risk-based policies around strong authentication.
  • Monitor for token abuse and contain compromise quickly.

Organizations can begin with the Data & AI Readiness Checklist, review the Microsoft 365 Governance Knowledge Center, or schedule a technology assessment.

Build a Phishing-Resistant Identity Foundation

Partner with Insyto

Design and deploy phishing-resistant, layered identity security

Insyto helps CIOs and CISOs move beyond traditional MFA — deploying phishing-resistant authentication with Microsoft Entra ID, hardening Conditional Access, adding device compliance, token protection, and Continuous Access Evaluation, and wiring risk-based policies and monitoring into Microsoft Defender XDR. The result is a resilient identity foundation that is hard to phish and quick to contain.

Authoritative references

Verified against publicly available Microsoft Learn documentation. Source access date: 25 July 2026. Microsoft product capabilities, licensing, and feature availability may vary by subscription, tenant configuration, region, and Microsoft product updates. Verify current Microsoft documentation before making deployment decisions.

  1. Microsoft Learn: Conditional Access authentication strengths
  2. Microsoft Learn: Phishing-resistant passwordless authentication deployment
  3. Microsoft Learn: What is Conditional Access?
  4. Microsoft Learn: Conditional Access token protection
  5. Microsoft Learn: Continuous access evaluation
  6. Microsoft Learn: What is Microsoft Entra ID Protection?
  7. Microsoft Learn: Block legacy authentication with Conditional Access
  8. Microsoft Learn: Require a compliant or hybrid-joined device
  9. Microsoft Learn: Defend against MFA fatigue with number matching
  10. Microsoft Learn: FIDO2 security key authentication

Author and reviewers

Content owner
Insyto Content Team

Insyto is a technology consulting firm specializing in Microsoft, cybersecurity, data modernization and responsible AI adoption.

Technical reviewer
Navish Ansari

Microsoft 365 Practice Lead

Editorial reviewer
Ritesh Mhatre

Editorial Reviewer

Advisory engagement

Build a phishing-resistant identity foundation

Insyto's cybersecurity team helps CIOs and CISOs move beyond traditional MFA to phishing-resistant, layered identity security on Microsoft Entra ID and Microsoft Defender.