enodia-sentinal/enodia_sentinel
Luna d835386381
feat(go): port FIM/pkgdb/rootcheck integrity engines and add go-sidecar dashboard consumer
Adds sidecar-only, --state-dir-gated FIM, package-DB-anchor, and rootcheck
engines to the Go migration sidecar, wired into agent.Sweep/Initialize
behind the existing baseline lifecycle. Adds a read-only, schema-checked
Python dashboard consumer (go_sidecar_state_dir, /api/go-sidecar/*, Sidecar
tab) that never starts, stops, or mutates the Go sidecar's state.

Also fixes drift found while reconciling this work: enodia_sentinel/web.py
had reinvented local schema constants instead of using the canonical
enodia_sentinel/schemas.py catalog (now registers enodia.go.sidecar.v1
there and reuses ALERT_SNAPSHOT_V1/INCIDENT_V1); docs/RULES.md had drifted
from what `rules docs` actually generates for SIDs 100069-100078 (ruleops.py
was missing metadata for four SIDs and had stale drill text for four more),
now back in sync with a regression test pinning them together.

Updates CLAUDE.md, README.md, go-agent/README.md, and docs/{ROADMAP,
GO_PORT_HANDOFF,SURICATA_ASSIMILATION,THREAT_MODEL,OPERATIONS,SCHEMAS,
COMMAND_REFERENCE}.md to reflect the landed work.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NQivSKBqQJsayz1xcYqWzZ
2026-07-24 09:59:09 -07:00
..
detectors Add host correlation and assurance coverage 2026-07-10 04:04:27 -07:00
events Add host event rules for bind and capability activity 2026-07-10 04:11:33 -07:00
gui feat(gui): add optional tkinter and Qt6 desktop dashboards 2026-07-22 04:33:49 -07:00
notify Add read-only web dashboard and phone push notifications 2026-05-31 16:18:00 -07:00
static feat(go): port FIM/pkgdb/rootcheck integrity engines and add go-sidecar dashboard consumer 2026-07-24 09:59:09 -07:00
tray Add pystray tray applet wiring and [tray] extra 2026-07-03 07:37:39 -07:00
__init__.py Frame Sentinel as IDS IPS and EDR 2026-06-13 05:59:03 -07:00
alert.py Add event-driven eBPF execve layer with a Snort-style rule engine 2026-05-31 07:16:53 -07:00
assurance.py Add host correlation and assurance coverage 2026-07-10 04:04:27 -07:00
cli.py feat(gui): add optional tkinter and Qt6 desktop dashboards 2026-07-22 04:33:49 -07:00
completion.py Add audited response apply rehearsal 2026-07-09 05:56:25 -07:00
config.py feat(go): port FIM/pkgdb/rootcheck integrity engines and add go-sidecar dashboard consumer 2026-07-24 09:59:09 -07:00
correlation.py Add host correlation and assurance coverage 2026-07-10 04:04:27 -07:00
daemon.py Add baseline reconciliation: accept audited drift with a reason 2026-06-27 10:33:55 -07:00
enrich.py Add enrichment and SID coverage gates 2026-07-08 17:05:17 -07:00
event.py feat(schema): add Alert -> enodia.event.v1 reference wrapper 2026-07-10 04:44:07 -07:00
fim.py Add baseline reconciliation: accept audited drift with a reason 2026-06-27 10:33:55 -07:00
incident.py Add host correlation and assurance coverage 2026-07-10 04:04:27 -07:00
netutil.py Relicense under GPL-3.0-or-later 2026-05-31 06:52:34 -07:00
pkgdb.py Add platform docs; reposition as host security platform 2026-06-10 04:03:06 -07:00
posture.py Add systemd unit posture checks 2026-06-19 02:27:19 -07:00
provenance.py Add false-positive triage via package-ownership provenance 2026-05-31 22:05:00 -07:00
reconcile.py Surface reconciliation in the dashboard and keep the view read-only 2026-06-27 10:39:15 -07:00
respond.py Add audited response apply rehearsal 2026-07-09 05:56:25 -07:00
rootcheck.py Add memory obfuscation and ps-hidden process detection 2026-06-13 03:55:09 -07:00
ruleops.py feat(go): port FIM/pkgdb/rootcheck integrity engines and add go-sidecar dashboard consumer 2026-07-24 09:59:09 -07:00
schemas.py feat(go): port FIM/pkgdb/rootcheck integrity engines and add go-sidecar dashboard consumer 2026-07-24 09:59:09 -07:00
selfprotect.py Add HTTPS management console and response planning 2026-06-12 02:39:53 -07:00
sids.py Add host correlation and assurance coverage 2026-07-10 04:04:27 -07:00
snapshot.py Add host correlation and assurance coverage 2026-07-10 04:04:27 -07:00
system.py Add memory obfuscation and ps-hidden process detection 2026-06-13 03:55:09 -07:00
triage.py Expand TUI guidance and host detection coverage 2026-07-09 19:16:27 -07:00
tui.py Add host correlation and assurance coverage 2026-07-10 04:04:27 -07:00
web.py feat(go): port FIM/pkgdb/rootcheck integrity engines and add go-sidecar dashboard consumer 2026-07-24 09:59:09 -07:00