Container Security

Docker hardening, trojanized images, and container escape techniques

Docker Security Examples

Practical Docker security examples: seccomp profiles, capabilities, privilege escalation, and AppArmor

Read tutorial →

eBPF Syscall Tracing & Seccomp Profile Generation for Container Hardening

Use eBPF to trace container syscalls, generate a least-privilege seccomp profile, and lock down egress — step by step with a Makefile

Read tutorial →

Trojanized Docker Image with DockerScan

Demonstrating how Docker images can be trojanized using the DockerScan tool with LD_PRELOAD

Read tutorial →