Episode

Outpaced: What AI Did to the Attack Clock

Podcast
Cyberside Chats: Cybersecurity Insights from the Experts
Published
Sep 15, 2026
Duration seconds
990
Processing state
not_requested
Canonical source
https://www.chatcyberside.com/e/outpaced-what-ai-did-to-the-attack-clock/
Audio
https://mcdn.podbean.com/mf/web/ipmizemhcqwgg2vp/EP87_-_unit_42_Audio_Onlyaol2s.mp3
JSON
/v1/public/podcasts/cyberside-chats-cybersecurity-insights-from-the-experts-7144591/episodes/outpaced-what-ai-did-to-the-attack-clock
Markdown
/podcast/cyberside-chats-cybersecurity-insights-from-the-experts-7144591/outpaced-what-ai-did-to-the-attack-clock.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/cyberside-chats-cybersecurity-insights-from-the-experts-7144591/episodes/outpaced-what-ai-did-to-the-attack-clock/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/cyberside-chats-cybersecurity-insights-from-the-experts-7144591/outpaced-what-ai-did-to-the-attack-clock.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Palo Alto Networks’ Unit 42 investigated an intrusion where the attacker used AI agents to carry out the attack — and compressed work a human team would have needed more than two weeks to do into just under ten hours, using more than 50 MITRE ATT&CK techniques. Sherri Davidoff and Matt Durrin unpack what actually happened, starting with a correction: despite the headlines, this was not an autonomous AI. A human directed it. They walk the chain from a breached public website through sub-agents harvesting hard-coded tokens out of code repositories, into the secrets manager, and finally to the attacker turning the victim’s own AI endpoints into attack infrastructure — using the company’s compute power against it. Along the way: why an attempted backdoor in Terraform configurations was the most alarming move in the intrusion, why branch protection stopped an attacker who already held master admin credentials, and why the tactic adversaries use to slip past AI guardrails looks a lot like a Russian ransomware gang’s fake IT recruitment scheme. The thesis isn’t that AI went rogue. It’s that the clock changed, and incident response plans built for a two-week dwell time are now built for the wrong attack. Key Takeaways: Make every key and token in your environment expire. They will not get rotated by default. Set expirations so they cannot stay invisible forever, and track them. Require a second layer of approval for critical infrastructure changes. Branch protection stopped this attacker after they already held master admin credentials. Logging and monitoring are good; prevention is better. Give every AI service in your environment a named owner. Somebody has to be managing the keys and controlling it, so you know where it is. Apply the same controls to your vendors and MS…