Question

Difficulty: MediumEndpoint Detection and Response (EDR)

Security telemetry indicates that an administrative workstation has executed an unauthorized script attempting to establish a reverse shell to an external command-and-control (C2) server and extract system credentials. Which of the following response actions should an analyst perform directly using the Endpoint Detection and Response (EDR) agent to contain the threat while preserving forensic evidence? (Select TWO.)

  1. Apply host network isolation through the EDR console to restrict network traffic exclusively to the security management channel.Answer
  2. B
    Reconfigure the edge firewall access control list to block outbound traffic from the entire local workstation subnet.
  3. Terminate the unauthorized process tree and quarantine the associated file artifacts using EDR response actions.Answer
  4. D
    Perform an immediate hard power cycle of the system to clear volatile memory and stop script execution.

Answer

The correct containment and remediation actions are applying host network isolation through the EDR console and terminating the unauthorized process tree while quarantining file artifacts via EDR response tools.
Applying host network isolation via EDR blocks lateral network movement and external C2 communications while keeping the system running to preserve volatile RAM. Terminating the process tree and quarantining malicious files neutralizes execution directly at the endpoint level via native agent capabilities.

Step-by-Step Solution

1
Identify endpoint containment actions that prevent threat propagation without destroying system state.
Applying host network isolation blocks internal lateral movement and external C2 connections while preserving volatile RAM and maintaining agent connectivity.
Host isolation preserves volatile evidence while severing unauthorized network channels.
2
Apply process-level remediation directly on the endpoint using EDR execution management capabilities.
Killing the malicious process hierarchy and quarantining file artifacts halts further threat activity.
Direct EDR process termination neutralizes active attacks without resetting host hardware state.

Key Concept

Endpoint Detection and Response (EDR) Containment and Remediation Controls
Rate this question