# New "Ghost Phishing" Wave Exposes Critical Blind Spot in Email Security
## A Silent Threat You Can't See in Transit
A sophisticated phishing campaign dubbed EvilTokens is exploiting a fundamental vulnerability in how modern email security works. The attack, which targets organizations across the United States and Europe, uses a technique called "ghost phishing" to hide malicious content from detection until the message reaches a victim's browser—after it has already bypassed traditional security controls.
Security researchers have documented how attackers are crafting emails that appear benign to automated scanners but transform into fully functional phishing pages once opened, immediately targeting Microsoft 365 credentials and sensitive business data. The technique represents a meaningful escalation in attacker sophistication, one that leaves security teams with a dangerous gap between what they can detect and what users actually see.
## The Threat: Ghost Phishing Explained
Ghost phishing is a novel evasion technique that exploits the gap between email gateway scanning and browser-based rendering. Here's how it works:
Traditional phishing detection:
Ghost phishing bypasses all of this:
The result is a phishing attack that exists in a state of quantum uncertainty—invisible to security infrastructure, fully realized only when seen by human eyes.
## Technical Details: How EvilTokens Works
The EvilTokens campaign uses several complementary techniques to remain hidden:
| Attack Stage | Mechanism | Detection Difficulty |
|---|---|---|
| Email Delivery | Encrypted payload in email body or attachment | Very Low (passes standard scans) |
| Decryption Trigger | JavaScript executes on message open | Medium (requires browser execution analysis) |
| Page Rendering | Malicious HTML/CSS builds form UI in browser memory | High (dynamic, not transmitted as static file) |
| Credential Capture | Real-time interception of Microsoft 365 login attempt | Very High (happens post-delivery) |
Key technical aspects:
## Background and Context: The EvilTokens Campaign
The EvilTokens campaign has been active since at least early 2026, targeting organizations across multiple sectors in North America and Europe. Key details:
Campaign scope:
Attacker objectives:
Campaign sophistication:
Researchers attribute the campaign to a cybercriminal group with previous experience in business email compromise (BEC) and credential harvesting operations.
## Implications for Organizations
The ghost phishing technique creates several critical risks:
1. Email Gateway Failure
2. Detection Blind Spot
3. Speed of Compromise
4. Microsoft 365 Exposure
5. Downstream Risks
## Recommendations for Defense
Immediate actions:
Email protection measures:
Endpoint and identity controls:
User and team awareness:
## HackWire Analysis
The ghost phishing technique represents a meaningful inflection point in email-based attacks, and the EvilTokens campaign shows that attackers have already weaponized it at scale.
What makes this particularly significant is not the novelty of the technique in isolation—security researchers have theorized about browser-based decryption evasion for years—but rather the wholesale failure of enterprise email security to address it. Organizations spend millions on email gateways that use URL reputation, sandboxing, and content filtering. EvilTokens demonstrates that none of these approaches prevent an attack that is invisible in transit and rendered dynamically by the victim's own client.
This is a pattern we've seen before: Email is treated as a solved problem, which leads to complacency. The industry certified and shipped defenses against spear-phishing, business email compromise, and attachment-based malware. Each time attackers adapted. Each time the defense industry caught up. But with ghost phishing, there's a fundamental asymmetry: the attack is inherently invisible to infrastructure-based detection because it only exists inside a browser. This is not a bug in a particular email filter; it's a design flaw in how email security architecture works.
The second critical risk is speed. Credential theft happens in seconds. Modern incident response assumes time to detect, investigate, and respond. A user opens an email, sees a convincing Microsoft 365 login prompt, enters credentials, and the attacker now has a valid token. By the time your email security or SIEM alerts fire, the attacker has already logged in from a new location, added a forwarding rule, and begun harvesting data. The traditional "detect and respond" model breaks down when the attack completes before you know it has started.
Organizations should accept that their email gateways cannot defend against this attack. The focus must shift to post-credential controls: MFA enforcement, impossible travel detection, mailbox rule monitoring, and login anomaly detection. If credentials are compromised, you need to know immediately that someone is using them from an unusual location or device, and you need controls that can prevent or restrict access in real time.
The EvilTokens campaign is likely to inspire copycat operations. The technique will proliferate. This is not a patch-and-move-on kind of threat. Organizations need to fundamentally rethink their email security model, with the assumption that email gateways cannot be a primary line of defense against credential theft.
— HackWire Editorial
## Related Coverage