Expand rootkit monitoring and Claude docs
This commit is contained in:
parent
a7129e5666
commit
3e5f8fc3f7
16 changed files with 524 additions and 32 deletions
|
|
@ -66,11 +66,15 @@ Expected healthy output:
|
|||
acknowledged.
|
||||
- `pkgdb-check`: package DB consistent with anchor.
|
||||
- `pkgdb-verify`: sampled files match signed cache packages.
|
||||
- `rootcheck`: no hidden processes, modules, ports, or sniffers.
|
||||
- `rootcheck`: no hidden processes/modules/ports, sniffers, known rootkit
|
||||
modules, or unexplained kernel/module taint.
|
||||
- `posture check`: no SSH/sudo/PATH/permission/signature hygiene findings, or
|
||||
only ones you have consciously accepted (e.g. password auth on a host that
|
||||
needs it).
|
||||
|
||||
The HTTPS dashboard shows the same posture findings under the Posture tab for
|
||||
quick remote review.
|
||||
|
||||
## Alert Workflow
|
||||
|
||||
When Sentinel fires:
|
||||
|
|
@ -125,7 +129,7 @@ When Sentinel fires:
|
|||
| `fim_modified` | Verify package ownership, package checksum, and whether the change followed an upgrade. |
|
||||
| `pkgdb_tamper` | Treat as high-confidence tampering until a legitimate package transaction explains it. |
|
||||
| `pkg_signature_mismatch` | Treat as a potentially trojaned package-owned file. |
|
||||
| `hidden_*` rootcheck alerts | Compare live tools, preserve evidence, and consider offline analysis. |
|
||||
| `rootkit_*` / `kernel_tainted` alerts | Compare live tools, review module provenance, preserve evidence, and consider offline analysis. |
|
||||
|
||||
## Baseline Hygiene
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue