Skip to content
Zenteck
Latest
Trends

EvilTokens: AI scam platform drops inbox analysis to minutes

Por Alex da Cruz2 min read0 comments
eviltokens-platform-slice-analysis-emails
A

Alex da Cruz

Alex da Cruz is a full-stack developer based in São Paulo, Brazil. He works with React, TypeScript and automation, and uses AI daily to solve real problems in code and operations — not as a demo. He has run an e-commerce operation end to end, and now builds and maintains the automation pipeline behind this blog. He writes about what he actually tests.

Ver perfil →

According to Ars Technica, Microsoft recently dismantled EvilTokens, a subscription-based cybercrime platform that leveraged artificial intelligence to compromise 12,000 accounts across 10,000 organizations. Operating via Telegram with a $1,500 initial fee and $500 monthly subscriptions, the tool automated the most complex phases of business email compromise.

How did the EvilTokens AI platform operate?

The platform utilized a backend chatbot to analyze batches of 5,000 compromised emails at once. Instead of requiring human operators to manually map out corporate hierarchies, the AI identified employees authorized to release funds, pinpointed key managers, and drafted realistic phishing lures. This reduced the time needed to profile a target from days to minutes.

Furthermore, the service abused legitimate OAuth mechanisms—specifically device code flows designed for input-constrained hardware like smart TVs. By generating scripts that interacted with Microsoft Entra in real time, attackers bypassed traditional signature-based security detections while tricking users into authorizing rogue devices.

What does this mean for corporate security on Monday morning?

Microsoft noted that the primary takeaway for organizations is speed: once an inbox falls, automated tools can map vulnerabilities almost instantly. Security teams can no longer rely solely on perimeter defenses to catch slow, manual reconnaissance. Critical financial transactions and requests for fund transfers must be independently verified through a secondary channel, regardless of how convincing an internal email appears.

Sources

  1. Microsoft disrupts AI-assisted platform that compromised 12,000arstechnica.com

Frequently asked questions

What was the EvilTokens platform?
EvilTokens was a subscription-based scam service distributed via Telegram that used AI to automate business email compromises, target identification, and phishing drafts.
How many accounts were compromised?
According to Microsoft, the platform compromised 12,000 customer accounts across 10,000 organizations globally, primarily affecting sectors like finance, healthcare, and real estate.
How did the attackers bypass standard security?
They abused legitimate OAuth device code authentication flows combined with Node.js backend logic, allowing them to evade traditional pattern-based security detection.