Skip to content
← RegistryDossier · 7 steps · 6 edges

AITM phishing (Evilginx) → M365 session theft → mailbox exfil

Reverse-proxy phishing kit intercepts the entire login flow including MFA. Stolen session cookie → access M365 mailbox / SharePoint without retriggering auth.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: target uses M365 with MFA. Users can be enticed to click a link in a convincing email (HR / IT / OAuth consent page).

§ Steps

  1. 01
    Replay cookie into attacker browserInitial Access
    T1078Valid Accounts
  2. 02
    Send phishing email with attacker URLInitial Access
    T1566Phishing
  3. 03
    Capture post-MFA session cookieCredential Access
    T1539Steal Web Session Cookie
  4. 04
    Set mailbox forwarding ruleCollection
    M365-MAILBOX-FORWARDMailbox Forwarding Rule
  5. 05
    Mailbox / SharePoint / Teams data exfilCollection
    M365-EWS-EXFILExchange Web Services (EWS) Exfil
  6. 06
    Stand up Evilginx with a phishletInitial Access
    PH-AITM-EVILGINXAITM Phishing — Evilginx / Modlishka
  7. 07
    Victim authenticates + completes MFA via the proxyInitial Access
    PH-MFA-FATIGUEMFA Fatigue / Prompt Bombing

§ References

§ Frequently asked

What is the "AITM phishing (Evilginx) → M365 session theft → mailbox exfil" attack path?
Reverse-proxy phishing kit intercepts the entire login flow including MFA. Stolen session cookie → access M365 mailbox / SharePoint without retriggering auth. It chains 7 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Replay cookie into attacker browser (T1078) — a initial access primitive. Assumed environment: target uses M365 with MFA.
What is the final impact of this kill-chain?
The final step lands on Victim authenticates + completes MFA via the proxy (PH-MFA-FATIGUE), which falls under Initial Access. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers