# DEBULL Tooling Fuels Wave of Device-Code Phishing Against Microsoft 365 Accounts
A sophisticated campaign targeting Microsoft 365 users has weaponized a legitimate authentication mechanism to bypass multi-factor authentication and seize control of corporate email accounts, according to new research from email security firm ZeroBEC. The attacks, which leverage reusable tooling infrastructure called DEBULL, represent an evolution of identity theft techniques that threaten organizations relying on traditional MFA protections.
The campaign, active between late June and early July 2026, demonstrates how threat actors are commodifying one of the most dangerous attack vectors in enterprise security: device-code phishing. Unlike conventional credential theft, this technique requires no fake login pages, no password interception, and no MFA compromise. Instead, it walks attackers directly through the front door using Microsoft's own authentication system.
## The Attack Mechanism: How Device-Code Phishing Works
Device-code authentication is a legitimate OAuth 2.0 flow designed for devices with limited user interfaces—think smart TVs, printers, or IoT equipment that cannot support traditional login screens. Microsoft's implementation operates in two stages:
1. A device generates a short alphanumeric code and displays it to the user
2. The user navigates to a separate device (typically a computer or smartphone) and enters that code into a browser
3. After entering the code, the user completes the standard Microsoft authentication flow, authorizing the session
This separation of concerns is intentional—it allows users to authenticate on a device without a web browser. However, threat actors have identified and weaponized a fundamental flaw: the code itself is decoupled from the authenticated entity requesting it.
The exploit path:
As Huntress researchers noted in their analysis of similar campaigns: "Device code phishing doesn't hack its way in. It uses a legitimate authentication flow to walk right through the front door, with no password required, MFA bypassed, and session tokens handed straight to the attacker."
## The DEBULL Campaign: Collaboration Lures and Storm-2372 Parallels
The ZeroBEC research identifies strong overlaps between this campaign and Storm-2372, a Microsoft-documented threat actor group that conducted similar attacks in February 2025. Both campaigns share signature tactics:
The distinction in this iteration is the formalization of these techniques into DEBULL—described as a "reusable tooling layer" that threat actors can deploy across campaigns. This tooling abstraction is significant: it suggests the attack pattern has been operationalized, debugged, and potentially commercialized for use across threat actor networks.
## Account Takeover Jumping: Cascading Compromises
The campaign employs a secondary propagation technique called account takeover (ATO) jumping, which dramatically amplifies impact:
1. Initial victims are compromised through device-code phishing
2. Attackers abuse the compromised account to send phishing links to the victim's full contact list
3. Links are embedded as buttons, hyperlinked text, QR codes, or attachments
4. Each recipient who clicks initiates a new device-code phishing chain
5. Successful compromises create additional compromised accounts to continue the chain
This technique transforms a single phishing success into organizational-scale compromise. If a manager's account is hijacked, their direct reports—and their contacts—become targets. The attacker inherits the victim's organizational authority and trust relationships.
## Why MFA Doesn't Stop This Attack
Organizations that believed MFA represented a complete solution to credential-based attacks face a critical wake-up call. Device-code phishing bypasses MFA entirely because:
Traditional MFA defenses (hardware keys, TOTP, SMS verification) offer no protection because they verify the *user's* identity to Microsoft, not whether that user *should* approve access for the attacker's backend.
## The Commodification of Device-Code Attacks
Research from Proofpoint published in May 2026 documented a troubling trend: device-code phishing is now available as a phishing-as-a-service (PhaaS) offering. Known PhaaS platforms include:
| Service | Model | Status |
|---------|-------|--------|
| EvilTokens | Subscription-based device-code tooling | Active |
| Tycoon | Turnkey phishing infrastructure | Active |
| DEBULL | Reusable backend broker and polling service | Active |
These services allow threat actors without deep technical expertise to conduct sophisticated MFA-bypass attacks. The barrier to entry has collapsed—operators can purchase access to proven tooling rather than develop it themselves.
## Immediate Consequences of Successful Compromise
Once an attacker obtains a valid device-code token, they gain:
## Defensive Recommendations for Organizations
Immediate actions:
Longer-term hardening:
---
## HackWire Analysis
The rise of device-code phishing represents a critical inflection point in enterprise identity security: attackers have weaponized a feature designed for *convenience* into a tool that defeats the most widely deployed defensive control—MFA.
What makes DEBULL and its PhaaS peers particularly dangerous is their democratization of a sophisticated attack vector. Two years ago, device-code phishing required deep OAuth knowledge and engineering capability. Today, it's a $200/month service bundled with support and fresh payloads. This is the commodification pattern we've seen before: zero-day exploits become public; exploit kits emerge; PhaaS platforms distribute them at scale; defensive blindness spreads.
The Storm-2372 precedent is also instructive. When Microsoft documented that group's device-code campaigns in February 2025, we saw a few quarters of relative quiet—security teams updated policies, vendors released detections. Now, in mid-2026, we're observing the *exact same tradecraft* resurface under a new branding (DEBULL). This tells us threat actors have not abandoned the technique; they've industrialized it.
For organizations, the implications are stark: MFA alone is not sufficient defense against identity compromise. A user who completes legitimate authentication to their own account is indistinguishable from an attacker who has obtained a valid token. The security model must shift from "prevent unauthorized authentication" to "detect unauthorized *use* of authorized sessions."
The most effective countermeasures are those that break the attacker's chain at early stages—user training to spot fake collaboration lures, conditional access policies that restrict device-code flows, and continuous monitoring for token misuse. Passwordless authentication (Windows Hello, FIDO2) offers the strongest long-term defense because it eliminates the OAuth flow entirely for most users, leaving device-code attacks with no entry point.
Organizations relying on MFA as a "solved problem" should treat this campaign as a wake-up call: device-code phishing has entered operational mainstream, and the next wave will likely target your organization. — HackWire Editorial
---
## Related Coverage