An enterprise Security Operations Center (SOC) team is configuring an automated playbook within their Endpoint Detection and Response (EDR) solution to respond to an active ransomware outbreak involving credential dumping and process injection. Place the incident response steps in the correct operational order from initial containment through complete host restoration.
- 1Apply software-defined host network isolation via the EDR agent driver while maintaining the management telemetry channel.
- 2Perform a remote volatile memory (RAM) and process memory capture on the isolated endpoint.
- 3Terminate the compromised process tree and invalidate associated compromised user tokens.
- 4Publish extracted file hashes and command-and-control (C2) domain indicators to enterprise-wide EDR block rules.
- 5Restore compromised system files from a known good baseline and re-enable standard network adapter connectivity.
Answer
The proper operational sequence begins with network isolation via the EDR agent, followed by volatile memory collection, process tree termination and token revocation, enterprise-wide IOC block rule propagation, and finally system integrity remediation prior to network restoration.
The correct sequence prioritizes halting threat spread first through EDR agent network isolation, preserving perishable volatile memory next before process termination, killing active malicious code execution third, deploying global block rules to protect other network assets fourth, and finally cleaning host artifacts before restoring network connectivity.
Step-by-Step Solution
Key Concept
EDR Incident Response Playbook Sequencing