You are a security analyst for a mid-sized financial services company. At 2:30 PM, the endpoint detection and response (EDR) console alerts on three workstations in the accounting department, indicating that files are being encrypted with a '.encrypt' extension and a ransom note named 'READ_ME_NOW.html' has been dropped. The workstations are connected to a file server that hosts shared financial records and a domain controller that handles authentication. The file server and domain controller have not shown signs of compromise yet. Your incident response plan states that containment must begin within 15 minutes of detection. Based on your analysis of the EDR telemetry, the encryption process appears to be spreading via SMB connections from the first infected workstation. Which of the following is the BEST immediate containment action to prevent further spread while preserving evidence?
Trap 1: Shut down the file server and domain controller to protect critical…
Shutting down critical infrastructure like file servers and domain controllers is premature and highly disruptive, impacting business operations unnecessarily when these systems are not confirmed to be compromised. Furthermore, powering off these servers would destroy valuable volatile memory data, such as active network connections, running processes, and logged-in users, which could be vital for understanding the broader scope of the attack if they were indeed targeted or compromised. The immediate priority is containing the *known* infection.
Trap 2: Power off the three infected workstations immediately to contain…
Powering off the infected workstations immediately, while seemingly containing the encryption, would destroy critical volatile memory data. This includes running processes, network connections, open files, and cached credentials, all of which are invaluable for forensic investigators to determine the initial compromise vector, the malware's behavior, and potential command-and-control communications. Preserving this evidence is paramount for a thorough incident response.
Trap 3: Apply the latest SMB vulnerability patch to the file server and…
Applying patches to the file server and domain controller, while a good long-term security practice, does not address the immediate threat of active ransomware on the three workstations. The encryption process on the already infected machines would continue locally, and patching does not prevent lateral movement from systems already compromised and potentially exploiting other vulnerabilities or credentials. Containment of the active threat takes precedence over preventative patching at this stage.
- A
Immediately isolate the three workstations by disconnecting their network cables at the patch panel or disabling their switch ports.
This action is the most effective initial containment strategy. Disconnecting network cables or disabling switch ports immediately prevents further lateral movement of the ransomware to other systems, including critical servers, while keeping the infected workstations powered on. This preserves volatile memory and disk state, which is crucial for forensic analysis to identify the initial infection vector, malware characteristics, and potential exfiltration attempts before remediation.
- B
Shut down the file server and domain controller to protect critical systems from potential encryption.
Why wrong: Shutting down critical infrastructure like file servers and domain controllers is premature and highly disruptive, impacting business operations unnecessarily when these systems are not confirmed to be compromised. Furthermore, powering off these servers would destroy valuable volatile memory data, such as active network connections, running processes, and logged-in users, which could be vital for understanding the broader scope of the attack if they were indeed targeted or compromised. The immediate priority is containing the *known* infection.
- C
Power off the three infected workstations immediately to contain the encryption process.
Why wrong: Powering off the infected workstations immediately, while seemingly containing the encryption, would destroy critical volatile memory data. This includes running processes, network connections, open files, and cached credentials, all of which are invaluable for forensic investigators to determine the initial compromise vector, the malware's behavior, and potential command-and-control communications. Preserving this evidence is paramount for a thorough incident response.
- D
Apply the latest SMB vulnerability patch to the file server and domain controller to block the propagation vector.
Why wrong: Applying patches to the file server and domain controller, while a good long-term security practice, does not address the immediate threat of active ransomware on the three workstations. The encryption process on the already infected machines would continue locally, and patching does not prevent lateral movement from systems already compromised and potentially exploiting other vulnerabilities or credentials. Containment of the active threat takes precedence over preventative patching at this stage.