An enterprise Security Operations Center (SOC) identifies anomalous database queries originating from an authenticated SSL/TLS VPN remote user session outside of normal business hours. Place the following incident response actions in the correct chronological order from first step to last step according to the standard NIST Incident Response Lifecycle.
- 1Analyze VPN access logs and correlate SIEM alerts to confirm the scope of compromise and validate indicators of threat actor activity.
- 2Terminate active VPN sessions associated with the compromised account and isolate connected database servers from the internal network.
- 3Revoke compromised user credentials, remove persistence mechanisms created by the adversary, and patch identified VPN gateway vulnerabilities.
- 4Restore affected database tables from verified clean backups and safely re-enable user remote access with mandatory multi-factor authentication resets.
- 5Conduct a post-incident review meeting with stakeholders to document the incident timeline, evaluate team response, and update incident playbooks.
Answer
The correct chronological sequence according to the NIST Incident Response Lifecycle is: 1. Analyze logs and correlate alerts (Detection and Analysis), 2. Terminate VPN sessions and isolate database servers (Containment), 3. Revoke compromised credentials and remove persistence mechanisms (Eradication), 4. Restore systems from clean backups and enforce MFA reset (Recovery), and 5. Conduct a post-incident review meeting to update playbooks (Post-Incident Activity).
Standard incident response frameworks (such as NIST SP 800-61 Rev. 2) define a sequential lifecycle: Detection & Analysis, Containment, Eradication, Recovery, and Post-Incident Activity. Security teams must first validate indicators to establish scope (Detection & Analysis), immediately restrict attacker access and isolate affected assets (Containment), eliminate threat artifacts and vulnerabilities (Eradication), restore systems to production under secure conditions (Recovery), and finally document lessons learned to improve playbooks (Post-Incident Activity).
Step-by-Step Solution
Key Concept
NIST SP 800-61 Incident Response Lifecycle Phases
Estimated Time:1m 30s