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
- 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.
- 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
- attacks№ 919
Phishing
A social-engineering attack in which an attacker impersonates a trusted party to trick a victim into revealing credentials, transferring money, or running malware.
- attacks№ 726
Man-in-the-Middle Attack
An attack in which an adversary secretly relays or alters communications between two parties who believe they are talking directly to each other.
- attacks№ 1131
Session Hijacking
An attack that takes over a victim's authenticated session by stealing or forging the session identifier so the attacker can act as the user without their credentials.
- identity-access№ 920
Phishing-Resistant MFA
MFA methods that cryptographically bind authentication to the legitimate web origin — FIDO2/WebAuthn passkeys, smart cards, and Windows Hello — rendering AiTM proxy phishing, MFA fatigue, and OTP interception ineffective.
- network-security№ 1036
Reverse Proxy
A server placed in front of one or more backend services that receives client requests on their behalf and forwards them inward.
- identity-access№ 255
Credential Harvesting
The collection of usernames, passwords, tokens, and other authentication secrets at scale, usually for later account takeover or sale.