During an operational shift, a security analyst receives a high-fidelity alert indicating that an internal database server containing confidential HR records has established an active session with an external command-and-control (C2) server via encrypted DNS over HTTPS (DoH) tunnels. Memory analysis confirms an active process executing malicious commands, but lateral movement to adjacent servers has not yet been observed. According to standard incident response lifecycle guidelines (such as NIST SP 800-61), which action should the analyst perform FIRST?
- Isolate the compromised database server from the network segment to halt C2 communications while preserving system volatility for forensic examination.Answer
- BRe-image the server operating system from a verified golden image and restore the HR database from an offline backup.
- CModify enterprise edge firewall rules to act as a detective control by capturing and logging all outbound UDP port 53 traffic.
- DTerminate the malicious process and delete its registry persistence keys directly on the live server while keeping it fully online for business continuity.
Answer
Isolate the compromised database server from the network segment to halt C2 communications while preserving system volatility for forensic examination.
According to standard incident response frameworks (NIST SP 800-61), once an active compromise with command-and-control communication is confirmed during detection/analysis, the immediate next step is Containment. Network isolation of the compromised host stops data exfiltration and lateral movement while preserving volatile memory for digital forensics.
Step-by-Step Solution
Key Concept
Incident Response Lifecycle Containment Phase