A security administrator notices that a host security tool generated an alert for an obfuscated script running directly out of system memory using a built-in operating system utility, despite no known file hashes being flagged. Which of the following capabilities best explains why an Endpoint Detection and Response (EDR) agent can identify this suspicious activity?
- Continuous host process monitoring and behavioral telemetry analysisAnswer
- BStatic signature comparisons against cloud database file hashes
- CIn-line edge firewall filtering of incoming network packet payloads
- DNetwork-based intrusion prevention system rules matching known exploit signatures
Answer
Continuous host process monitoring and behavioral telemetry analysis allows EDR solutions to detect suspicious, fileless, or memory-based actions even when traditional static signature matching yields no results.
Endpoint Detection and Response (EDR) solutions monitor endpoint activities in real time, gathering telemetry on process execution, system calls, and memory usage. This allows them to spot behavioral anomalies—such as an administrative tool executing obfuscated scripts—regardless of whether a file signature exists.
Step-by-Step Solution
Key Concept
Endpoint Detection and Response (EDR) behavioral monitoring
Estimated Time:45s