Delivery technique · MITRE ATT&CK T1557
Adversary-in-the-middle phishing
Phishing pages that relay the real login in real time, capturing the session cookie and defeating one-time codes and push MFA.
How it works
- The victim lands on a proxy that mirrors the real sign-in page.
- The proxy forwards the password and MFA code to the real service.
- The attacker keeps the authenticated session cookie.
Defenses
- Use phishing-resistant MFA such as passkeys or FIDO2 keys.
- Bind sessions to devices and alert on impossible travel.
- Block newly registered lookalike domains.
Reference: MITRE ATT&CK T1557 Adversary-in-the-Middle