Toutes les vulnérabilités

PHISH-AITM

Phishing · AiTM · Adversary-in-the-middle (AiTM) phishing

Résumé

Adversary-in-the-middle phishing defeats most multi-factor authentication by proxying the real login page. The victim is lured to a reverse-proxy site (Evilginx, EvilProxy, Tycoon 2FA) that relays every request to the genuine service, so the user completes username, password, and the MFA challenge against the real site while the proxy silently captures the resulting session cookie. With that cookie the attacker replays an already-authenticated session and skips MFA entirely, then often pivots to business email compromise. Microsoft tracked an AiTM campaign that attempted to target more than 10,000 organizations from September 2021. One-time-code and push MFA do not stop it; only phishing-resistant, origin-bound credentials do.

Comment l’éviter dans votre code

  • Deploy phishing-resistant MFA (FIDO2/WebAuthn, passkeys): the credential is bound to the real origin, so a proxy cannot relay it.
  • Enforce device-compliance / conditional access so a stolen cookie replayed from an unmanaged device is rejected.
  • Shorten session lifetimes and bind sessions to device/IP; revoke tokens on risk signals.
  • Detect impossible-travel, new-device, and anomalous token-replay sign-ins and alert.
  • Block newly registered and lookalike domains at the proxy and email gateway.

Références

Vulnérabilités liées

Tout Phishing →