Expand TUI guidance and host detection coverage

This commit is contained in:
Luna 2026-07-09 19:16:27 -07:00
parent 3b037646d2
commit 8194d13734
20 changed files with 414 additions and 42 deletions

View file

@ -303,6 +303,16 @@ DRILLS: dict[int, Callable[[], list[Alert]]] = {
]),
_cfg(),
)),
100049: lambda: list(memory_obfuscation.detect(
SystemState(processes=[
FakeProc(pid=355, comm="sshd",
memory_maps=[
MemoryMap(0xb000, 0xc000, "r-xp",
"/tmp/libinject.so"),
]),
]),
_cfg(),
)),
100050: lambda: list(posture.systemd_findings([
posture.UnitFact("foo.service", "/etc/systemd/system/foo.service",
0o100664, True, ("/usr/bin/foo",)),