Cybersecurity 1 min read STABLE

SOC Triage and SLAs: Ranking Alerts Without Drowning the Team

A practical P1-P3 matrix, severity criteria, and operational callouts for realistic first-line SOC triage.

D
DailyOps
Published 2026-07-20
A

Why triage is a craft

Without clear criteria, everything becomes “urgent”. Junior analysts open every ticket at the same pace, the queue piles up, and real incidents disappear in noise.

This guide offers a simple matrix and field guardrails. It does not lock you to a specific SIEM: the point is operational discipline.

Severity matrix (example)

LevelCriteriaTriage SLA
P1Active exfiltration, domain admin compromise, ransomware in progress15 min
P2Lateral movement, C2 beaconing, suspicious privileged account30 min
P3Single-host malware already blocked, stopped attempt, phishing not clicked4 h

First five minutes

  1. Rule out obvious false positives (lab traffic, planned scans, known service accounts).
  2. Capture context: host, user, source/destination, timestamp.
  3. Assign P1 / P2 / P3 with the matrix above.
  4. Write a one-line decision in the ticket.

Escalation

SituationAction
Confirmed P1Escalate immediately (SOC lead / incident commander)
P2 with doubtContain the host if possible, then escalate within 30 min
Clear P3Standard queue, no page

Common traps

  • Classifying everything as P1 “to be safe”
  • Waiting for 100% certainty before containing
  • Ignoring service accounts in scope
  • Never closing P3s: ticket debt kills morale

This aligns with the SOC: First 30 Days lab and the incident playbook. Use it as a shift checklist, not slide-deck theory.

Back to articles