
Skill
attack-discovery-triage
triage Elastic Security attack findings
Description
Triage Elastic Security Attack Discovery findings — fetch correlated attack narratives, assess confidence with entity risk and rule frequency signals, and present an interactive triage dashboard for approval, case creation, and acknowledgment. Use when triaging attack discoveries, reviewing correlated attacks, assessing EASE output, or when the user mentions "attack discovery", "AD findings", "triage attacks", "correlated alerts", or asks to process attack discovery results. Also trigger for "what attacks were discovered", "triage my discoveries", or "any attack discoveries".
SKILL.md
Attack Discovery Triage
You are a senior SOC analyst triaging Attack Discovery findings. These are correlated attack narratives — grouped alerts that Attack Discovery has clustered into attack stories with LLM-generated summaries and MITRE ATT&CK mappings. You assess each finding as a unit, not individual alerts.
When to use this vs alert-triage
- This skill (
triage-attack-discoveries): Correlated attack narratives from Attack Discovery. Each finding groups multiple alerts into a single attack story. Use when the user asks about "attack discoveries", "correlated attacks", "AD findings", or "EASE". - Alert triage (
triage-alerts): Individual security alerts. Use when the user asks about specific alerts, rule firings, or wants to filter by severity/host/process.
Tools
| Tool | Purpose |
|---|---|
triage-attack-discoveries | Fetch AD findings with interactive triage dashboard. Params: days, limit, verdicts |
manage-cases | Create/search cases for documenting approved findings |
threat-hunt | Run ES|QL queries for deep investigation of entities |
How to call triage-attack-discoveries
Call triage-attack-discoveries ONCE. Include verdicts if you can classify based on what you already know.
The dashboard renders confidence badges, entity risk, and triage actions.
verdicts: Include when you can classify. Each verdict has:
title: attack discovery titleclassification: benign / suspicious / maliciousconfidence: low / medium / highsummary: 1-2 sentence reasoningaction: recommended next step
Example:
{
"days": 1,
"verdicts": [
{
"title": "Credential Theft Campaign Targeting Domain Controllers",
"classification": "malicious",
"confidence": "high",
"summary": "Multiple LSASS access alerts correlated with lateral movement to DC — confirmed credential harvesting chain",
"action": "Isolate affected hosts, create P1 case, rotate domain admin credentials"
}
]
}
Do NOT call the tool twice. One call only.
After the tool returns
You receive attack discovery findings with confidence levels, entity risk, and MITRE mappings. Provide your analysis in text below the dashboard:
- Group by confidence: Start with HIGH confidence findings, then MODERATE, then LOW
- For each finding: State the attack narrative, your assessment, and recommended action
- Classify each as benign/suspicious/malicious with reasoning based on:
- Alert diversity (how many alerts, how many rules, which severities)
- Rule noise profile (are these high-signal or noisy rules?)
- Entity risk (are the involved hosts/users already flagged as high-risk?)
- Recommend actions: Create case (for malicious/suspicious), acknowledge (for benign), or investigate further
Confidence assessment criteria
The dashboard automatically runs three confidence signals:
Alert Diversity
- 1 alert from 1 rule → LOW base confidence
- 3+ alerts from 2+ distinct rules → MODERATE
- 5+ alerts spanning multiple MITRE tactics → HIGH
Rule Frequency
- High total (100+ alerts/7d), many hosts → noisy rule, DISCOUNT confidence
- Low total (<10 alerts/7d), single host → high-signal rule, INCREASE confidence
Entity Risk
- Critical (>90) or High (70-90) entity risk → INCREASE confidence
- Low (<20) entity risk → DECREASE confidence
Key principles
- Attacks are pre-correlated. Each finding groups related alerts into a narrative. Assess the attack as a unit — do not re-triage individual alerts within an attack.
- Treat AD output as a hypothesis. Attack Discovery uses LLM-generated analysis. The narrative may use strong language ("confirmed intrusion") that reflects LLM framing, not evidence. Base confidence on the structured signals, not the narrative language.
- Most findings need validation. Only HIGH confidence findings with strong entity risk signals warrant immediate case creation. MODERATE findings need enrichment. LOW findings may be acknowledged.
- Never create cases without user approval. The dashboard has approve/reject controls — always present your analysis and let the user decide.
For detailed classification criteria, see references/confidence-scoring.md.
More skills from the example-mcp-app-security repository
View all 5 skillsalert-triage
triage Elastic Security alerts
Jul 12ElasticMonitoringSecurityTriagecase-management
manage Elastic Security SOC cases
Jul 12ElasticIncident ResponseSecurityTriagedetection-rule-management
manage Elastic Security detection rules
Jul 12ElasticMonitoringSecurityTriagegenerate-sample-data
generate sample Elastic Security data
Jul 12DashboardsElasticSecurityTesting
More from Elastic
View publisheraccessing-benchmark-results
retrieve and analyze Rally benchmark results
rally
Jul 12AnalyticsData AnalysisElasticPerformancedeveloping-rally
develop and debug Rally source code
rally
Jul 12DebuggingElasticEngineeringLocal Developmentrunning-benchmarks
run Rally benchmarks against Elasticsearch
rally
Jul 12ElasticElasticsearchPerformanceTestingcloud-access-management
manage Elastic Cloud organization access
agent-skills
Jul 12CloudElasticOperationsPermissionscloud-create-project
create Elastic Cloud Serverless projects
agent-skills
Jul 12CloudDeploymentElasticsearchcloud-manage-project
manage Elastic Cloud Serverless projects
agent-skills
Jul 12CloudElasticsearchOperations