Misconfigured Server Reveals Three Evilginx Phishing Operations Targeting Microsoft 365

Source: The Hacker News

Author: info@thehackernews.com (The Hacker News)

URL: https://thehackernews.com/2026/07/misconfigured-server-reveals-three.html

ONE SENTENCE SUMMARY:

Lexfo exposed three Microsoft 365 phishing campaigns leveraging Evilginx and device-code OAuth abuse, highlighting distinct defenses: phishing-resistant MFA and Conditional Access.

MAIN POINTS:

  1. Exposed directory listing on a Python web server revealed complete phishing operation artifacts.
  2. .bash_history showed python3 -m http.server 8080, enabling rapid operator attribution and tooling theft.
  3. Lexfo pivoted from one server to identify two additional operators and campaigns.
  4. All three campaigns used custom forks of the open-source Evilginx proxy from GitHub.
  5. Two MFA-defeating methods emerged: reverse-proxy AiTM and OAuth device code phishing.
  6. codemado, an Egyptian forum actor, monetized access via MaDoO Blaster bulk mailer.
  7. red-queen fork added SRI evasion, URL rewriting, email prefilling, and long cookie TTLs.
  8. mail-argenta was exposed via infostealer logs showing credential reuse and hardcoded MySQL password.
  9. black-queen used legitimate microsoft.com/devicelogin, capturing tokens without collecting passwords.
  10. Researchers found AI-assisted development evidence mainly in scripts, phishlets, and “glue” code.

TAKEAWAYS:

  1. Disable directory listings and protect shell histories to avoid turnkey compromise of attacker infrastructure.
  2. Deploy FIDO2/passkeys to stop Evilginx-style reverse-proxy phishing via origin binding.
  3. Block OAuth device code flow by default using Conditional Access, permitting only necessary devices.
  4. Enable CAE and IP/location-based Conditional Access to reduce stolen-token lifetime and usefulness.
  5. Monitor Entra logs for suspicious refresh-token grants and “Original transfer method” device-code indicators.