The attack that defeats MFA not by breaking it -- but by stealing what MFA produces. A real-time proxy sits between the victim and the login page, capturing the session cookie the moment authentication succeeds.
Most defenders think of phishing as a credential-theft problem. Block the email, the attacker doesn't get the password. Add MFA, and even if they do get the password, it's useless without the second factor.
AiTM phishing breaks this model entirely. The attacker does not need to defeat MFA. They let the victim complete MFA successfully -- and then steal the session cookie that Microsoft issues at the end of the flow.
The session cookie is what keeps you logged in between browser visits. It is not protected by MFA because MFA only guards the login process. Once issued, the cookie can be used from any browser, on any device, anywhere in the world.
Dear Marcus,
Please review and approve the pending invoice for your division. This invoice requires Finance Manager sign-off before end of business today.
Click below to review the invoice in the secure portal:
Link destination: https://invoices-ficsit.io/auth/microsoft?redirect=invoice-0811
| Stage | Detection Signal | Tool |
|---|---|---|
| Email delivery | DMARC failure, domain registered <30 days ago, link points to non-corporate domain | MailGuard |
| Successful login from new location | Sign-in from Tor exit node IP (185.220.101.42), impossible travel, new ASN | Identity SIEM |
| Post-auth access | Inbox rule created (forward all email to external address), new OAuth app consented | Identity |
| Network level | NGFW blocks connection to invoices-ficsit.io if domain was added to threat feeds | NGFW TIP |
| SIEM correlation | INV-2024-0087 created: email + auth from same external IP + mailbox rule creation within 8 minutes | SIEM INV-2024-0087 |
| Where to look | What you will find |
|---|---|
| IRON CHIMNEY scenario | Full incident timeline from phishing email to lateral movement and exfiltration |
| MailGuard | The phishing email from invoices-ficsit.io in quarantine with header analysis |
| Identity tool | marcus.chen sign-in from 185.220.101.42 (Tor exit node) with MFA success flag |
| SIEM | Investigation INV-2024-0087 correlating email + auth + inbox rule creation |
| Threat Intel | IoC: invoices-ficsit.io listed as phishing domain; 185.220.101.42 as Tor exit node |
| IR Lab | Guided walkthrough: triage the AiTM alert, contain marcus.chen's session, investigate |