
Microsoft's answer to AI-powered attackers isn't a bigger model. It's a smaller, cheaper one that already knows what it's hunting for.
The company announced MAI-Cyber-1-Flash on Monday, its first model purpose-built for cybersecurity, and dropped it into MDASH — the multi-agent vulnerability discovery and remediation harness (the orchestration layer that decides which agent and which model handles each step) that Microsoft has been running against its own codebases for months.
The pairing scores 96% on CyberGym, a benchmark that measures how well a system reasons across large repositories to find genuine, reachable bugs. Microsoft puts that at 12 points above Mythos, and ahead of Gemini and GPT on the same test.
![]() |
| CyberGym Evaluation | Image- Microsoft |
The benchmark isn't the real headline. The invoice is. That same configuration runs at roughly half the cost of Microsoft's previous best MDASH stack, which leaned on GPT-5.4, 5.4 mini, and 5.3 codex.
MAI-Cyber-1-Flash is designed to absorb up to 90% of tasks on its own, leaving the expensive frontier model in reserve for the 10% that genuinely need it. As Microsoft frames it, token cost — not raw capability — is now the binding constraint for defenders running scans continuously rather than quarterly.
From a DARPA Trophy to a Shipping Product
The lineage here matters. MDASH grew out of Team Atlanta, the Georgia Tech-led group that won DARPA's AI Cyber Challenge. That team burned more than 100 billion tokens on a single OpenAI model during the two-year competition, and its lead, Taesoo Kim, joined Microsoft about six months ago as VP of Security Research. He now runs the newly formed Microsoft Security FORGE Labs (Frontier Offensive Research & Generative Exploration).
Kim's core design lesson was that generalist agents waste enormous effort deciding what a bug even is. MDASH instead runs 100+ narrowly scoped agents, each tasked with caring about one vulnerability class and ignoring everything else. A general reasoning model still runs constantly underneath — Kim says it catches more than half of all bugs, though mostly shallow ones.
Findings go through a debate stage where agent personas argue: one plays the defensive developer, insisting the behavior is documented and intended, while the other plays the exploit writer, pressing the security implications. Consensus supports the finding; disagreement flags it as low confidence for deeper review. Survivors then face a proving agent that must solve reachability and constraint — crafting an actual input, such as a malformed PDF, that crashes the target. A crash is the proof.
"The attacker might lose the game in the end," Kim says — the first time in his career, he adds, that this looked plausible.
Project Perception and the "New Cyber Stack"
MDASH feeds a larger system Microsoft unveiled the same day. Project Perception coordinates three agent classes: red team agents that map paths to compromise, blue team agents that triage and reason over context, and green team agents that remediate.
Microsoft describes a six-layer stack that runs from signals and sensors through a continuously enriched security context to models, harnesses, agents, and actuators that turn decisions into enforced changes. It enters public preview on August 3.
Also announced Monday: the External Red Team Alliance (EXTRA), which funds 18 university labs across six continents with unrestricted gifts. Microsoft's position is blunt — external expertise is no longer supplemental to red teaming.
What security teams should actually do
- Treat the 96% as vendor-reported. Microsoft ran the comparisons and picked the harness. There's no independent CyberGym verification of these numbers yet.
- Demand exploit artifacts, not findings. The proof-of-exploitability model is the genuinely useful part. Any agentic scanner you evaluate should hand your developers a reproducible test case, not a confidence score.
- Check the containment story. Microsoft cites role-based controls, tenant isolation, encryption, auditability, and sandboxed execution with no internet access. Ask any competitor the same questions before pointing an autonomous agent at the production source.
- Budget for tokens as a security line item. Continuous scanning across CI/CD only works if the per-scan cost stays low. Model routing is now a procurement question, not an engineering detail.
- Assume attackers get the same leverage. Kim's own open research question is whether code can be obfuscated specifically to slow LLM analysis — a tacit admission that this cuts both ways.
Cyber Kendra has covered Microsoft's agentic security push since MDASH first topped industry benchmarks in May.
