Question

Difficulty: MediumIncident Response Process and Playbooks

During a routine audit of enterprise endpoint logs, a threat hunter discovers an unauthorized, memory-resident process running on an HR file server that is actively sending encrypted outbound beacons to a suspicious external IP address. Initial investigation confirms an active Command and Control (C2) connection. According to standard incident response frameworks, which of the following actions should the security team take FIRST?

  1. Disconnect the infected HR file server from the network segment to prevent lateral movement while maintaining system power to preserve volatile RAM.Answer
  2. B
    Re-image the server hard drives using clean gold-master images and restore user data from the most recent backup set.
  3. C
    Conduct a post-incident review meeting with HR stakeholders to update the organization's incident response playbooks.
  4. D
    Deploy updated antivirus signatures across all enterprise endpoints to block the malware payload.

Answer

The security team should first disconnect the infected file server from the network segment to contain the threat while keeping power connected to preserve volatile memory.
According to the NIST Incident Response lifecycle (Preparation, Detection & Analysis, Containment, Eradication & Recovery, Post-Incident Activity), the immediate priority upon confirming an active compromise is containment. Network isolation prevents the attacker from exfiltrating data or moving laterally, while keeping the machine powered preserves volatile memory (RAM) necessary for memory forensics.

Step-by-Step Solution

1
Identify the current incident response phase
The incident is transitioning from detection and analysis to the containment phase due to active C2 traffic.
Once an active compromise is confirmed, immediate containment is required to halt communication and lateral movement.
2
Determine the appropriate immediate containment action
Network isolation stops outbound C2 beacons and prevents lateral propagation while leaving the system powered on preserves volatile memory (RAM) for analysis.
Standard NIST SP 800-61 incident response guidelines require containment before eradication and recovery steps can proceed safely.

Key Concept

Incident Response Lifecycle Phases and Containment Strategies
Rate this question