A security team is defining an automated containment and investigation workflow for suspicious host behavior flagged by an Endpoint Detection and Response (EDR) agent. Order the steps in the correct chronological sequence from initial detection through remediation.
- 1The EDR sensor detects anomalous process behavior on an endpoint.
- 2An automated playbook executes host isolation to prevent lateral movement.
- 3A SOC analyst examines the endpoint telemetry logs and process tree execution paths.
- 4Forensic artifacts and volatile memory dumps are collected from the isolated host.
- 5Newly identified indicators of compromise (IoCs) are deployed to enterprise security controls.
Answer
The correct sequence of the EDR incident response workflow is: (1) EDR sensor detects anomalous process behavior, (2) Automated playbook executes host isolation, (3) SOC analyst examines telemetry logs and process tree, (4) Forensic artifacts and memory dumps are collected, and (5) Newly identified IoCs are deployed to security controls.
The workflow follows standard incident response phases tailored to EDR functionality: Detection (EDR agent alerts on process anomaly) -> Containment (automated network isolation) -> Analysis (SOC analyst investigates process lineage) -> Investigation/Forensics (memory dump and artifact extraction) -> Remediation/Post-Incident (distributing IoCs enterprise-wide).
Step-by-Step Solution
Key Concept
Endpoint Detection and Response (EDR) Automated Containment and Incident Investigation Workflow