/building-soc-escalation-matrix
Build a structured SOC escalation matrix defining severity tiers, response
$ npx -y skills add mukul975/Anthropic-Cybersecurity-Skills --skill building-soc-escalation-matrix --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/building-soc-escalation-matrix
Context preview
The summary Claude sees to decide when to auto-load this skill.
Build a structured SOC escalation matrix defining severity tiers, response
SKILL.md
building-soc-escalation-matrix.SKILL.mdname: building-soc-escalation-matrix
description: Build a structured SOC escalation matrix defining severity tiers, response
SLAs, tiered escalation paths, and notification procedures for security incidents,
using context-driven criteria that combine business risk, asset criticality, and
data sensitivity. Use when designing or revising how a SOC triages and escalates
incidents across analyst tiers.
domain: cybersecurity
subdomain: soc-operations
tags:
- soc
- escalation
- incident-management
- severity
- sla
- triage
- tiered-soc
version: '1.0'
author: mahipal
license: Apache-2.0
nist_csf:
- DE.CM-01
- DE.AE-02
- RS.MA-01
- DE.AE-06
mitre_attack:
- T1078
- T1071
- T1041
Building SOC Escalation Matrix
Overview
A SOC escalation matrix defines how security incidents move through the organization based on severity, impact, and response requirements. Modern SOCs use context-driven escalation combining business risk, asset criticality, and data sensitivity rather than purely severity-based models. Organizations using AI and automation in their SOC cut detection-and-containment lifecycle to approximately 161 days, an 80-day improvement over the 241-day industry average.
When to Use
- When deploying or configuring building soc escalation matrix capabilities in your environment
- When establishing security controls aligned to compliance requirements
- When building or improving security architecture for this domain
- When conducting security assessments that require this implementation
Prerequisites
- Familiarity with soc operations concepts and tools
- Access to a test or lab environment for safe execution
- Python 3.8+ with required dependencies installed
- Appropriate authorization for any testing activities
SOC Tier Structure
Tier 1 - Alert Triage Analyst
- Monitors SIEM dashboards and alert queues
- Performs initial alert classification (true/false positive)
- Handles P3 and P4 incidents to resolution
- Escalates P1 and P2 incidents to Tier 2 within SLA
- Documents initial findings in ticketing system
Tier 2 - Incident Analyst
- Performs deep-dive investigation on escalated incidents
- Conducts root cause analysis and scoping
- Executes containment procedures
- Handles P2 incidents to resolution
- Escalates P1 incidents to Tier 3 or management
Tier 3 - Senior Analyst / Threat Hunter
- Handles P1 critical incidents and APT investigations
- Performs proactive threat hunting
- Develops detection rules and playbooks
- Conducts malware reverse engineering
- Leads incident response for major breaches
Management Escalation
- SOC Manager: Operational decisions, resource allocation
- CISO: Business impact decisions, executive communication
- Legal/PR: Data breach notification, media response
- External IR: Third-party incident response engagement
Severity Classification
P1 - Critical
| Attribute | Value | |---|---| | Impact | Active data breach, ransomware spreading, critical systems compromised | | Business Impact | Revenue loss, regulatory exposure, customer data at risk | | Initial Response | 15 minutes | | Escalation to Tier 2 | Immediate | | Escalation to Management | 30 minutes | | Resolution Target | 4 hours | | Communication | Every 30 minutes to stakeholders | | Examples | Active ransomware, confirmed data exfiltration, domain admin compromise |
P2 - High
| Attribute | Value | |---|---| | Impact | Confirmed compromise, limited scope, no active exfiltration | | Business Impact | Potential revenue impact, contained risk | | Initial Response | 30 minutes | | Escalation to Tier 2 | 30 minutes if unresolved | | Escalation to Management | 2 hours | | Resolution Target | 8 hours | | Communication | Every 2 hours to SOC management | | Examples | Compromised user account, malware on single endpoint, insider threat indicator |
P3 - Medium
| Attribute | Value | |---|---| | Impact | Suspicious activity requiring investigation | | Business Impact | Low immediate risk | | Initial Response | 4 hours | | Escalation to Tier 2 | 8 hours if unresolved | | Resolution Target | 24 hours | | Communication | Daily status update | | Examples | Policy violation, failed brute force, suspicious email report |
P4 - Low
| Attribute | Value | |---|---| | Impact | Informational alerts, routine security events | | Business Impact | Minimal | | Initial Response | 8 hours | | Escalation | Only if pattern emerges | | Resolution Target | 72 hours | | Communication | Weekly summary | | Examples | Vulnerability scan findings, expired certificates, policy exceptions |
Escalation Decision Matrix
Asset Criticality
Low Medium High Critical
Severity Low P4 P4 P3 P3
Medium P4 P3 P2 P2
High P3 P2 P2 P1
Critical P2 P1 P1 P1Context-Driven Escalation Triggers
Automatic Escalation (no analyst decision needed)
| Trigger | Action | |---|---| | Ransomware detected on any endpoint | P1 - Immediate Tier 3 + Management | | Domain admin account compromise | P1 - Immediate Tier 3 + Management | | Active data exfiltration to external IP | P1 - Immediate Tier 3 + Management | | Critical infrastructure (DC, SCADA) alert | P1 - Immediate Tier 2 minimum | | Executive account anomaly | P2 - Immediate Tier 2 | | Multiple hosts with same malware | P1 - Immediate Tier 2 |
Time-Based Escalation
| Condition | Action | |---|---| | P2 unresolved after 4 hours | Escalate to Tier 3 | | P3 unresolved after 12 hours | Escalate to Tier 2 | | Any incident unresolved past SLA | Escalate to SOC Manager | | P1 unresolved after 2 hours | Escalate to CISO |
Communication Templates
P1 Initial Notification
SUBJECT: [P1 CRITICAL] Security Incident - {Incident_ID}
Incident Summary:
- Type: {incident_type}
- Affected Systems: {systems}
- AffectedRead more
name: building-soc-escalation-matrix description: Build a structured SOC escalation matrix defining severity tiers, response SLAs, tiered escalation paths, and notification procedures for security incidents, using context-driven criteria that combine business risk, asset criticality, and data sensitivity. Use when designing or revising how a SOC triages and escalates incidents across analyst tiers. domain: cybersecurity subdomain: soc-operations tags: - soc - escalation - incident-management - severity - sla - triage - tiered-soc version: '1.0' author: mahipal license: Apache-2.0 nist_csf: - DE.CM-01 - DE.AE-02 - RS.MA-01 - DE.AE-06 mitre_attack: - T1078 - T1071 - T1041
Building SOC Escalation Matrix
Overview
A SOC escalation matrix defines how security incidents move through the organization based on severity, impact, and response requirements. Modern SOCs use context-driven escalation combining business risk, asset criticality, and data sensitivity rather than purely severity-based models. Organizations using AI and automation in their SOC cut detection-and-containment lifecycle to approximately 161 days, an 80-day improvement over the 241-day industry average.
When to Use
- When deploying or configuring building soc escalation matrix capabilities in your environment
- When establishing security controls aligned to compliance requirements
- When building or improving security architecture for this domain
- When conducting security assessments that require this implementation
Prerequisites
- Familiarity with soc operations concepts and tools
- Access to a test or lab environment for safe execution
- Python 3.8+ with required dependencies installed
- Appropriate authorization for any testing activities
SOC Tier Structure
Tier 1 - Alert Triage Analyst
- Monitors SIEM dashboards and alert queues
- Performs initial alert classification (true/false positive)
- Handles P3 and P4 incidents to resolution
- Escalates P1 and P2 incidents to Tier 2 within SLA
- Documents initial findings in ticketing system
Tier 2 - Incident Analyst
- Performs deep-dive investigation on escalated incidents
- Conducts root cause analysis and scoping
- Executes containment procedures
- Handles P2 incidents to resolution
- Escalates P1 incidents to Tier 3 or management
Tier 3 - Senior Analyst / Threat Hunter
- Handles P1 critical incidents and APT investigations
- Performs proactive threat hunting
- Develops detection rules and playbooks
- Conducts malware reverse engineering
- Leads incident response for major breaches
Management Escalation
- SOC Manager: Operational decisions, resource allocation
- CISO: Business impact decisions, executive communication
- Legal/PR: Data breach notification, media response
- External IR: Third-party incident response engagement
Severity Classification
P1 - Critical
| Attribute | Value | |---|---| | Impact | Active data breach, ransomware spreading, critical systems compromised | | Business Impact | Revenue loss, regulatory exposure, customer data at risk | | Initial Response | 15 minutes | | Escalation to Tier 2 | Immediate | | Escalation to Management | 30 minutes | | Resolution Target | 4 hours | | Communication | Every 30 minutes to stakeholders | | Examples | Active ransomware, confirmed data exfiltration, domain admin compromise |
P2 - High
| Attribute | Value | |---|---| | Impact | Confirmed compromise, limited scope, no active exfiltration | | Business Impact | Potential revenue impact, contained risk | | Initial Response | 30 minutes | | Escalation to Tier 2 | 30 minutes if unresolved | | Escalation to Management | 2 hours | | Resolution Target | 8 hours | | Communication | Every 2 hours to SOC management | | Examples | Compromised user account, malware on single endpoint, insider threat indicator |
P3 - Medium
| Attribute | Value | |---|---| | Impact | Suspicious activity requiring investigation | | Business Impact | Low immediate risk | | Initial Response | 4 hours | | Escalation to Tier 2 | 8 hours if unresolved | | Resolution Target | 24 hours | | Communication | Daily status update | | Examples | Policy violation, failed brute force, suspicious email report |
P4 - Low
| Attribute | Value | |---|---| | Impact | Informational alerts, routine security events | | Business Impact | Minimal | | Initial Response | 8 hours | | Escalation | Only if pattern emerges | | Resolution Target | 72 hours | | Communication | Weekly summary | | Examples | Vulnerability scan findings, expired certificates, policy exceptions |
Escalation Decision Matrix
Asset Criticality
Low Medium High Critical
Severity Low P4 P4 P3 P3
Medium P4 P3 P2 P2
High P3 P2 P2 P1
Critical P2 P1 P1 P1Context-Driven Escalation Triggers
Automatic Escalation (no analyst decision needed)
| Trigger | Action | |---|---| | Ransomware detected on any endpoint | P1 - Immediate Tier 3 + Management | | Domain admin account compromise | P1 - Immediate Tier 3 + Management | | Active data exfiltration to external IP | P1 - Immediate Tier 3 + Management | | Critical infrastructure (DC, SCADA) alert | P1 - Immediate Tier 2 minimum | | Executive account anomaly | P2 - Immediate Tier 2 | | Multiple hosts with same malware | P1 - Immediate Tier 2 |
Time-Based Escalation
| Condition | Action | |---|---| | P2 unresolved after 4 hours | Escalate to Tier 3 | | P3 unresolved after 12 hours | Escalate to Tier 2 | | Any incident unresolved past SLA | Escalate to SOC Manager | | P1 unresolved after 2 hours | Escalate to CISO |
Communication Templates
P1 Initial Notification
SUBJECT: [P1 CRITICAL] Security Incident - {Incident_ID}
Incident Summary:
- Type: {incident_type}
- Affected Systems: {systems}
- Affected817 structured cybersecurity skills for AI agents · Mapped to 6 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, NIST AI RMF & MITRE F3 (Fight Fraud) · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 29 security domains · Apache 2.0
Repo: mukul975/Anthropic-Cybersecurity-Skills
Other skills on cybersecurity-skills.
- /abusing-dpapi-for-credential-access
Extract and decrypt Windows DPAPI-protected secrets (Credential Manager, browser logins/cookies, Wi-Fi credentials, KeePass keys) online or offline using SharpDPAPI, SharpChrome, Mimikatz, or Impacket's dpapi.py, including domain-wide decryption via the DPAPI backup key. Use
Open skill - /abusing-shadow-credentials-for-privesc
Take over Active Directory accounts by writing attacker-controlled public keys to msDS-KeyCredentialLink (Shadow Credentials) with pyWhisker, Whisker, or Certipy, then authenticate via PKINIT to recover the target's NT hash without a password reset. Use when BloodHound shows
Open skill - /achieving-cmmc-level-2-compliance
Prepare a defense-contractor environment for CMMC Level 2 certification: scope CUI and FCI, implement the 110 NIST SP 800-171 Rev 2 security requirements across 14 families, compute the SPRS score with the DoD Assessment Methodology, manage a compliant POA&M, and ready the
Open skill - /acquiring-disk-image-with-dd-and-dcfldd
Create forensically sound bit-for-bit disk images with dd or dcfldd on a Linux forensic workstation, preserving evidence integrity through hash verification (MD5/SHA) during acquisition. Use when imaging a suspect drive, USB device, or memory card for investigation, preserving
Open skill - /analyzing-active-directory-acl-abuse
Detect dangerous ACL misconfigurations in Active Directory using ldap3
Open skill - /analyzing-android-malware-with-apktool
Perform static analysis of Android APK malware using apktool for resource decompilation, jadx for Java source recovery, and androguard for manifest inspection, dangerous permission-combination detection, and identification of obfuscated code, dynamic code loading, and
Open skill

