Skip to main content

Module namespaces

Module namespaces 

Source
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§

NamespaceInfo
Namespace information extracted from a process’s task_struct.nsproxy.

Functions§

walk_namespaces
Walk the namespace information for each process in the provided list.