During security operations monitoring, incident responders confirm an active data exfiltration event where an internal database server is sending bulk sensitive records via covert DNS port 53 queries to an untrusted external domain. According to standard incident response lifecycle frameworks, which of the following actions represents the immediate next step the incident response team should perform?
- ARe-image the database server using clean baseline installation media to restore normal business operations.
- Isolate the compromised database host from the network and block the external destination domain at the egress firewall.Answer
- CDeploy web application firewall rules to sanitize incoming database queries against Cross-Site Scripting and SQL injection payloads.
- DInitiate automated network-wide scans to remove self-replicating worm modules from shared directory paths.
Answer
Isolate the compromised database host from the network and block the external destination domain at the egress firewall.
Isolating the host or blocking the external destination domain directly addresses the containment phase of the incident response lifecycle. Halting the DNS tunneling channel prevents additional data loss while keeping the host available for volatile memory capture and forensic investigation.
Step-by-Step Solution
Key Concept
Incident Response Lifecycle Containment Phase