Detection Dispatch (Alex's Version)

Alex Hurtado

Detection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

  1. 2 days ago

    Bill Gates’ AI Manifesto, Stolen LLMs & AI Honeypots feat. Eli Woodward

    Eli Woodward joins Detection Dispatch to explore what happens when AI becomes both the thing we're building and the thing we're trying to detect. From a Christmas AWS honeypot experiment that turned into a global network of AI honeypots to millions of captured prompts, Eli walks through what attackers are actually doing with exposed AI infrastructure and what those behaviors reveal about the detection challenges ahead. We get into LLM jacking, stolen compute, malicious prompts, AI agents, and the increasingly difficult question of whether an action was taken by a human, an agent, or an attacker. We also dig into what changes when AI moves from answering questions to actually taking action and what that means for detection engineering. In this episode we get into: • How Eli's AI honeypots became a window into real-world AI abuse • What attackers are doing with exposed AI infrastructure and stolen compute • Detecting the difference between human-driven and agent-driven behavior • Why timing, sequencing, and context may become critical AI detection signals • What changes when an AI moves from knowledge worker to autonomous actor • Why AI security needs the same grounding, evaluation, and guardrails that modern detection engineering does • What happens to detection engineering as agents start doing the work themselves • And where humans may still have an advantage: judgment, taste, curation, and knowing when the machine is wrong AI Honeypots: https://ai-honeypots.com/ Bill Gates' AI Manifesto: https://www.gatesnotes.com/a-turbulent-ai-era-and-critical-choices-to-make The conversation also connects the latest The AI Security Engineering Skills Map, Alex's recent work with Dan Nguyen-Huu on how detection engineering and AI security engineering are increasingly becoming the same discipline. Detection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

    Bill Gates’ AI Manifesto, Stolen LLMs & AI Honeypots feat. Eli Woodward
  2. 1 Sept

    AI Won’t Fix Your Detections. Your Linux Detection Engineer Will & also Happy Birthday, Linux 🎂

    Pawel Mazur joins Detection Dispatch to talk about what happens when you stop trusting detections at face value, especially when AI is involved. From generating detection logic with an LLM to actually running the technique with EDR silencers, to bypassing rules, and digging into the telemetry underneath it, Pawel makes the case for a much more skeptical approach to detection engineering. In this episode we get into: • What AI generated detection actually looks like in practice and what happens when you test it against real activity • Why AI generated detection logic can look completely correct and still fail • What happens when you actually test a detection against adversarial behavior instead of trusting the query • Why “don’t write code you cannot own” is an important rule for detection engineers using AI • How purple teaming and offensive experimentation expose detection gaps that research and vendor content can miss • Why Linux requires a different level of curiosity when you are trying to understand how attacks actually generate telemetry • How a seemingly simple detection can be bypassed by changing filenames, paths, or the way a technique is executed • Why the telemetry you think you have is not necessarily the telemetry you can actually hunt • What auditd and eBPF can reveal when your existing EDR telemetry does not tell the whole story • Where AI can genuinely help detection engineers today and where the hype is getting ahead of the tech The big picture is: “If you did not run it, break it, and understand the telemetry it produced, how do you actually know your detection works?” Links shared (practical linux detections + resources): https://for577.com/audit-mvphttps://github.com/neo23x0/auditdDetection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

    AI Won’t Fix Your Detections. Your Linux Detection Engineer Will & also Happy Birthday, Linux 🎂
  3. 26 Aug

    The Detection Factory (Loop Engineering in Practice)

    Tejas Paranjape joins Detection Dispatch to talk about what a detection factory can actually look like in practice and what changes when detection engineering becomes a repeatable, code driven production process rather than a collection of rules living in someone’s head. His Detection Factory breaks the work into specialized stages for writing, tuning, reviewing, testing, and shipping detections, with feedback and context carried through the process.  In this episode we get into: • What a Detection Factory actually looks like and what each of its four stations does • Why detections, workflows, and infrastructure need to be represented as code if you want to automate the work • How to build quality gates and backtesting into the detection development process before anything gets shipped • Why context and institutional knowledge need to travel with the detection instead of living in the head of whoever built it • What happens when AI gets a detection mostly right but still misses something important, like an alternate log format  • Why different models can have different jobs in the pipeline rather than asking one model to do everything • Where human review still matters, particularly when you are trying to catch the last few percent of problems • What workflows as code could mean for moving from detection to response at machine speed  • The unexpected connection between PKI, identity, and detection engineering and why knowing what something actually is matters before you build detections around it  The big picture is: “What would we have to build around it to make detection development repeatable, testable, reviewable, and trustworthy?” You can get started with ADEF here: https://github.com/Nebulock-Inc/agentic-detection-engineering-framework/blob/main/docs/methodology.md Detection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

    The Detection Factory (Loop Engineering in Practice)
  4. 13 Aug

    Sysmon for AI Visibility feat. Anton Ovrutksy

    Anton Ovrutsky from Huntress joins Detection Dispatch to talk about ATEN, his latest open-source project to do what Sysmon did for win event telemetry to AI agents. The idea came from a pretty simple realization: as security practitioners, we’re comfortable saying “we don’t have the telemetry for that”...And there’s a LOT missing. In this episode we get into: The “what the hell did I just give Claude access to?” problem — credentials, packages, skills, and systems pile up fast when you’re just trying to get the agent to work Why process trees tell you what happened, but not what the agent was asked to doThe huge blind spot around credentials living on endpoints — especially when an agent and an infostealer can touch the same credential store How ATEN connects the prompt that started an action to the endpoint activity that followed, including a session ID to tie it together Why we may need to start thinking about agents as something like an entirely new OS running on top of the endpointThe problem with trying to reconstruct an incident across endpoint + prompt transcript + network telemetry when half of that evidence was never logged How a compromised skill or dependency can turn a seemingly normal agent workflow into a supply-chain problemWhy intent vs. action might become one of the most important detection primitives for agentic systems And the uncomfortable reality that we started giving AI agents autonomy before we had good visibility into what they were actually doingThe question goes from “What did the agent execute?”  to “What did I ask it to do, what did it actually do, and what did it have access to along the way?” That feels a lot more like the telemetry problem we should have been solving from the start. Detection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

    Sysmon for AI Visibility feat. Anton Ovrutksy
  5. 31 Jul

    There's No D3FEND for AI (So He Built One) feat. Edward Lee

    Quick count: MITRE ATLAS, OWASP's Top 10s, NIST AML, Cisco's framework, MAESTRO, Databricks' AI security framework..Every org says "go do AI security," startups are popping out to sel lit to you…points you at a pile of frameworks that all describe the same handful of problems in slightly different words, and leaves you to cross-reference them yourself at 11pm. Edward Lee joins Dispatch to talk about AIDEFEND: the open-source knowledge base he built to be the thing MITRE ATT&CK has and AI security doesn't: a D3FEND. One place to search across AIDEFEND and ATLAS techniques, MAESTRO threats, every OWASP Top 10, Cisco, NIST AML,  type in a keyword and see how it maps everywhere at once, instead of holding nine tabs open and doing the translation in your head. In this episode we get into: "Detect" isn't one thing — it's 16+ techniques, and only three signals actually matter: prompt-level telemetry, tool call graphs, and retrieval provenanceWhy the retrieval layer is ground zero — if you can't say what got pulled and from where, you're not reconstructing that incident, you're guessingRogue agents behave less like malware and more like an insider threat — legit permissions, illegitimate intent"Goal drift": when a tool call sequence takes a left turn that only makes sense if something got injected midstreamThe case for giving agents their own identities instead of borrowed ones — and why token usage tells you almost nothing usefulWhere to start logging with zero visibility today: proxy-level tool calls and API calls, before you even look at contentFollow Edward's work: AIDEFEND — aidefend.netAIDEFEND on GitHub — aidefend.devAI Defense Matrix (more executively friendly matrix) featured in the episode — https://aidefensematrix.com/ Detection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

    There's No D3FEND for AI (So He Built One) feat. Edward Lee
  6. 20 Jul

    Your Dream Job Offer Might Depend on You Cloning/Running Malicious GitHub Repos feat. Tim Peck

    The job market is shitty right now, and threat actors are exploiting exactly that. Developers are a hot target, and it cuts both ways: they'll come at you as a fake recruiter sending a "coding test" straight off GitHub, or as a fake candidate using a stolen identity to get hired and work the inside. Cloning and running a malicious repo is now just part of the interview process. Doing a human CAPTCHA to prove the person on the other end isn't AI is no longer optional. Tim Peck (Director of Research, Detections.ai) joins Dispatch to break down DEV#POPPER and the broader Contagious Interview campaign, still active, still evolving. In this episode we get into: Why this attack starts with the human and why you can't train that instinct awayWord Wrap Obfuscation: hiding payloads past the edge of the screen so scrolling through the code looked cleanWhy devs specifically get targeted: the power-full/shell languages baked into the job function itself, affiliation with crypto walletsFake candidate red flags: brand new LinkedIn profiles, awkward response lag, 4am emails, resume inconsistenciesWhat detection helps assuming breachFollow Tim's work on: Detections.aihttps://www.securonix.com/blog/analysis-of-devpopper-new-attack-campaign-targeting-software-developers-likely-associated-with-north-korean-threat-actors/Detection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

    Your Dream Job Offer Might Depend on You Cloning/Running Malicious GitHub Repos feat. Tim Peck
  7. 15 Jul

    Red Team Wrote a Book on Evading You. Literally. feat. Dennis Chow & Michael LaSalvia

    Dennis Chow (Detection Engineering Director, back for round two) and Michael LaSalvia (red team lead) join Dispatch to talk about their new book, Evasion Engineering: Building Custom Red Team Tools for the Modern Defenses, and what happens when a blue teamer and a red teamer decide to write the playbook together instead of against each other. In this episode we get into: Why off-the-shelf adversary emulation repos are dying, and why building your own evasive tooling, not just running someone else's, makes you a fundamentally better detection engineerThe trusted advisor model: bringing blue teamers inside red team ops so trust replaces the us vs. them dynamicThe unmodified Kali header in a packet that blew a six month long campaign Shared fate as an operating model, borrowed from cloud providers, to stop punishing one side for the other's successGo (open-source programming language aka Golang supported by Google) and cross platform payloads: why Windows only red team frameworks have difficulty in keeping up with cloud and identity based attack paths Their favorite chapters to write: low and slow exfiltration, and the hybrid packer that finally got past an EDR that wouldn't quitFollow Dennis & Michael's work on: Evasion Engineering: Building Custom Red Team Tools for the Modern Defenses — available for pre-order on Packt and Amazon https://www.amazon.com/Evasion-Engineering-Building-Custom-Defenses-ebook/dp/B0GKDC57S8VM setup for adversary emulation & testing: https://github.com/Orange-Cyberdefense/GOADDetection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

    Red Team Wrote a Book on Evading You. Literally. feat. Dennis Chow & Michael LaSalvia
  8. 7 Jul

    What Headless Actually Means feat. Maxime Lamothe-Brassard Founder of LimaCharlie

    The definition of headless is taking shape. More software is shipping with an MCP. Teams are starting to require it in procurement. Your CLI and Claude Code can now talk directly to the tools you already run. LimaCharlie was one of the first platforms in the SOC to build everything through the command line....long before the post-Claude boom. Maxime Lamothe-Brassard (their founder) joins Dispatch to explore what going headless actually means for security operations. In this episode we get into: What headless actually means mechanically and why it's a very old computing idea security is only now fully inheritingWhy the UI becoming optional levels the playing field and kills the faith-based vendor pitchThe eager intern problem: permissions control what an agent is allowed to do, not whether its answer is rightWhy passing the MCP boundary and trusting the LLM on the other side is a front door left wide openGPT wrappers vs. real headless infrastructure: who owns the detection logic and who's just reselling tokensThe customer who told their MSSP they'd rather their CEO get locked out for 30 minutes than wait on a human to respondThe one thing Max won't let a headless agent do...everFollow Max's work on: limacharlie.io | limacharlie.io/blogLinkedIn: linkedin.com/in/maximelbFree Build Your Own Headless SOC Workshop with BlackHills Infosec @ BlackHat, August 5, 2026 https://luma.com/black-hat-headless-soc-workshop?tk=crcMy4Detection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

    What Headless Actually Means feat. Maxime Lamothe-Brassard Founder of LimaCharlie

About

Detection Dispatch (Alex's Version) is an independent detection engineering & threat hunting podcast. Rebuilt. Community-first. Featuring a lineup of the real and active projects pushing the limits of detection engineering, threat hunting, and everything in between.

You Might Also Like