During a active security incident, a enterprise Security Operations Center (SOC) team detects that an attacker has gained persistence on an internal domain-joined SQL database server containing highly sensitive PII. Forensics logs reveal the attacker established a reverse shell via a web application vulnerability and is currently conducting live internal network scanning and attempting lateral movement via Server Message Block (SMB). According to the NIST Incident Response Framework (SP 800-61 Rev. 2), which of the following actions should the incident response team perform IMMEDIATELY as part of the Containment phase? (Select TWO.)
- Apply host-based firewall rules to block inbound and outbound traffic on the affected SQL server while preserving established network connections for memory dump acquisition.Answer
- Isolate the compromised database service account by temporarily disabling it in Active Directory and revoking active Kerberos ticket granting tickets (TGTs).Answer
- CPerform a complete system re-image of the SQL server using a known-good baseline image and restore database tables from offsite backup tapes.
- DConduct a post-mortem review meeting with stakeholders to update automated Security Orchestration, Automation, and Response (SOAR) playbooks.
Answer
The incident response team should apply host-based firewall rules to isolate network traffic while preserving memory for forensic preservation, and disable the compromised Active Directory service account while revoking active session tokens.
Isolating network traffic through host firewall rules and revoking compromised credentials directly contain the adversary's lateral movement and active sessions while protecting volatile RAM for memory forensics.
Step-by-Step Solution
Key Concept
NIST Incident Response Lifecycle (Containment Strategy and Phase Sequencing)