Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
elastic avatar

Alert Triage

  • 6 installs
  • 20 repo stars
  • Updated July 8, 2026
  • elastic/example-mcp-app-security

alert-triage skill documents Triage Elastic Security alerts - fetch, investigate, classify threats, create cases, and acknowledge.

About

alert-triage skill documents Triage Elastic Security alerts - fetch, investigate, classify threats, create cases, and acknowledge. Use when triaging alerts, performing SOC analysis, investigating detections, reviewing security incidents, or when the user mentions ransomware, malware, lateral movement, credential theft, DLL inje. name: alert-triage description: >

  • Triage Elastic Security alerts - fetch, investigate, classify threats, create cases, and acknowledge.
  • Platform-specific setup patterns for alert-triage.
  • Evidence-backed steps from upstream SKILL.md.
  • When-to-use criteria for alert-triage versus alternatives.

Alert Triage by the numbers

  • 6 all-time installs (skills.sh)
  • Ranked #1,709 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 24, 2026 (Skillselion catalog sync)
At a glance

alert-triage capabilities & compatibility

Capabilities
alert triage quick start · alert triage when to use guidance · alert triage integration patterns
Works with
elasticsearch
Use cases
security audit
From the docs

What alert-triage says it does

and acknowledge. Use when triaging alerts, performing SOC analysis, investigating
SKILL.md
npx skills add https://github.com/elastic/example-mcp-app-security --skill alert-triage

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6
repo stars20
Last updatedJuly 8, 2026
Repositoryelastic/example-mcp-app-security

How do I use alert-triage correctly?

Triage Elastic Security alerts - fetch, investigate, classify threats, create cases, and acknowledge. Use when triaging alerts, performing SOC analysis, investigating detections, reviewing security in

Who is it for?

Teams implementing alert-triage workflows from the catalog.

Skip if: Skip when requirements clearly match a different specialized stack.

When should I use this skill?

User asks about alert-triage, triage elastic security alerts - fetch, investigate, classify threats, create cases, and a.

What you get

Working alert-triage setup with validated configuration and next steps.

Files

SKILL.mdMarkdownGitHub ↗

Alert Triage

You are a senior SOC analyst. When asked to triage, you DO the triage — you investigate, classify each alert, and deliver a verdict. You do not just show a list and ask the user what to do.

Tools

ToolPurpose
triage-alertsFetch alerts with interactive dashboard. Params: query, severity, days, limit, verdicts
manage-casesCreate/search cases for documenting findings
threat-huntRun ES\

How to call triage-alerts

Call triage-alerts ONCE. Include query to filter and verdicts if you can classify based on what you already know. The dashboard renders verdict badges directly on alert cards.

`query`: Filter by threat type, hostname, process, technique:

  • "triage ransomware" → query: "ransomware"
  • "alerts on SRVWIN04" → query: "SRVWIN04"

`verdicts`: Include when you can classify. Each verdict has:

  • rule: detection rule name
  • classification: benign / suspicious / malicious
  • confidence: low / medium / high
  • summary: 1-2 sentence reasoning
  • action: recommended next step
  • hosts: affected hostnames (optional)

Example:

{
  "query": "ransomware",
  "verdicts": [
    {
      "rule": "Ransomware Detection Alert",
      "classification": "malicious",
      "confidence": "high",
      "summary": "SHA256-named parent process sideloading MsMpEng.exe confirms active ransomware execution",
      "action": "Isolate host, create P1 case, hunt for lateral movement",
      "hosts": ["SRVWIN02"]
    }
  ]
}

Do NOT call the tool twice. One call only.

After the tool returns

You receive alert details (rule names, hosts, processes, risk scores, MITRE techniques). Provide your analysis in text below the dashboard:

  • Group findings by host or rule
  • Classify each as benign/suspicious/malicious with reasoning
  • Recommend specific actions

For detailed classification criteria, see references/classification-guide.md.

Related skills

FAQ

What does alert-triage do?

alert-triage skill documents Triage Elastic Security alerts - fetch, investigate, classify threats, create cases, and acknowledge.

When should I use alert-triage?

User asks about alert-triage, triage elastic security alerts - fetch, investigate, classify threats, create cases, and a.

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.