A Security Operations Center (SOC) analyst confirms an active security incident involving a critical Linux database server hosting sensitive customer records. An external attacker has established an interactive reverse shell via a web application vulnerability, and an automated script on the system is actively staging database tables into an encrypted archive for exfiltration. The incident response playbook requires halting exfiltration immediately while preserving volatile system memory for subsequent forensic analysis. Which of the following actions should the analyst take FIRST?
- Disconnect the database server from the network segment at the switch or firewall level while leaving the system powered on.Answer
- BExecute a system shutdown command or pull the physical power plug to immediately stop the data exfiltration process.
- CRestore the database server operating system and application files from a clean backup.
- DUpdate the Web Application Firewall (WAF) rule base to block incoming HTTP payload requests targeting the web application.
Answer
Network isolation at the switch or firewall level while maintaining host power is the primary first action.
Disconnecting the database server from the network segment (short-term containment) immediately stops outbound exfiltration and C2 communications while keeping the system powered on so that volatile memory (RAM), running processes, and open network sockets remain intact for forensic capture.
Step-by-Step Solution
Key Concept
Incident Response Containment Phase and Volatile Evidence Preservation