Question

Difficulty: MediumIncident Response Process and Playbooks

During security monitoring, a Security Operations Center (SOC) analyst verifies that a database server hosting critical business records has executed an unauthorized executable from a temporary directory and opened an active outbound connection to a suspicious external endpoint. The threat analyst confirms the host is compromised. According to standard incident response process frameworks, which of the following actions should the analyst perform FIRST?

  1. Isolate the compromised database server from the network while maintaining host power to preserve volatile memory evidence.Answer
  2. B
    Perform a complete system re-image of the database server using clean baseline backup media.
  3. C
    Deploy updated web application firewall rules to prevent incoming SQL injection traffic.
  4. D
    Analyze the malicious binary to determine if its propagation characteristics classify it as a self-replicating worm.

Answer

Isolate the compromised database server from the network while maintaining host power to preserve volatile memory evidence.
In standard incident response frameworks (such as NIST SP 800-61), once an incident is verified, the immediate priority is containment. Isolating the server from the network prevents the adversary from exfiltrating data or moving laterally to other enterprise resources. Keeping the machine powered on ensures volatile memory (RAM) is preserved for forensic analysis.

Step-by-Step Solution

1
Identify the current incident response phase based on the scenario state.
The compromise is confirmed, placing the current activity at the transition between Detection/Analysis and Containment.
Once an active breach is verified, preventing lateral movement and further data exfiltration is mandatory prior to remediation.
2
Select the immediate containment step that preserves forensic artifacts.
Isolating the system at the network level stops adversary communication while preserving RAM volatile data.
NIST SP 800-61 Rev. 2 guidelines mandate limiting incident impact (containment) as the immediate next step after detection.

Key Concept

Incident Response Lifecycle - Containment Phase Execution
Rate this question