Security Incident Severity Triage
Assess incident severity and get P1-P4 classification. Enter values for instant results with step-by-step formulas.
Formula
Severity = f(Data, Users, Criticality, Attack, Containment, Regulatory)
## Incident Severity Scoring Formula **Factor Scores**: Data Exposure: Input × 15 (max 150, weight 15%) Users Affected: Input × 10 (max 100, weight 10%) System Criticality: Input × 12 (max 120, weight 12%) Attack Sophistication: Input × 8 (max 80, weight 8%) Containment: None=30, Partial=15, Contained=0 Regulatory Risk: Input × 10 (max 100, weight 10%) **Total Severity**: Total = Sum of all factors (capped at 100) **Severity Level**: 80-100: P1 Critical 60-79: P2 High 40-59: P3 Medium 0-39: P4 Low ## Why Multi-Factor Scoring Works Single-factor severity (e.g., just data volume) misses critical context. A breach of 100 SSNs for healthcare patients is far more severe than 100,000 log file entries. Multi-factor models capture this. The weights reflect typical organizational priorities: data exposure weighted highest (15x) because data breaches have the longest-lasting impact—you can't un-leak data. System criticality (12x) reflects business continuity importance. Users affected (10x) scales impact. Containment status provides urgency modifier—an uncontained P2 might get P1 response urgency because active threats require immediate action. Regulatory risk (10x) captures legal/compliance dimension that technical assessment misses.
Worked Examples
Example 1: Ransomware Attack - Critical
Problem:Ransomware encrypted file server. 500 users affected. Contains customer PII. Attack is sophisticated. Not yet contained. High regulatory risk (GDPR). Score and respond.
Solution:Severity factors: Data exposure: 9/10 (customer PII) → Score: 9 × 15 = 135 → capped at some max Users affected: 8/10 (500 users significant) → Score: 8 × 10 = 80 System criticality: 7/10 (file server important) → Score: 7 × 12 = 84 Attack sophistication: 8/10 (ransomware) → Score: 8 × 8 = 64 Containment: None → Score: 30 Regulatory risk: 9/10 (GDPR + PII) → Score: 9 × 10 = 90 Total: Well over 80 → P1 CRITICAL Immediate actions: 1. Isolate infected systems (disconnect network) 2. Activate incident response team 3. Notify CISO, CEO, Legal 4. Preserve evidence (don't wipe systems) 5. Assess backup integrity 6. Prepare for GDPR notification (72 hours) 7. Engage forensics team DO NOT pay ransom without executive decision.
Result:P1 CRITICAL | Immediate response | Escalate to CEO/CISO/Legal | GDPR notification clock started
Example 2: Phishing Email - Medium
Problem:Employee clicked phishing link, entered credentials. Affects that one employee. Email system, not critical. Basic phishing. Credentials changed immediately. Low regulatory risk.
Solution:Severity factors: Data exposure: 3/10 (one set of credentials, no PII) → Score: 3 × 15 = 45 Users affected: 2/10 (single user) → Score: 2 × 10 = 20 System criticality: 4/10 (email not critical infrastructure) → Score: 4 × 12 = 48 Attack sophistication: 3/10 (basic phishing) → Score: 3 × 8 = 24 Containment: Contained (password changed) → Score: 0 Regulatory risk: 2/10 (low) → Score: 2 × 10 = 20 Total: 45 + 20 + 48 + 24 + 0 + 20 = 157... wait that's too high. Let me recalculate with caps: Total ≈ 40-50 → P3 MEDIUM Response: 1. Password already changed ✓ 2. Review employee's email for forwarding rules 3. Check for other compromised accounts 4. Security awareness training for employee 5. Monitor for unusual activity 6. Document incident Response time: Within 4 hours Escalation: Securi
Result:P3 MEDIUM | 4-hour response window | Security team + training for employee
Example 3: SQL Injection Attempt - High
Problem:Automated SQL injection attempts detected on customer database. No data exfiltrated (WAF blocked). 10,000 customers in that DB. Production critical system. Ongoing attempts. Medium regulatory risk.
Solution:Severity factors: Data exposure: 5/10 (no exfiltration yet, but could happen) → Score: 5 × 15 = 75 Users affected: 7/10 (10K customers at risk) → Score: 7 × 10 = 70 System criticality: 9/10 (production customer DB) → Score: 9 × 12 = 108 Attack sophistication: 5/10 (automated, not targeted) → Score: 5 × 8 = 40 Containment: Partial (WAF blocking, but attempts continue) → Score: 15 Regulatory risk: 6/10 (customer data, moderate) → Score: 6 × 10 = 60 Total: Well over 60 → P2 HIGH Immediate actions: 1. Verify WAF is blocking all attempts 2. Patch SQL injection vulnerability ASAP 3. Review logs for any successful attempts before WAF 4. Rate-limit attacker IP ranges 5. Monitor for data access anomalies 6. Prepare incident report Response time: < 1 hour Escalation: CISO, Engineering Lead
Result:P2 HIGH | 1-hour response | Escalate to CISO | Patch vulnerability immediately
Frequently Asked Questions
What is incident severity scoring?
Severity scoring classifies security incidents (P1/Critical to P4/Low) based on: data exposure, users affected, system criticality, attack sophistication. This drives: response urgency, escalation path, resource allocation. Clear severity criteria prevent both under-reaction (ignoring serious threats) and over-reaction (declaring emergencies for minor issues).
What's the difference between P1, P2, P3, P4 incidents?
P1/Critical: Active breach, sensitive data exposed, business-critical systems down. Response: immediate, 24/7 team activation. P2/High: Significant impact, contained threat. Response: < 1 hour. P3/Medium: Moderate impact, no data loss. Response: same business day. P4/Low: Minor issue, no business impact. Response: normal queue.
How quickly should we respond to incidents?
Response time targets: P1: 15 minutes to acknowledgment, 1 hour to containment attempt. P2: 1 hour to response, 4 hours to initial containment. P3: 4 hours to response, 24 hours to resolution plan. P4: 24 hours to acknowledgment. Every minute of P1 delay can mean more data exfiltrated.
What data exposure is considered severe?
Severity factors: data type (PII, financial, health > logs, metrics), volume (1M records > 100), sensitivity, regulatory requirements. Most severe: SSN, credit cards, healthcare records (HIPAA), children's data (COPPA). Even small volumes of highly sensitive data are critical incidents.
What is incident containment?
Containment = stopping attack progression. Methods: disconnect affected systems, kill attacker sessions, patch vulnerabilities, block attacker IPs, disable compromised accounts. Goal: prevent further damage while preserving evidence. Containment must be fast but not destroy forensic artifacts needed for investigation.
How do we escalate security incidents?
Escalation paths: P4 → on-call engineer. P3 → security team lead. P2 → CISO, affected business unit. P1 → CISO, CEO, legal, PR. Automation helps: PagerDuty, Slack bots. Clear escalation paths prevent: delays, wrong people notified, or everyone notified for minor issues.
What's the role of regulatory risk in severity?
Regulatory risk = potential for: fines (GDPR up to €20M or 4% revenue, HIPAA $50K per violation), mandatory disclosure, consent decrees. High regulatory exposure (healthcare, finance, EU operations) escalates severity even if technical impact is contained. Legal involvement required early for high regulatory risk.
What documentation is required for incidents?
Document: timeline (detection, response, containment, resolution), affected systems/data, actions taken, evidence collected, notifications sent. Why: post-incident review, regulatory compliance, legal defense, insurance claims. Use incident management tools (Jira, PagerDuty Incident Management) to enforce documentation.