
Know what's running.
3 SIGNALS · 1 LESSON · 1 ACTION · ABOUT 5 MINUTES
Last issue looked at the first major public agentic intrusion from both the attacker’s and defender’s perspectives. This week, a pattern emerges from three seemingly unrelated stories. Defenders are beginning to stop judging AI by what it reports and instead by what it actually does. Whether it’s a honey token an attacker touches, a context bomb it reads, or a benchmark that credits only evidence an AI can produce, the same principle is taking hold: behavior beats testimony.
SIGNAL 01
The first agentic-breach playbook puts honey tokens in the first 30 days
What happened. The Cloud Security Alliance is circulating a post-mortem analysis of the Hugging Face breach, presented by practitioners at a recent SANS and CSA session. Its recovery guidance runs as a 30/60/90-day playbook, and canaries and honey tokens sit in the first 30 days, ahead of almost everything else. The same analysis explains why: the attack's reconnaissance appeared in telemetry as low-confidence probes, each falling below alerting thresholds, spread across thousands of actions from short-lived infrastructure.
Why it matters. Deception has spent a decade as the perennial next-quarter control. The first documented agentic breach produced a recovery plan that ranks it near the top, and the threshold problem is the reason. Agentic recon breaks alerting from both ends: turn thresholds down and you drown, leave them up and the campaign walks under them. A canary hit is high-confidence by construction. Nothing legitimate authenticates with a fake service account or reads a decoy dataset, so one touch is an alarm a saturated SOC can afford to treat like one.
What to do. Put bait where the attacking models actually went: fake credentials in repository history, a decoy dataset no legitimate job reads, a honey API endpoint, a fake service account in your identity store, a canary token in a cloud storage bucket. Each twice with different names and you have your first ten; Canarytokens generates most of them in minutes, free. And log every decoy in an inventory your IR team can check at 2 a.m. The CSA analysis flags why: responders had to separate fake artifacts from real damage during triage, and deception without an inventory adds noise to your own investigation.
Sources: CSA post-mortem artifact page (draft; final pending) · Hugging Face's incident post
SIGNAL 02
Prompt injection, flipped: decoys that stop the attack instead of just reporting it
What happened. Tracebit, the London canary vendor, published research this month on what it calls "context bombs": strings embedded inside decoy resources, crafted to trip an AI attacker's own safety guardrails when the agent reads them. In 152 attack runs across a simulated AWS environment with five frontier models, attacker success at reaching admin access dropped from 57% to 5% on average once the strings were present, and the strongest models fell hardest: one went from 93% to zero. Tracebit is shipping the capability as an opt-in feature, not a default.
Why it matters. This is prompt injection, the attack class defenders have spent two years dreading, turned around and pointed at the attacker. It works precisely because the attacking agent can't tell content from instructions. The honest caveats travel with it: a determined attacker running an uncensored model shrugs it off, adversaries adapt, and a guardrail-tripping string that leaks into production-adjacent resources could disrupt your own legitimate AI tooling. That last one is the design rule: context bombs belong inside clearly labeled decoys, never in real operational assets.
What to do. Nothing to buy this week. If you're already running canaries, read the working paper and decide whether your decoys should detect only or also disrupt; if you're not, Signal 1 comes first. Either way, add "would this string trip our own agents?" to the review checklist for anything deception-flavored in your environment.
SIGNAL 03
The blue team finally gets benchmarks of its own
What happened. For two years the benchmark industry has measured how well AI attacks: exploitation, privilege escalation, capture-the-flag. Measuring how well AI defends barely existed. That's changing, and after the Hugging Face after-action reports I've spent the week in LinkedIn threads about exactly this. Four efforts worth knowing: SIR-Bench (AWS researchers) evaluates incident-response agents on 794 test cases with an adversarial judge that assumes no attack occurred until the agent produces concrete forensic evidence. ExCyTIn-Bench (Microsoft, ICML 2026) makes agents investigate multistep attacks across 57 tables of noisy Sentinel-style telemetry. DFIR-Metric tests forensics knowledge and practice against NIST-derived disk and memory cases. And open.security runs independent, reproducible evaluations of defensive agents, because vendors grading their own agents on benchmarks they designed is how the AV era started, not how it matured.
Why it matters. The design detail that separates these from marketing is what they refuse to credit. SIR-Bench's judge inverts the burden of proof: reaching the right verdict by pattern-matching the alert scores nothing, because the question isn't "did the AI get the answer," it's "did it conduct an investigation": discover evidence it wasn't handed, correlate telemetry, use tools appropriately, say what it's unsure of. The scores agree there's a long way to go; the best model on ExCyTIn-Bench earns 0.606 of a possible 1.0. That gap is the point. AI is compressing attacker timelines, and whether defensive agents actually shorten investigation and response, rather than generating more alerts to triage, is now a measurable question. Demand the measurement. One day, a blue-team agent will overreact spectacularly. Better benchmarks today reduce the odds that tomorrow’s autonomous SOC becomes tomorrow’s biggest incident.
What to do. If an AI SOC or DFIR tool is anywhere near your budget this year, add one question to the vendor call: "Which independent benchmark has this agent run, and can we see the results?" And borrow the rubric even where no benchmark fits: novel evidence found, tools used appropriately, uncertainty stated, conclusions traceable to artifacts. If a vendor can't answer in those terms, they're selling you alert volume.
Sources: SIR-Bench · ExCyTIn-Bench · DFIR-Metric · open.security
THE LESSON
The attacker's best feature is now your sensor
A human penetration tester who finds a credential named prod-backup-admin in an old commit gets suspicious. It's too convenient. Humans have an instinct for bait, and limited hours, so they skip branches that smell wrong.
An agent has neither the instinct nor the budget pressure. It can't reliably tell a honey credential from a real one, and trying everything is cheap, so it tries everything. That inverts what attacker thoroughness means: every additional path the agent explores raises the odds it touches a monitored one, or reads the string that shuts it down.
And notice what all three signals have in common: none of them takes an AI's word for anything. Canaries score what the agent touches, not what it claims. Context bombs act on what it reads. The new benchmarks credit only the evidence an agent can produce. The defender's version of the agent era is being built on a single sound principle: measure behavior, not testimony.
DO THIS WEEK
Plant one canary
Generate a canary token at canarytokens.org, place it somewhere an attacker would plausibly search where your team can safely deploy a monitored decoy, such as a code repository, cloud storage bucket, or internal documentation site. Point the alert at a mailbox someone actually reads, and log it in a one-line decoy inventory. Ten minutes of work for your first high-confidence tripwire. If it fires this year, it may be the cheapest detection you ever deploy.
Whether you’re deploying deception, evaluating AI defenders, or simply trying to understand where an autonomous agent could go next, it starts with knowing where your AI systems, identities, credentials, and data actually exist. That’s the map our AI Posture Review builds. If you’d like to see what that looks like in your environment, book a call below.
See you next week.
— Chris Simpson
Hackademic Solutions
The Hackademic Briefing · Know what's running.