During a threat hunting operation on a dual-homed critical enterprise jump server running Windows Server, a SOC analyst identifies suspicious memory-only reflective DLL injection into a legitimate system process. Telemetry shows the process initiating beaconing over an encrypted channel to an unknown external IP address while simultaneously maintaining active RPC session handles to adjacent internal database servers. Which of the following containment actions should the security analyst perform using the Endpoint Detection and Response (EDR) agent to stop lateral movement without losing volatile memory evidence or breaking analyst access?
- Initiate host isolation via the EDR console to block non-security network traffic while maintaining the agent telemetry channel.Answer
- BReconfigure perimeter edge firewall rules to drop all traffic targeting the jump server and trigger an immediate remote system reboot.
- CApply standard legacy antivirus signature updates and rely on perimeter network segment filters to prevent further unauthorized access.
- DExecute a global SOAR script to drop the jump server's entire VLAN at the core network switch level.
Answer
Initiate host isolation via the EDR console to block non-security network traffic while maintaining the agent telemetry channel.
The correct option correctly identifies the primary containment feature of EDR solutions: host isolation. EDR software agents manipulate kernel-level network filters to isolate the endpoint from all local and remote endpoints except for the designated EDR management console IPs. This halts external command-and-control (C2) beaconing and internal RPC-based lateral movement while keeping the system powered on so analysts can remotely capture volatile memory and inspect process lineage.
Step-by-Step Solution
Key Concept
Endpoint Detection and Response (EDR) Host Isolation and Telemetry Preservation
Estimated Time:2m 0s