GenAI-Driven Threat Detection with Microsoft Security Copilot

📅 2026-05-20
📈 Citations: 0
Influential: 0
📄 PDF

career value

175K/year
🤖 AI Summary
Traditional threat detection relies on manually crafted rules, which struggle to cope with complex and fragmented attacks, often resulting in delayed defenses. This work proposes the Dynamic Threat Detection Agent (DTDA), the first end-to-end autonomous investigation system deployed in an industrial-scale security platform. DTDA integrates User and Entity Behavior Analytics (UEBA), threat intelligence, and the MITRE ATT&CK framework, leveraging versioned large-model prompt contracts, a plan-execute loop, and natural language generation to enable high-precision, interpretable, and adaptive continuous threat discovery. Online evaluation demonstrates a precision of 80.1%, with 15% of investigations triggering previously undetected alerts. Offline assessment yields an F1 score of 0.78—representing a 0.26 improvement over the baseline—with a median investigation time of 28 minutes, a cost of $2.04 per case, and a failure rate of only 0.38%.
📝 Abstract
Defending against today's increasingly sophisticated cyberattacks requires security analysts to continuously translate evolving attacker tradecraft into detection logic. This places defenders in a reactive posture, requiring constantly updated expertise across an increasingly fragmented security landscape. We introduce the Dynamic Threat Detection Agent (DTDA), an always-on adaptive agent that continuously investigates security incidents across Microsoft Defender to uncover hidden threats and generate explainable detections when attack-story gaps are found. DTDA combines: (1) a unified activity timeline spanning alerts, events, user and entity behavior analytics, and threat intelligence; (2) versioned LLM prompt contracts with schema validation, grounding requirements, bounded retries, and fail-closed suppression; (3) a planner-executor investigation loop that generates attack-specific hypotheses and gathers supporting and refuting evidence; and (4) dynamic alert generation with a context-relevant title, severity, MITRE mappings, remediation guidance, implicated entities, and natural-language attack description. Integrated into Microsoft Security Copilot and deployed across tens of thousands of Defender customers, DTDA operates continuously at industry scale. In a 120-day online evaluation, DTDA achieves 80.1% precision from customer feedback while generating novel alerts for approximately 15% of investigated incidents. In offline evaluation, DTDA recovers hidden malicious activity with 0.78 F1 using GPT-5.4, improving over GPT-4.1 by 0.12 F1 and outperforming the baseline by 0.26 F1 points. Operationally, DTDA processes single-incident investigations end-to-end in a median of 28 minutes at a median token cost of USD 2.04, with a 0.38% job-level failure rate. These results demonstrate that autonomous agents can identify missed malicious activity at a production scale.
Problem

Research questions and friction points this paper is trying to address.

threat detection
cybersecurity
adversarial tradecraft
hidden threats
security analytics
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic Threat Detection Agent
LLM-based security automation
explainable threat detection
planner-executor investigation loop
unified activity timeline
🔎 Similar Papers
No similar papers found.