triaging-security-incident-with-ir-playbook

Featured

Classify and prioritize security incidents using structured IR playbooks to determine severity, assign response teams, and initiate appropriate response procedures.

AI & Automation 12,642 stars 1468 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Triaging Security Incidents with IR Playbooks ## When to Use - New security alert received from SIEM, EDR, or other detection sources - SOC analyst needs to determine if an alert is a true positive requiring response - Incident needs severity classification and team assignment - Multiple concurrent incidents require prioritization - Automated triage rules need validation or tuning ## Prerequisites - SIEM platform with alert correlation (Splunk, Elastic, QRadar, Sentinel) - Incident response playbook library (by incident type) - Severity classification matrix approved by CISO - On-call rotation and escalation procedures - Ticketing system for incident tracking (ServiceNow, Jira, TheHive) - Threat intelligence feeds for IOC enrichment ## Workflow ### Step 1: Receive and Acknowledge Alert ```bash # Query Splunk for new critical/high severity alerts index=notable status=new severity IN ("critical","high") | table _time, rule_name, src, dest, severity, description | sort -_time # Query TheHive for new cases curl -s -H "Authorization: Bearer $THEHIVE_API_KEY" \ "https://thehive.local/api/v1/query?name=list-alerts" \ -H "Content-Type: application/json" \ -d '{"query":[{"_name":"listAlert"},{"_name":"filter","_field":"status","_value":"New"}]}' # Acknowledge alert in SIEM to prevent duplicate triage curl -X POST "https://splunk.local:8089/services/notable_update" \ -H "Authorization: Bearer $SPLUNK_TOKEN" \ -d "ruleUIDs=$RULE_UID&status=1&comment=Triage+initiated+by...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

triaging-security-incident

Performs initial triage of security incidents to determine severity, scope, and required response actions using the NIST SP 800-61r3 and SANS PICERL frameworks. Classifies incidents by type, assigns priority based on business impact, and routes to appropriate response teams. Activates for requests involving incident triage, security alert classification, severity assessment, incident prioritization, or initial incident analysis.

12,642 Updated today
mukul975
AI & Automation Featured

triaging-security-alerts-in-splunk

Triages security alerts in Splunk Enterprise Security by classifying severity, investigating notable events, correlating related telemetry, and making escalation or closure decisions using SPL queries and the Incident Review dashboard. Use when SOC analysts face queued alerts from correlation searches, need to prioritize investigation order, or must document triage decisions for handoff to Tier 2/3 analysts.

12,642 Updated today
mukul975
AI & Automation Featured

performing-alert-triage-with-elastic-siem

Perform systematic alert triage in Elastic Security SIEM to rapidly classify, prioritize, and investigate security alerts for SOC operations.

12,642 Updated today
mukul975
AI & Automation Featured

building-incident-response-playbook

Designs and documents structured incident response playbooks that define step-by-step procedures for specific incident types aligned with NIST SP 800-61r3 and SANS PICERL frameworks. Covers playbook structure, decision trees, escalation criteria, RACI matrices, and integration with SOAR platforms. Activates for requests involving IR playbook creation, incident response procedure documentation, response runbook development, or SOAR playbook design.

12,642 Updated today
mukul975
AI & Automation Solid

csoc-operations--playbook-automation

SOC alert triage, incident playbook automation, escalation workflows, shift reporting, and SOC KPI tracking

47 Updated today
Masriyan