During off-hours monitoring, a security operations analyst identifies an active, unauthorized bulk exfiltration of sensitive personnel records from an internal HR database server to an external IP address via a compromised service account. The analyst has confirmed that the exfiltration is actively taking place. According to standard incident response lifecycle guidelines, which of the following actions should the analyst take FIRST?
- Disable the compromised service account and temporarily isolate the HR database server from the network.Answer
- BRestore the HR database server from the most recent validated clean backup image.
- CDeploy a honeypot inside the database network segment to monitor the attacker's operational tactics.
- DApply web application firewall rules to inspect and sanitize incoming SQL injection string payloads.
Answer
Disable the compromised service account and temporarily isolate the HR database server from the network.
When an active incident involving data exfiltration is detected, the immediate priority in the NIST/ISO incident response process is Containment. Disabling the hijacked service account and network-isolating the affected host stops the ongoing unauthorized data transfer instantly and prevents the attacker from moving laterally.
Step-by-Step Solution
Key Concept
Incident Response Lifecycle - Containment Phase