Expand description
Linux namespace enumeration for container forensics.
Enumerates PID/NET/MNT/USER/IPC/UTS/cgroup namespaces from
task_struct.nsproxy. Critical for detecting Docker/K8s container
boundaries and identifying processes that escaped their namespace.
Structs§
- Namespace
Info - Namespace information extracted from a process’s
task_struct.nsproxy.
Functions§
- walk_
namespaces - Walk the namespace information for each process in the provided list.