Datadog Detect Chicago | Datadog
Datadog Field Event

Datadog Detect Chicago RSVP

Time

Monday, November 2
12:30 PM

Location

Convene Willis Tower
233 S Wacker Dr

What is Datadog Detect

A half-day event produced by Datadog's SecurityLabs team, focused on the practitioner community of detection engineers and security operations professionals.

Each edition centers on a specific theme shaping the future of security; the most recent edition examined how AI is accelerating both attackers and defenders.

Sessions feature security researchers and practitioners from Datadog and peer organizations, combining technical depth with real-world operational context. The event is designed to educate and engage the security community, reinforcing Datadog's position as a credible voice in security research and detection engineering.

Agenda

12:00 PM CST 12:30 PM CST

Registration

12:30 PM CST 01:00 PM CST

Keynote Address

Emilio Escobar, Tim Knudsen

01:00 PM CST 01:15 PM CST

Break

01:15 PM CST 01:45 PM CST

Breakout: The GATES Framework: Deciding when a Threat Hunt becomes a Detection

Alex Hurtado

01:15 PM CST 01:45 PM CST

Breakout: The GATES Framework: Deciding when a Threat Hunt becomes a Detection

Alex Hurtado

Every detection engineering team eventually hits the same unanswered question: a threat hunt turns up something real — should it become a standing detection rule? Get it wrong toward "yes" and you get alert fatigue and rules built to chase ATT&CK coverage metrics rather than catch anything real. Get it wrong toward "no" and repeatable adversary behavior stays trapped in a hunter's head or a Slack thread — exactly the memory loss problem modern hunting frameworks were built to solve.

Two open source frameworks currently bracket this decision without answering it. The Agentic Threat Hunting Framework (ATHF) gives hunts structure and persistence through its LOCK pattern, and its own hunt template literally asks the hunter, at the end of every investigation, "could this become an automated detection?" — with no criteria for answering. The Adversarial Detection Engineering (ADE) Framework and its Detection Logic Exposures (DLE) catalog pick up on the other side: a rigorous taxonomy for auditing detection logic that has already been written and shipped. Neither framework touches the moment in between.

This talk introduces GATES: a five gate promotion model — Generalizable, Actionable, Tunable, Exposure tested, Sustainable — that sits between ATHF's KEEP stage and ADE's quality gate, and gives every hunt finding a defensible, repeatable path to production or a defensible reason to stay a hunt. Each gate is tied to a documented, citable failure mode, not an abstract principle.

Rather than present this in the abstract, we'll run it live against a real, already shipped detection rule and expose a genuine gap hiding in its own documentation — then show exactly how that gap becomes next sprint's hunt hypothesis, closing a loop most "hunt vs. detect" advice only gestures at.

Attendees will leave with the five gates, the routing model for findings that fail them, and a worked template they can run against one of their own shipped detections before the end of the week.

01:50 PM CST 02:20 PM CST

Breakout: Detection Engineering Meets AI-driven Adversary Emulation

Taiga Walker

01:50 PM CST 02:20 PM CST

Breakout: Detection Engineering Meets AI-driven Adversary Emulation

Taiga Walker

A detection rule is only as good as its ability to catch the behavior it was written for, and most teams never actually check. We built a system that does the checking: safely emulating real attacker behavior in our own cloud environments and confirming the right alarm goes off as new detections are authored, and every time existing ones change.

This talk covers how our team put that system into practice across 600+ detection rules, dozens of log sources, and six cloud platforms (AWS, Azure, Entra ID, GCP, and Kubernetes). We combined two open-source Datadog tools — Stratus Red Team, which emulates realistic attacker behavior on demand, and Threatest, which runs the test and checks the result — and this talk will focus on the engineering we added around them to make this reliable at scale.

The hard part is scale. Someone has to decide, for each detection, which emulated behavior should trigger it, and then write that test. Doing that by hand for hundreds of rules, and keeping it current as rules change, is unsustainable, so we handed that job to an AI. When a rule is authored or changed, a language model reads the detection, works out what it's designed to catch, picks the matching behavior from our catalog, and generates the test automatically. Rules that can't be reliably tested this way are identified and set aside up front, so we never waste a run.

Each test then runs in isolation: it logs into the target cloud, executes the attacker behavior against the live environment, and verifies that the expected alert is fired. For a brand-new detection that isn't live yet, there's no alert to wait for, so we verify one level down, confirming the emulated behavior actually showed up in the logs the rule will watch. To keep results trustworthy, every emulation is tagged with a unique ID that we match inside the resulting alert or log, so unrelated activity can never fake a passing test.

Our most important design decision was what the system doesn't do: these tests inform, they don't block. A failing test alerts the engineer, but never stops their work from shipping. We'll make the case that this limitation is precisely what lets continuous, real-world emulation survive in a busy team, and why the more obvious approach, treating every test as a hard gate, kills the practice.

You'll leave with a practical blueprint: how to connect these tools into an automated testing pipeline, where AI genuinely helps versus where it gets things wrong, how to trust your results against noisy real-world data, and the honest trade-offs of continuously emulating adversary behavior in live cloud environments.

02:25 PM CST 02:55 PM CST

Breakout: OCSF: The future of AI-native Detection Engineering and Incident Response

02:55 PM CST 03:15 PM CST

Break

03:15 PM CST 03:45 PM CST

Breakout: MFA Phishing & the Cloak of Invisibility

03:15 PM CST 03:45 PM CST

Breakout: MFA Phishing & the Cloak of Invisibility

MFA phishing (multi-factor authentication phishing) has rapidly evolved over the last few years from cool research into a mainstream initial access vector, largely due to the open-sourced adversary-in-the middle (AiTM) frameworks such as Evilginx and Tycoon. While defenders/vendors may have improved detection of MFA phishing attempts at the identity layer, a group of attackers have been flying under your radar using a much less scrutinized cloud control plane.

This talk presents a highly evasive technique observed in the wild that is getting no publicity: MFA phishing delivered entirely within Microsoft Purview Message Encryption. By compromising a single Microsoft 365 mailbox, adversaries can send encrypted, restricted-permission messages that effectively blind secure email gateways, evade content inspection, and exploit user trust in “Microsoft-protected” communications that can target anyone with a mailbox.

We will walk through how attackers chain business email compromise (BEC) access with AiTM phishing kits, using Purview as a recursive delivery mechanism to propagate access across organizations, even when targeted recipient(s) do not themselves use Microsoft 365. This technique shifts the detection battleground from traditional email filtering and signature rules to identity telemetry, audit logs, and behavioral signals that many SOCs are not yet monitoring.

Attendees will leave with a concrete understanding of: • How Purview Message Encryption is being abused as a phishing transport • The evolution of Purview MFA Phishing TTPs • How to build detections that adapt to this threat

This session is designed for detection engineers, cloud security practitioners, and incident responders who want to stay ahead of adversaries abusing “trusted” cloud features as weapons.

03:50 PM CST 04:20 PM CST

Breakout: From Intel to Detection: Operationalizing Threat Intelligence at Scale

Nathan Pitchaikani

04:20 PM CST 04:30 PM CST

Closing Remarks

04:30 PM CST 05:30 PM CST

Networking Reception

Speakers

Emilio Escobar

Emilio Escobar

Chief Information Security Officer

Datadog

Tim Knudsen

Tim Knudsen

Vice President Product, Security

Datadog

Tim Knudsen

Tim Knudsen

Vice President Product, Security

Datadog

Tim Knudsen is the VP Product for the Datadog Security portfolio that is currently used by over 8,500 Datadog customers, including one in four of the Fortune 500. Datadog security products uniquely integrate security insights, observability and AI to prevent risk, detect threats and remediate at machine speed and scale.

Prior to joining joining Datadog, Tim was a product executive at Google Cloud leading numerous security product areas, including Google Cloud’s embedded cloud security solution Security Command Center (SCC), reCAPTCHA bot protection and online fraud prevention, Google Cloud’s Identity and Access Management (IAM) platform, as well as workforce and workload zero trust solutions featuring BeyondCorp Enterprise (BCE) and VPC Service Controls (VPC-SC).

In addition, Tim was the GM for Zscaler’s Workload Security business and VP Product for the Akamai zero trust portfolio.

Alex Hurtado

Alex Hurtado

Head of Detection Strategy | Host of Detection Engineering Dispatch

Nebulock

Alex Hurtado

Alex Hurtado

Head of Detection Strategy | Host of Detection Engineering Dispatch

Nebulock

Alex Hurtado has spent years breaking, tuning, and rebuilding detections across banks, healthcare, retail, and fraud. Now at Nebulock, she builds detections, hunts threats, and asks inconvenient questions about how we actually measure them.

She also hosts Detection Engineering Dispatch, a weekly podcast with practitioners in the trenches. GATES grew out of those hunts, conversations, and one question that kept coming back: how do we know our detections actually work?

Taiga Walker

Taiga Walker

Senior Security Engineer - Threat Detection

1Password

Taiga Walker

Taiga Walker

Senior Security Engineer - Threat Detection

1Password

Taiga Walker is a Senior Security Engineer in Threat Detection at 1Password, with a Master's in Cyber Security Engineering. Taiga specializes in detection engineering, threat intelligence, and incident response, with a focus on building high-fidelity detection signals and automating security operations end to end, from alert triage to response. Outside of security, Taiga was a former NCAA Division III Men's Basketball student-athlete during his bachelor's degree.

Nathan Pitchaikani

Nathan Pitchaikani

Senior Security Engineer

Riot Games

Nathan Pitchaikani

Nathan Pitchaikani

Senior Security Engineer

Riot Games

Nathan Pitchaikani is a Senior Security Engineer at Riot Games, where he’s part of the Security Operations team. With 6 years of experience in cybersecurity, Nathan’s work spans detection engineering, threat hunting, SecDevOps, incident response, and threat intelligence. He also plays a key role in managing Riot’s SIEM and SOAR platforms. Outside of security, Nathan has three cats and a fun fact is he use to coach professional Overwatch.

Location

Convene Willis Tower

233 S Wacker Dr, Chicago, IL 60606

RSVP

Monday, November 2
12:30 PM

By attending this event I acknowledge that I may be exposed to information which the Exhibitor, Datadog, Inc., considers confidential and wishes to limit the disclosure of. I hereby agree to keep such information confidential and to not disclose such information to any third parties. I further represent that I am not employed by a competitor of the Exhibitor and am not attending this Event with the intent to access any such confidential information or gain a competitive advantage for my employer. I hereby give permission to the Exhibitor to use my image, likeness, appearance, voice, and any written or spoken testimonials given by me in connection with the marketing and promotion of this Event and/or any Datadog products or Events.

Datadog

Join us for more events

VIEW MORE EVENTS