Question

Difficulty: MediumEndpoint Detection and Response (EDR)

A security analyst detects suspicious fileless PowerShell execution on an enterprise workstation. The analyst needs to use Endpoint Detection and Response (EDR) capabilities to respond to the incident effectively while maintaining investigation capability. Which of the following response actions are primary capabilities provided directly by an EDR platform in this scenario? (Select TWO.)

  1. Isolating the host from the network logically while maintaining an active agent management channel for remote investigationAnswer
  2. Capturing real-time host telemetry including process lineage trees, parent-child relationships, and command-line argumentsAnswer
  3. C
    Reconfiguring core network router access control lists (ACLs) to block outbound subnets
  4. D
    Bypassing behavioral alerts for traffic originating from the workstation due to its location on an internal VLAN

Answer

The primary EDR capabilities in this scenario are isolating the host from the network while maintaining an administrative agent channel, and collecting continuous host telemetry including process lineage trees and command-line arguments.
Endpoint Detection and Response (EDR) provides granular host isolation to contain suspicious activity without severing the security team's remote management channel. Additionally, EDR continuously collects behavioral telemetry, such as process execution trees and command-line arguments, which allows security analysts to reconstruct attack chains during fileless execution scenarios.

Step-by-Step Solution

1
Evaluate containment actions available at the endpoint level.
Host network isolation severs lateral network access without killing the EDR agent connection.
This prevents threat propagation while allowing ongoing remote forensic investigation.
2
Evaluate threat detection and analytical capabilities of EDR.
Process lineage tree tracking records execution arguments and parent process origins.
This telemetry exposes malicious activity that circumvents traditional static file signatures.

Key Concept

Endpoint Detection and Response (EDR) Core Capabilities
Rate this question