Security Operations Centers (SOCs) receive
thousands of alerts per day, and analysts spend 70% of their time on initial triage — deciding
which alerts are real threats and which are
noise. We wanted to build an AI agent that could perform that first-pass triage autonomously,
turning hours of manual work into seconds of
automated analysis.

What it does

The DCO Threat Triage Agent is a custom AI agent built on Elastic Agent Builder that performs
autonomous security alert triage. Give it an IP address, and it will:

  1. Correlate all related events into a chronological timeline
  2. Enrich findings with threat intelligence from a MITRE ATT&CK-mapped IOC database
  3. Detect attack patterns — C2 beaconing,
    lateral movement, privilege escalation
  4. Analyze forensic process chains for malware
    indicators
  5. Score severity (P1 Critical through P4 Low)
    with justification
  6. Report a structured triage with MITRE ATT&CK mapping and containment recommendations

All orchestrated through 7 custom tools (5
ES|QL, 1 index_search, 1 workflow) wired to a
single Agent Builder agent.

Built With

Share this project:

Updates