ExamRange

SOC Simulation: Incident Workflow & Containment

Navigate standard SOC Tier 2 operational workflows. Learn when to escalate, when to contain, and how Role-Based Access Control (RBAC) dictates your next move during an active incident.

Scenario Context

You are shadowing Charline, a Tier 2 (L2) SOC Analyst at a large healthcare provider. Earlier today, a Tier 1 (L1) analyst noticed anomalous outbound HTTPS traffic from a critical database server and escalated the ticket to Charline's queue for deeper investigation.

Charline performed a thorough packet analysis and confirmed that the traffic is a Cobalt Strike C2 beacon. She immediately updated the incident ticket, confirming it as a True Positive, and assigned it a CRITICAL priority because the affected host contains Electronic Health Records (EHR).

The threat is active. Charline has finished the Detection & Analysis phase. Due to strict Separation of Duties (SoD) policies in the SOC, analysts do not have write-access to the core Cisco firewalls or VMware vSphere environments.

Security Environment: Ticketing & Telemetry

ServiceNow ITSM: INC-994021
[14:10:05] L1_Analyst: Escalating to L2. High volume of TCP/443 to unknown IP 198.51.100.45.
[14:25:30] Charline_L2: Investigation complete. PCAP confirms JA3 hash matches Cobalt Strike default profile.
[14:26:00] Charline_L2: STATUS changed to CONFIRMED.
[14:26:05] Charline_L2: PRIORITY changed to P1 (Critical).
[14:26:10] System: Awaiting next workflow action...
Splunk: Active Network Connections
index=firewall src_ip=10.0.5.50 (EHR_DB)
| stats count by dest_ip, dest_port
| sort - count

dest_ip           dest_port   count   state
198.51.100.45     443         450     ESTABLISHED
10.0.1.10         53          12      CLOSED
10.0.5.1          123         4       CLOSED

!! WARNING: 198.51.100.45 IS STILL ACTIVE !!

Incident Response Question

Charline is working as an L2 SOC Analyst. One day, an L1 SOC Analyst escalated an incident to her for further investigation and confirmation. Charline, after a thorough investigation, confirmed the incident and assigned it with an initial priority.

What would be her next action according to the SOC workflow?