Expand TUI guidance and host detection coverage
This commit is contained in:
parent
3b037646d2
commit
8194d13734
20 changed files with 414 additions and 42 deletions
|
|
@ -84,6 +84,9 @@ def triage_alert(alert: dict, processes: list[dict], cfg: Config,
|
|||
return Verdict(LIKELY_FP, f"preload library is package-owned: {lib}")
|
||||
return Verdict(REVIEW, "library injection — verify the .so by hand")
|
||||
|
||||
if sig == "process_injection_library":
|
||||
return Verdict(REVIEW, "executable library mapped from writable path")
|
||||
|
||||
if sig == "deleted_exe":
|
||||
if "memfd:" in detail:
|
||||
return Verdict(REVIEW, "memfd-backed (fileless) execution")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue