csoc-operations--playbook-automation

Solid

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

AI & Automation 204 stars 38 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
77
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# CSOC Operations & Playbook Automation ## Purpose Enable Claude to assist Cyber Security Operations Center (CSOC) teams with structured alert triage, automated playbook creation, escalation workflow design, shift handover reporting, and SOC metrics analysis. Claude produces operational artifacts that analysts can execute directly or adapt to their SOAR platforms. --- ## Activation Triggers This skill activates when the user asks about: - Triaging SIEM alerts or security events - Creating incident response playbooks for SOC analysts - Designing escalation workflows and notification chains - Generating SOC shift handover reports - Calculating SOC metrics (MTTD, MTTR, FPR) - Automating repetitive SOC tasks - Playbook conversion to Splunk SOAR, Palo Alto XSOAR, or ServiceNow - SOC analyst decision support and runbooks - Alert fatigue reduction strategies - Alert correlation and deduplication --- ## Prerequisites ```bash pip install pyyaml jinja2 requests python-dateutil ``` **Platform integrations:** - `Splunk SOAR` — Playbook automation - `Palo Alto XSOAR` — SOAR platform - `TheHive` — Open-source IR platform - `ServiceNow` — ITSM ticketing - `PagerDuty / OpsGenie` — Alerting and on-call --- ## Core Capabilities ### 1. Alert Triage Automation **When the user provides SIEM alerts and asks to triage:** **Triage Decision Framework:** ``` Step 1: Parse alert data - Source: SIEM, EDR, WAF, IDS, email security, cloud audit logs - Extract: timestamp, source IP, dest...

Details

Author
Masriyan
Repository
Masriyan/Claude-Code-CyberSecurity-Skill
Created
4 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

alert-prioritization

Analyzes SIEM alert pipelines for rule optimization, alert fatigue reduction, criticality scoring, asset-based prioritization, and correlation rule design using NIST CSF and detection engineering principles. USE THIS SKILL WHEN: - Your SOC team is drowning in alerts and you need to reduce noise - Someone asks about alert fatigue, false positive rates, or SIEM tuning - You need to design or evaluate an alert criticality scoring framework - A project involves SIEM rules (Splunk, Elastic, Sentinel, Chronicle, QRadar) - You are building or reviewing detection-as-code pipelines - Someone mentions MITRE ATT&CK coverage gaps or detection engineering - You need to optimize correlation rules or SOAR playbook coverage - Alert-to-incident conversion rates are below 30% - Analysts are bulk-closing alerts or MTTA is trending upward TRIGGER PHRASES: "alert fatigue", "SIEM tuning", "detection rules", "alert prioritization", "false positive rate", "correlation rules", "SOC optimization", "alert scoring", "detection engineeri

8 Updated 1 weeks ago
tinh2
AI & Automation Solid

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.

46 Updated 2 days ago
adriannoes
Data & Documents Solid

threat-hunting--ioc-analysis

IOC extraction, threat intelligence correlation, MITRE ATT&CK mapping, hunt hypothesis generation, and detection rule creation

204 Updated 1 weeks ago
Masriyan