During an active threat triage, telemetry from a critical workstation's Endpoint Detection and Response (EDR) agent alerts to suspicious memory modifications. An unprivileged process performed memory injection into a legitimate system binary using direct Native API system calls, bypassing user-mode API hooks. The rogue process has created an unbacked memory region executing stealthy code, but no outbound command-and-control (C2) network sockets have been established yet. Which action should the security analyst take FIRST via the EDR platform to mitigate risk without destroying essential volatile forensic evidence?
- Enable network-level host isolation through the EDR console while keeping the agent communication tunnel active.Answer
- BExecute an aggressive remote agent command to forcibly terminate the parent system process tree.
- CUpdate the perimeter gateway firewall rules to block inbound and outbound traffic for the endpoint's IP address.
- DPush a legacy signature update package to the endpoint and initiate a full disk antivirus scan.
Answer
Enable network-level host isolation through the EDR console while keeping the agent communication tunnel active.
Enabling network-level host isolation via the EDR agent isolates the host from all network communication (except the secure EDR management channel). This prevents any impending C2 connections or internal lateral movement while maintaining system power and process states so security analysts can capture volatile RAM evidence.
Step-by-Step Solution
Key Concept
EDR Host Isolation and Volatile Evidence Preservation