Question

Difficulty: MediumEndpoint Detection and Response (EDR)

An EDR agent installed on a critical workstation flags a suspicious process spawned by a administrative command tool attempting to inject code into a system process. The threat actor is actively attempting lateral movement across the internal segment. Which of the following capabilities of the EDR system should be utilized FIRST to contain the threat while preserving telemetry for investigation?

  1. Initiate network isolation of the host from the EDR management console to block peer-to-peer communication while maintaining agent connection.Answer
  2. B
    Update the perimeter firewall rule base to block all inbound traffic destined for the internal subnet where the host resides.
  3. C
    Distribute a updated legacy static signature file to all perimeter security gateways across the organization.
  4. D
    Reclassify the affected machine as a compensating control within the enterprise asset management inventory.

Answer

Initiate network isolation of the host from the EDR management console to block peer-to-peer communication while maintaining agent connection.
Host network isolation capability in an EDR platform allows security operations teams to logically segment a compromised endpoint from all internal and external network resources instantly. The EDR agent maintains a dedicated communication channel to the cloud or on-premise EDR console, permitting analysts to collect forensic artifacts and execute remediation playbooks without risking lateral spread.

Step-by-Step Solution

1
Analyze the incident context
Identified an active endpoint compromise with live lateral movement risk.
Process injection and lateral movement require immediate containment at the host level.
2
Select the appropriate EDR feature
Chose host network isolation provided directly by the EDR agent.
Host isolation disconnects host-to-host connectivity to stop lateral spread while allowing SOC analysts to maintain remote management access.

Key Concept

Endpoint Containment and Host Isolation in EDR
Estimated Time:1m 30s
Rate this question