Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 020

Adversary-in-the-Middle (AiTM) Phishing

What is Adversary-in-the-Middle (AiTM) Phishing?

Adversary-in-the-Middle (AiTM) PhishingA phishing technique that places a reverse-proxy server between the victim and the real login page to relay credentials and steal the post-authentication session cookie, bypassing most MFA.


Adversary-in-the-Middle (AiTM) phishing is a credential- and session-theft technique in which the attacker interposes a reverse-proxy server between the victim and a legitimate website. Instead of serving a static fake page, the proxy fetches the real login page in real time and relays every request and response, so the victim sees the genuine site, completes any multi-factor authentication, and notices nothing unusual. As the traffic passes through, the proxy captures the username, password, and — crucially — the authenticated session cookie the server issues after MFA succeeds. The attacker replays that cookie to hijack the session without needing the second factor again. Because it defeats most one-time-code and push-based MFA, AiTM is commonly delivered through kits such as Evilginx, EvilProxy, and Tycoon 2FA, and is mitigated mainly by phishing-resistant, origin-bound MFA like FIDO2.

Examples

  1. 01

    In July 2022 Microsoft reported a large-scale AiTM phishing campaign that targeted more than 10,000 organizations by proxying Office 365 login pages and stealing session cookies.

  2. 02

    Open-source and commercial kits such as Evilginx, EvilProxy, and Tycoon 2FA automate AiTM phishing by acting as transparent reverse proxies.

Frequently asked questions

What is Adversary-in-the-Middle (AiTM) Phishing?

A phishing technique that places a reverse-proxy server between the victim and the real login page to relay credentials and steal the post-authentication session cookie, bypassing most MFA. It belongs to the Attacks & Threats category of cybersecurity.

What does Adversary-in-the-Middle (AiTM) Phishing mean?

A phishing technique that places a reverse-proxy server between the victim and the real login page to relay credentials and steal the post-authentication session cookie, bypassing most MFA.

How does Adversary-in-the-Middle (AiTM) Phishing work?

Adversary-in-the-Middle (AiTM) phishing is a credential- and session-theft technique in which the attacker interposes a reverse-proxy server between the victim and a legitimate website. Instead of serving a static fake page, the proxy fetches the real login page in real time and relays every request and response, so the victim sees the genuine site, completes any multi-factor authentication, and notices nothing unusual. As the traffic passes through, the proxy captures the username, password, and — crucially — the authenticated session cookie the server issues after MFA succeeds. The attacker replays that cookie to hijack the session without needing the second factor again. Because it defeats most one-time-code and push-based MFA, AiTM is commonly delivered through kits such as Evilginx, EvilProxy, and Tycoon 2FA, and is mitigated mainly by phishing-resistant, origin-bound MFA like FIDO2.

How do you defend against Adversary-in-the-Middle (AiTM) Phishing?

Defences for Adversary-in-the-Middle (AiTM) Phishing typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for Adversary-in-the-Middle (AiTM) Phishing?

Common alternative names include: AiTM Phishing, Man-in-the-Middle Phishing, MFA Bypass Phishing.

Related terms

See also