During a multi-vector attack on a hybrid enterprise infrastructure, a security operations team identifies active data exfiltration using a compromised cloud service account API key, alongside automated ransomware scripts terminating database processes on internal servers. To effectively mitigate damage and recover services according to standard incident response frameworks, what is the correct chronological sequence of steps the response team must execute?
- 1Revoke compromised cloud service account API keys and block malicious origin IP addresses at the perimeter security boundary.
- 2Capture volatile memory dumps and preserve forensic disk images of affected internal database servers before initiating system modifications.
- 3Purge ransomware binaries, remove unauthorized persistence mechanisms, and delete rogue accounts created by the threat actor.
- 4Restore database systems from verified clean offline backups and conduct operational integrity testing before bringing services back online.
- 5Conduct a formal lessons-learned meeting to analyze the incident timeline, evaluate response efficacy, and update organizational playbooks.
Answer
The correct sequence starts with credential revocation and IP blocking (Containment), followed by volatile memory and disk forensic acquisition (Analysis/Preservation), followed by malware and persistence removal (Eradication), followed by clean backup restoration and integrity verification (Recovery), and concludes with a formal lessons-learned post-incident review (Post-Incident Activity).
According to NIST SP 800-61 and industry standard IR playbooks, containment (revoking compromised credentials and blocking origin IPs) must occur immediately to stop active exfiltration. Evidence acquisition (memory and disk forensic imaging) must follow prior to modifying systems. Eradication (purging malware binaries and persistence) ensures the adversary cannot maintain access. Recovery (restoring from clean offline backups and integrity validation) safely brings operations back online. Finally, post-incident activity (lessons learned and playbook updates) synthesizes the findings to improve future response.
Step-by-Step Solution
Key Concept
NIST SP 800-61 Incident Response Lifecycle Sequencing
Estimated Time:3m 0s