ExamRange

CSA (312-39) SOC Simulation Lab

In this scenario, you will track a major incident transitioning through the formal Incident Response phases. You will learn to identify the operational boundaries between stopping an attack and returning a business to normal operations.

Scenario Context

You are the Incident Commander for a ransomware event at GlobalTech. The L2 analysts previously isolated the infected hosts via CrowdStrike, and the Threat Intelligence team identified the root cause as a vulnerable public-facing server. That server has now been patched and cleaned.

You are now observing the IT Operations team executing the final steps in the playbook to get the Finance department back online before the end of the fiscal quarter.

Security Environment (IR Dashboard)

Review the following system activity logs aggregated in the SOC dashboard:

[TIME] 09:14:22 [VEEAM-RESTORE] Task ID 4992: Restoring VM_FIN_FS01 (2.3TB) ... [SUCCESS] [TIME] 09:45:01 [EDR-CONSOLE] Admin Action: Removing Network Isolation for Hostnames: FIN-WKSTN-01 to 23 ... [COMPLETED] [TIME] 10:05:15 [FW-MGMT] Policy Update: Re-enabling VLAN 40 (Finance) outbound access ... [COMMITTED] [TIME] 10:10:00 [TICKET-SYS] IR-2026-089 Status Update: "Systems validated clean. Resuming normal operations."

Question

The SOC team at GlobalTech has just finished patching a critical vulnerability exploited during a ransomware attack. The team is now restoring 2.3TB of encrypted data from their Veeam backup system, rebuilding 23 compromised workstations identified through SIEM logs and re-enabling network access for the finance department after validating the systems are clean.

Which of the following Incident Response phase is this?

SOC Hint: Look at the verbs in the scenario: "restoring", "rebuilding", and "re-enabling". The attack has already been stopped and the vulnerability patched. What phase focuses on returning the business to normal operations?

Expert Insight

What is happening:
The threat actor's access has been terminated (Eradication) via patching the vulnerability. Now, the organization is dealing with the fallout. Restoring data from Veeam backups, re-imaging compromised endpoints, and removing firewall/EDR isolations to allow the business to function again are classic recovery operations.

Why Recovery (D) is correct:
According to the NIST SP 800-61 Incident Response Lifecycle, the Recovery phase involves restoring systems to normal operation, confirming that the systems are functioning normally, and (if applicable) remediating vulnerabilities to prevent similar incidents. Returning data from backups and lifting network quarantines define this phase.

Why the others are wrong:

MINI LESSON: The NIST IR Lifecycle in the SOC

A Senior Analyst must clearly understand when one phase ends and another begins, as this dictates who is leading the effort (SOC vs. IT Ops):

  • Preparation: Having Veeam backups configured, EDR deployed, and playbooks written before the attack.
  • Detection & Analysis: SIEM alerts fire, analysts investigate, and confirm it is a true positive ransomware event.
  • Containment: EDR network isolation is triggered. Firewalls drop outbound C2 traffic.
  • Eradication: IR team deletes the ransomware payload and patches the vulnerable server.
  • Recovery: IT Ops takes the lead to restore backups, rebuild machines, and lift network isolation. (You are here).
  • Post-Incident: The CISO hosts a meeting to ask why the vulnerability wasn't patched sooner.