Master the operational execution of the Incident Handling and Response (IH&R) framework. In this scenario, you will evaluate a critical structural network change implemented by the SOC during an active ransomware outbreak and map it to the correct phase of the NIST/EC-Council IR lifecycle.
It is 10:30 AM. A Tier 1 analyst (Jennifer) escalates a high-confidence alert showing rapid file modification anomalies across file shares in the Finance department. Triage confirms the presence of LockBit ransomware.
SOC Lead (Sarah) immediately initiates the Ransomware Playbook. Her first technical directive to the Network Operations Center (NOC) is to implement an emergency ACL/VLAN isolation for the entire Finance subnet, severing its connection from the core corporate network.
Splunk & Firewall Action Logs:
LockBit is aggressively attempting to move laterally across the network via SMB/WMI to encrypt more shares. By isolating VLAN 105 at the firewall level, Sarah is sacrificing the availability of the Finance department to protect the integrity of the rest of the company. The ransomware is still actively running on the Finance endpoints, but it is now trapped.
C. Containment
In the IH&R lifecycle, Containment is the phase dedicated to limiting the scope and magnitude of an incident. Its primary goal is to prevent the threat from spreading to unaffected systems. Isolating a VLAN, disabling compromised AD credentials, or using an EDR network-quarantine feature are textbook examples of containment actions.
A. Evidence Gathering: While forensic evidence (like memory dumps) should ideally be collected during or immediately after containment, the specific act of severing network traffic is not evidence gathering.
B. Eradication: Eradication involves actively removing the threat (e.g., deleting the malware, wiping the drives, patching the vulnerability). The systems in the Finance VLAN are still infected; eradication hasn't started yet.
D. Notification: Notification involves alerting internal stakeholders, legal counsel, or regulatory bodies. It is a communication step, not a technical mitigation step.
Senior analysts must distinguish between types of containment:
Always ensure that your containment actions do not destroy forensic evidence (e.g., do not reboot the infected host, as it clears RAM).