building-soc-escalation-matrix

Build a SOC escalation matrix defining severity tiers, SLAs, escalation paths, and notification procedures.

954|172|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/xalgord/xalgorix --skill building-soc-escalation-matrix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-soc-escalation-matrix
Source: https://github.com/xalgord/xalgorix/tree/main/internal/tools/skills/data/soc-operations/building-soc-escalation-matrix
Command: npx skills add https://github.com/xalgord/xalgorix --skill building-soc-escalation-matrix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security teams often lack a structured, tested framework for routing incidents to the right responders, causing critical alerts to sit in unwatched queues, SLAs to be missed, and P1 incidents to go unacknowledged overnight.

Core Features & Use Cases

  • Tiered SOC Structure: Defines Tier 1 triage, Tier 2 investigation, Tier 3 threat hunting, and management escalation roles with clear responsibilities.
  • Severity Classification with SLAs: Provides P1-P4 severity tables with response times, resolution targets, and communication cadences.
  • Context-Driven Escalation: Combines severity with asset criticality in a decision matrix, plus automatic and time-based escalation triggers.
  • SOAR Integration: Includes XSOAR playbook trigger examples and auto-escalation rules for hands-free routing.
  • Use Case: A SOC manager building a 24x7 operation uses this Skill to define that ransomware detection auto-escalates to Tier 3 plus management within 15 minutes, with a verified on-call rotation backing every tier.

Quick Start

Ask the AI to build a SOC escalation matrix with P1-P4 severity tiers, response SLAs, and automatic escalation triggers for a 24x7 security operations team.

Frequently Asked Questions about building-soc-escalation-matrix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a SOC escalation matrix?

Define severity tiers (P1-P4) with response and resolution SLAs, map severity against asset criticality in a decision matrix, and assign each tier to named on-call rotations. Verify the matrix with a tabletop test injecting a synthetic P1 incident.

What severity levels should a SOC use for incident triage?

A common model uses four levels: P1 critical (15-minute response, 4-hour resolution), P2 high (30-minute response), P3 medium (4-hour response), and P4 low (8-hour response). Each level defines escalation timing and communication cadence.

How do I automate incident escalation with XSOAR?

Configure SOAR playbook triggers on conditions like severity equals critical and asset_criticality equals high, then assign tiers, notify managers, and start war rooms. Ensure enrichment populates the asset_criticality field before the playbook evaluates it.

Why do time-based escalation rules fail to fire?

Escalation rules fail when incident status is not updated to resolved on closure, causing double-paging, or when the scheduler is not running so SLA breaches never trigger. Verify the age and status fields are reliably maintained.

What is the difference between severity-based and context-driven escalation?

Severity-based escalation routes incidents purely on alert severity, while context-driven escalation combines severity with asset criticality, business risk, and data sensitivity. Context-driven models reduce false P1s and align response with actual business impact.