THE LAYER 9 SIGNAL: Incident Anatomy, September 23, 2026
Microsoft's EvilTokens takedown is not a rogue AI story. It is a legitimate OAuth device code flow left unscoped tenant wide, a phishing technique nobody engineered out, and an AI "analyst" chatbot sold as a $500 a month subscription to make business email compromise cheaper and more scalable for whoever bought it.
By Arj Azeemi Β· September 23, 2026
Cyber β’ AI β’ Technology Risk Intelligence
September 23, 2026
Series: Incident Anatomy
Signal Over Noise.
π‘οΈ Guardrails β’ Cadence β’ Evidence β the Layer 9 way.
"We separate signal from noise. Most breaches aren't technical β they're human. That's Layer 9."
This week's dissection isn't a rogue-AI story. It's a story about a legitimate identity protocol, a well-known phishing technique nobody retired, and an AI chatbot that a human criminal organization built, priced, and sold as a subscription product. The distinction matters more than the headline.
THE INCIDENT
On September 22, 2026, Microsoft's Digital Crimes Unit announced the disruption of "EvilTokens," a subscription phishing-as-a-service platform that Microsoft says compromised more than 12,000 Microsoft 365 email inboxes across upward of 10,000 organizations worldwide since February 2026. Microsoft obtained a court order from the U.S. District Court for the Eastern District of Virginia authorizing seizure of 50 websites and disabling of 150-plus additional domains tied to the operation, which Microsoft tracks as Storm-2992. Separately, the UK's Metropolitan Police arrested two men, ages 32 and 38, on September 11, 2026, ahead of the public disclosure. Blockchain analysis cited by Axios and TRM Labs traces roughly $1.1 million in cryptocurrency across more than 700 addresses linked to the operation; that figure is an investigative estimate from third-party blockchain analytics, not a court-established loss amount, and should be read as such. Victim concentration was highest in the United States, Canada, the UK, Australia, India, and France, spanning multiple sectors. As of this writing, the two arrested individuals had not been reported as charged or convicted β the criminal case status beyond arrest is unconfirmed in public reporting.
Source: Microsoft On the Issues, "Disrupting EvilTokens: The AI Chatbot Built for Cybercrime," Sept. 22, 2026 Β· The Hacker News, Sept. 22, 2026 Β· Axios, Sept. 22, 2026 Β· CSO Online, Sept. 22, 2026 Β· Help Net Security, Sept. 23, 2026 Β· TRM Labs, Sept. 2026.
THE MECHANISM
Strip away the "AI" branding and the entry technique is one Microsoft and CISA have warned about since at least 2023: OAuth 2.0 device-authorization phishing. A victim receives a lure email and clicks through to a page that silently requests a live device code from Microsoft's own login infrastructure. The victim is then walked to the legitimate microsoft.com/devicelogin page and told to enter that code β because the page is real, the padlock is real, and there is no fake login form for a trained user to spot. Once entered, the attacker's app is issued valid access and refresh tokens. Per Microsoft's account, those tokens "persisted after password resets if sessions weren't revoked" β meaning the standard first-response move (reset the password) does not by itself evict the attacker; a defender also has to separately revoke the OAuth session or refresh token.
What EvilTokens' operators sold on top of that entry technique was a second layer: according to Microsoft's writeup, the kit included "an AI-powered 'analyst' chatbot that scanned compromised in-boxes to develop opportunities for financial fraud" β parsing threads to surface who inside an organization approves payments, which vendor relationships carried enough trust to exploit, and where wire-transfer conversations and "money movers" could be found. Additional tooling reportedly summarized and translated email content and mapped organizational reporting lines, and portions of the toolkit itself showed signs of being AI-assisted ("vibe coded"), per Microsoft. SimSpace CISO Jason Rivera, quoted by CSO Online, corroborated the mechanism rather than disputing it: the tool "analyzes the mailbox to identify who controls payments, which business relationships carry trust." The product itself was priced like commercial software β a reported $1,500 signup fee plus $500 monthly subscription β sold to other criminals, not deployed autonomously by the model itself.
Language note: reporting describes the chatbot as having "scanned," "identified," and "recommended." That is a description of an LLM-based classification and drafting tool operating inside a criminal toolchain built and rented out by named human operators β it is not evidence of independent machine intent, and none of the sourcing reviewed here claims otherwise.
Source: Microsoft On the Issues (above) Β· Security Boulevard, Sept. 2026 Β· CSO Online (above).
THE FAILURE POINT β The 3R Testβ’
Role β Partially Defined. The OAuth device-authorization flow has a legitimate, narrow role: authenticating input-constrained devices (smart TVs, some IoT and CLI tools) that can't host a browser sign-in. In most enterprise Microsoft 365 tenants, evidence from this case suggests that role was never explicitly scoped β the flow was reachable by any user, for any app claiming to need it, with no enumerated allowlist of approved use cases. A control without a documented "who is allowed to use this and why" is a control whose boundaries exist only by default, not by design.
Risk β Evidenced. The risk here is not hypothetical: 12,000-plus compromised inboxes and roughly $1.1 million in traced proceeds (per the blockchain-analytics estimate cited above) is documented harm, not a tabletop scenario. What's new is the AI-amplification of a known technique β the "analyst" chatbot compresses the manual reconnaissance work a skilled business-email-compromise operator used to do by hand (reading threads, mapping who approves what) into a repeatable, rentable service. That lowers the skill floor for conducting convincing BEC fraud at scale, which is precisely the kind of AI-enabled risk amplification this Signal watches for β evidenced here, not speculative.
Redundancy β Undefined, in practice. The evidence doesn't establish that any single technical control failed catastrophically; it establishes that a compensating control (session/token revocation on incident response) exists in Microsoft Entra ID but was not consistently exercised by victim organizations. Microsoft's own account that tokens survive password resets "if sessions weren't revoked" is the tell: the fallback mechanism was available but not procedurally mandatory, so it functioned as a false sense of redundancy rather than actual redundancy. It took roughly seven months β February to September 2026 β from operation start to public disruption, which the evidence doesn't let us attribute to any one org's detection gap, but is consistent with a control that isn't independently tested.
The Layer 9 Finding
This wasn't a model behaving badly. It was a legitimate authentication flow left unscoped, a known phishing technique nobody had fully engineered out, and a compensating control (token revocation) that existed on paper but wasn't operationalized as a required incident-response step. The AI chatbot didn't create the exposure β it made exploiting the exposure cheaper and more scalable for whoever bought the subscription.
WHY IT MATTERS
L9 analysis, separated from the sourced facts above: Boards and CISOs are largely still oriented toward "will our AI agent go rogue" as the AI-security question of the year. EvilTokens is evidence that the more immediate, better-evidenced AI risk in 2026 is AI as a force multiplier for conventional identity-based crime β and it targets your Entra ID configuration, not your model weights. The accountability question this case raises isn't "did the AI decide to commit fraud" β it's who owns the decision to leave device-code flow enabled tenant-wide with no allowlist, and who owns the decision that token revocation is optional rather than mandatory during incident response. Both are named, human, organizational decisions with an owner if you go looking for one β and largely without an owner if you don't.
STEAL THIS
Guardrails: Block the OAuth device-authorization grant flow tenant-wide by Conditional Access policy, with a named, documented allowlist of the specific application IDs that have a legitimate business need for it β everything else denied by default.
Cadence: Add "revoke sessions and refresh tokens, not just reset the password" as a mandatory, checklist-enforced step in your identity-compromise incident-response runbook, and audit that runbook against a tabletop exercise quarterly.
Evidence: Entra ID sign-in logs showing zero completed device-code authentications outside the approved application allowlist for the trailing 90 days, plus a dated IR runbook revision log showing token-revocation was added as a required (not optional) step.
π‘οΈ Guardrails β’ Cadence β’ Evidence β the Layer 9 way.
More in Incident Anatomy
More pieces in this series are on the way.
Sunday Signal
A concise weekly briefing on cybersecurity, AI governance and technology risk.
For leaders who need the signal, not another news feed.