Question

Difficulty: MediumEndpoint Detection and Response (EDR)

An EDR console triggers a high-severity behavioral alert on an enterprise application server after detecting an obfuscated PowerShell execution that attempts process injection into a legitimate system process and initiates an outbound connection to an unknown external IP address. Which of the following initial containment and investigation actions should the security analyst perform directly using EDR console capabilities? (Select TWO.)

  1. Apply host-level network isolation to the endpoint while maintaining management channel connectivity.Answer
  2. Kill the malicious process tree and capture a volatile memory dump for forensic analysis.Answer
  3. C
    Push an updated static virus signature file to enterprise endpoints via legacy antivirus definitions.
  4. D
    Reconfigure the perimeter firewall to drop all inbound and outbound traffic for the target subnet.

Answer

The analyst should isolate the host endpoint from the network while preserving EDR management communications and terminate the suspicious process tree while capturing volatile memory for investigation.
Isolating the endpoint network traffic while retaining agent communication stops malicious lateral movement without severing SOC management, and terminating process trees alongside volatile memory acquisition halts code execution while preserving volatile evidence.

Step-by-Step Solution

1
Initiate network isolation on the affected endpoint
Prevents lateral movement and command-and-control communication while leaving the EDR management channel active.
Containment is the immediate priority during an active process injection incident.
2
Terminate malicious processes and collect volatile memory telemetry
Stops malicious payload execution and captures RAM data required for memory analysis.
Preserves forensic evidence before process termination or host modification.

Key Concept

Endpoint Detection and Response (EDR) Host Isolation and Process Containment
Estimated Time:1m 30s
Rate this question