CME-1001
EDR Agent (Endpoint Detection & Response)
Description
Real-time behavioral detection and automated response agent on endpoints. Detects exploit patterns, lateral movement, and persistence mechanisms. Can kill processes, isolate hosts, and quarantine files automatically.
CVSS Vector Impacts
| Metric | Transition | Rationale |
|---|---|---|
| Attack Complexity (AC) | L → H | Compensating control: exploit behavior patterns are detected and may be blocked in real-time |
Verification
Verify EDR agent is running and connected to management console
$ systemctl is-active falcon-sensor 2>/dev/null || systemctl is-active mdatp 2>/dev/null
# Expected: active
# Expected: active
Platform: linux
$ Get-Service 'Sense' -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Status
# Expected: Running
# Expected: Running
Platform: windows
$ (Get-MpComputerStatus).RealTimeProtectionEnabled
# Expected: True
# Expected: True
Platform: windows
Applicability (CVE 5.2.0 Schema)
| Vendor | Product | CPEs | Platforms | Status |
|---|---|---|---|---|
| microsoft | windows |
cpe:2.3:o:microsoft:windows_10:*:*:*:*:*:*:*:*cpe:2.3:o:microsoft:windows_11:*:*:*:*:*:*:*:*cpe:2.3:o:microsoft:windows_server_2019:*:*:*:*:*:*:*cpe:2.3:o:microsoft:windows_server_2022:*:*:*:*:*:*:*
|
All | applicable |