During an incident investigation on a critical Linux application server, system administrators report that an attacker executed a fileless payload by injecting malicious code directly into the memory space of a legitimate running daemon. To hide their tracks, the attacker wiped the local bash history, deleted event logs from disk, and terminated the interactive shell session. Despite these anti-forensic measures, the Endpoint Detection and Response (EDR) agent successfully captured the complete process lineage, parent-child relationships, and exact memory allocation calls. Which of the following capabilities enabled the EDR agent to maintain continuous behavioral visibility in this scenario?
- Kernel-level system event hooking and sensor callbacks that record process execution telemetry independently of local storage and user-space shellsAnswer
- BSignature-based antivirus file scanning configured to perform real-time disk sanitization upon detecting unverified process memory allocations
- CPerimeter network firewall inspection that decrypts ingress NetFlow sessions and maps host sockets to network segment policies
- DAutomated host vulnerability scanning that audits daemon configuration baselines and local file permissions against standard benchmarks
Answer
Kernel-level system event hooking and sensor callbacks that record process execution telemetry independently of local storage and user-space shells
The correct response highlights kernel-level event hooking and sensor callbacks. Modern EDR solutions install lightweight sensors that integrate deeply with the operating system kernel. These sensors capture execution events, thread creation, memory allocations, and process tree relationships in real time as they occur in memory. Because telemetry is transmitted continuously to an isolated monitoring collector, local anti-forensic actions—such as clearing bash histories or deleting log files from disk—have no effect on the agent's recorded process history.
Step-by-Step Solution
Key Concept
Kernel-Level EDR Telemetry and Fileless Threat Visibility