A Security Operations Center (SOC) analyst receives an Endpoint Detection and Response (EDR) alert indicating an unauthorized process injection attempt on a critical financial application server. What is the correct operational sequence of actions to take when responding to this incident, ordered from the initial containment step to the final system restoration?
- 1Initiate agent-based network isolation on the affected host while maintaining EDR management connectivity.
- 2Terminate the injected malicious processes and associated parent execution trees.
- 3Capture volatile process memory dumps and forensic telemetry from the isolated host.
- 4Execute automated EDR remediation playbooks to purge persistence mechanisms and restore modified system files.
Answer
The correct sequence of EDR incident response actions is: 1) Initiate agent-based network isolation, 2) Terminate injected malicious processes, 3) Capture volatile process memory dumps and forensic telemetry, and 4) Execute automated EDR remediation playbooks to purge persistence mechanisms.
The standard EDR containment workflow prioritizes immediate threat isolation (isolating the endpoint from the network while maintaining agent control), followed by stopping active execution (terminating injected processes), collecting volatile forensics for investigation, and finally remediating persistence mechanisms and restoring system integrity.
Step-by-Step Solution
Key Concept
EDR Automated Containment and Incident Response Workflow