detecting-container-escape-attempts
mukul975/Anthropic-Cybersecurity-Skills
This skill provides methods and rules for detecting advanced container escape attempts, where an adversary attempts to break out of container isolation. Detection relies on monitoring critical system activities such as namespace manipulation, capability abuse (e.g., CAP_SYS_ADMIN), kernel exploits, and access to sensitive host paths. Tools like Falco, Sysdig, and eBPF are leveraged to monitor syscalls and process behavior in real-time, crucial for security incident response and threat hunting in containerized environments like Kubernetes or Docker.