ExamRange

SOC Simulation: Vulnerability Risk Prioritization

Analyze raw vulnerability scan data, filter through the noise, and apply core risk management formulas to prioritize critical SOC operations.

Scenario Context

You are the Tier 3 analyst on shift for a large financial institution. The engineering team recently deployed a new Tenable Nessus vulnerability scanner across the entire enterprise. It was integrated directly into your Splunk SIEM without prior filtering.

The Level 1 (L1) analysts are currently overwhelmed. The SIEM dashboard is flooded with over 4,500 "CRITICAL" vulnerability alerts generated in the last hour. An L1 analyst opens an urgent IR ticket, demanding that the patching team take down 50 internal servers immediately to patch CVE-2023-46805 based purely on its CVSS Base Score of 9.8.

You need to stop the L1 from causing a massive, unnecessary business outage. You pull up the raw logs to demonstrate the difference between a vulnerability's severity and its actual risk level to the business.

Security Environment: SIEM Telemetry

Index: vuln_scans | Sourcetype: nessus:json

Event ID: 9022A (L1's Focus)
{
  "timestamp": "2026-04-08T14:32:01Z",
  "asset_ip": "10.10.50.22",
  "network_zone": "Internal_Airgap_Vault",
  "cve": "CVE-2023-46805",
  "cvss_v3_base": 9.8,
  "severity": "CRITICAL",
  "internet_exposed": false,
  "compensating_controls": ["strict_fw", "no_route"]
}
Event ID: 9024B (Your Focus)
{
  "timestamp": "2026-04-08T14:32:05Z",
  "asset_ip": "203.0.113.44",
  "network_zone": "DMZ_Public_Facing",
  "cve": "CVE-2024-21887",
  "cvss_v3_base": 9.1,
  "severity": "CRITICAL",
  "internet_exposed": true,
  "ips_alerts_24h": 142
}

Incident Response Question

Which of the following formula represents the risk levels?