During an investigation into a ransomware propagation attempt on a critical enterprise server, a security analyst reviews telemetry captured by an Endpoint Detection and Response (EDR) agent. The EDR telemetry log reveals that an authenticated enterprise database daemon spawned a command-line interpreter, which subsequently executed `vssadmin.exe delete shadows /all /quiet`. The EDR agent's automated response policy immediately terminated the command interpreter and its child sub-processes and placed the endpoint into network isolation, but deliberately allowed the primary database daemon process to continue executing. Which of the following best explains the architectural rationale behind the EDR agent targeting only the child process tree during remediation?
- The EDR agent relies on process lineage and parent-child telemetry correlation to surgically terminate malicious execution contexts while maintaining essential host service uptime.Answer
- BThe EDR agent lacked operating system kernel-level privileges to terminate processes running under service account contexts.
- CEnforcing host network isolation automatically restores modified storage snapshots, eliminating the need to kill the parent process.
- DPerimeter firewalls intercepted the volume shadow copy deletion request before the command reached the local operating system kernel.