-
Notifications
You must be signed in to change notification settings - Fork 37
Add forensic summary command to checkpointctl #211
Copy link
Copy link
Open
Description
Lately have been exploring checkpointctl and the current parsing capabilities (process tree, file descriptors, sockets via CRIU/crit).
I felt the need for summary command that provides a high-level forensic overview of a checkpoint.
Proposed command:
checkpointctl summary <checkpoint_archive>
My main goal is to build on top of existing parsing logic and provide actual actionable insights rather than raw data.
Initial scope will be:
- total process count
- identification of potentially suspicious processes (e.g. shells, netcat, curl, etc.)
- basic container/network metadata
- detection of sensitive file paths
this would act as a foundation for higher-level forensic analysis and align with Medusa’s direction of enabling attack investigation workflows.
let me know if this aligns with the project goals? :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels