惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

A
About on SuperTechFans
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
月光博客
月光博客
美团技术团队
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
爱范儿
爱范儿
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
T
The Blog of Author Tim Ferriss
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
I
InfoQ
B
Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
F
Fortinet All Blogs

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
Evilginx AiTM Attack Captures Microsoft Credentials, MFA ...
Tushar Subhra Dutta · 2026-06-18 · via Cyber Security News

A growing wave of targeted phishing attacks is putting Microsoft users at serious risk, and the tool behind it is more sophisticated than most people realize.

Security researchers have documented how Evilginx, an adversary-in-the-middle framework, is being used to silently intercept Microsoft login sessions, stealing usernames, passwords, MFA tokens, and authenticated session cookies all at once.

What makes this threat especially alarming is that even users who follow best practices and enable multi-factor authentication are not fully protected from it.

Most people believe that turning on MFA is enough to keep their accounts safe. That assumption is now being put to the test in a very real way.

Evilginx works by placing itself between the user and the real Microsoft login page, acting as a transparent relay that the victim never suspects.

Every piece of data exchanged during the login process, including the MFA approval, passes right through the attacker’s server before reaching its destination.

Evilginx AITM (Source - NetSPI)
Evilginx AITM (Source – NetSPI)

Analysts at NetSPI documented a real-world engagement where this technique was put into practice against a corporate executive team.

NetSPI said in a report shared with Cyber Security News (CSN) that researchers registered a lookalike domain and pointed an Evilginx server directly at the client’s live Microsoft login flow.

The attack was carefully wrapped inside a social engineering scenario, making it even harder for targets to detect anything was wrong.

The outcome was a clear demonstration of how dangerous this combination can be. Once a target clicked the phishing link and completed their Microsoft login, including approving the MFA prompt, Evilginx had already captured the authenticated session cookie.

With that cookie in hand, an attacker can replay the session from any device, anywhere in the world, without needing the victim’s password or MFA code ever again.

What followed next in the NetSPI case surprised even the researchers themselves. One executive, believing he was managing a potential company crisis, forwarded the phishing link to two external contracting firms.

Sample email sent to Leadership (Source - NetSPI)
Sample email sent to Leadership (Source – NetSPI)

In a single, unintended move, a targeted attack against one organization was on the verge of becoming a multi-company breach. The session was terminated immediately to prevent out-of-scope credential captures, but the lesson was impossible to ignore.

Evilginx AiTM Attack

Evilginx is built on top of the widely used nginx web server and is designed to proxy web traffic through attacker-controlled fake sites in real time.

When a victim visits a phishing URL, they are shown an exact replica of the real Microsoft login page, because it actually is the real page being mirrored live.

The user enters their credentials and approves their MFA request, completely unaware that every exchange is being captured on the attacker’s server.

The attacker receives the username, password, and the live session cookie the moment authentication completes. That session cookie is the real prize, since it tells Microsoft’s servers that a valid login already took place.

An attacker can import it into any browser and gain full account access without triggering another MFA challenge, which is what makes AiTM attacks fundamentally different from traditional phishing attempts.

Protecting Against Session Hijacking

Defending against Evilginx-style attacks requires a layered approach that goes well beyond standard MFA.

NetSPI and other researchers recommend deploying phishing-resistant authentication such as FIDO2 hardware keys or passkeys, which use domain binding to block proxy-based interception entirely.

These are currently the only MFA types that can stop an AiTM attack at the authentication stage itself.

Organizations should also enable Token Protection in Microsoft Entra ID Conditional Access, which binds session tokens to the specific device they were originally issued on, making stolen cookies useless when replayed from a different machine.

Security teams are urged to monitor sign-in logs for tokens being used from new IP addresses or locations that differ from where they were first issued.

Establishing clear policies for how employees handle unsolicited external communications, especially anything directing them to internal login pages, is also a critical step in reducing exposure.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.