During an operational security review, a SOC analyst identifies an unprivileged service account launching an encoded command that executes process hollowing against svchost.exe on a core database host. The analyst needs to stop active adversary command-and-control (C2) communication and prevent lateral movement immediately, while ensuring volatile memory (RAM) remains intact for live memory forensic extraction. Which of the following actions should the analyst execute FIRST using the EDR platform?
- Execute host-level network isolation via the EDR console to block system network traffic while preserving the EDR agent management channel.Answer
- BReboot the database host into safe mode to terminate malicious memory space allocations and clear the hollowed process.
- CModify perimeter firewall ACLs to block outbound port 443 connections originating from the database server subnet.
- DPush an updated signature definition package to legacy antivirus software installed on the database server.
Answer
Execute host-level network isolation via the EDR console to block system network traffic while preserving the EDR agent management channel.
Executing host-level network isolation via the EDR agent console immediately restricts all incoming and outgoing network traffic at the host network driver level, neutralizing command-and-control (C2) channels and blocking lateral movement. Crucially, the EDR console maintains an encrypted management tunnel to the host agent, allowing analysts to perform live incident response, pull volatile RAM images, and run forensic scripts while keeping the host powered on.
Step-by-Step Solution
Key Concept
EDR Endpoint Network Isolation and Forensic Volatility Preservation
Estimated Time:1m 30s