You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**e8cr-edr**| (SOC capability — not an E8 control, but complements the suite) | Microsoft Defender for Endpoint |`defender_alerts.py`, `triage.py`, `threat_intel.py`, `response_engine.py`|
22
21
23
22
## Architecture
24
23
@@ -40,8 +39,7 @@ A set of OpenClaw skills (autonomous AI agents) that continuously audit and repo
40
39
┌─────────────┴─────────────┐
41
40
▼ ▼
42
41
Microsoft Graph API Greenbone/OpenVAS
43
-
(Intune, Entra ID, (optional, E3 tenants)
44
-
Defender, Sentinel)
42
+
(Intune, Entra ID) (optional, E3 tenants)
45
43
```
46
44
47
45
-**On-prem by default** — your security data never leaves your network
@@ -51,7 +49,7 @@ Microsoft Graph API Greenbone/OpenVAS
51
49
52
50
## Safe Mode (audit-only by default)
53
51
54
-
**Write actions are disabled by default.** Any action that can modify your tenant (isolate endpoints, block IOCs, start vulnerability scans, etc.) requires explicit opt-in:
52
+
**Write actions are disabled by default.** Any action that can modify your tenant (start vulnerability scans, modify configurations, etc.) requires explicit opt-in:
55
53
56
54
```bash
57
55
export E8CR_ENABLE_CHANGES=true
@@ -62,7 +60,7 @@ Run in audit mode first. Review the output. Then enable changes if you're confid
62
60
## Quick Start — One command, full assessment
63
61
64
62
```bash
65
-
# Run all 5 bots with synthetic data — no tenant needed
63
+
# Run all 4 bots with synthetic data — no tenant needed
These tools connect to sensitive APIs and produce sensitive outputs (vulnerability lists, admin accounts, backup gaps). Treat outputs as confidential. Default to read-only mode. Review before enabling write actions.
179
+
These tools connect to sensitive APIs and produce sensitive outputs (vulnerability lists, admin accounts, backup gaps, policy configurations). Treat outputs as confidential. Default to read-only mode. Review before enabling write actions.
0 commit comments