Documentation
¶
Overview ¶
Package sentinel performs client-independent, OS-level detection of the post-exploitation indicators a malicious provider's payload leaves behind: rogue processes, scheduled-task persistence, traffic redirection, and dropped files. It runs entirely outside the request hot path. The same checks back both `holone audit` (one-shot) and `holone sentinel` (continuous watch).
Index ¶
Constants ¶
View Source
const ( StatusClean = "clean" StatusInfected = "infected" StatusWarn = "warn" StatusError = "error" )
Status classifies a check result.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.