An analyst is defining an automated incident response playbook within an Endpoint Detection and Response (EDR) system to handle high-severity malware execution alerts on enterprise workstations. Place the following steps of the automated containment, analysis, and recovery workflow in the correct chronological order from first to last.
- 1Isolate the endpoint from the enterprise network via the EDR control plane while maintaining agent communications.
- 2Terminate the malicious process tree and associated memory-injected threads on the endpoint.
- 3Collect volatile memory artifacts and process execution telemetry for root-cause forensic analysis.
- 4Revoke the host network isolation rule to restore standard network access after system remediation.
Answer
The correct sequence for the EDR response workflow begins with isolating the endpoint from the network, followed by terminating the malicious processes, gathering volatile memory telemetry for forensic analysis, and finally lifting network isolation after remediation.
The correct response order follows standard incident handling best practices in EDR environments: immediate network containment to prevent lateral movement, termination of malicious processes to stop active damage, acquisition of telemetry and forensics to analyze attack vectors, and host network restoration after remediation is confirmed.
Step-by-Step Solution
Key Concept
EDR Automated Containment and Remediation Workflow