5. Monitoring, Logging and Runtime Security
Perform behavioral analytics of syscall process
Falco Overview and Installation
Use Falco to Detect Threats
- rule: Detect shell inside a container desc: Alert if a shell such as bash is open inside the container condition: container and proc.name in (linux_shells) output: Bash opened (user=%user.name container=%container.id) priority: WARNING - list: linux_shells items: [bash, zsh, ksh, sh, csh] - macro: container condition: container.is != host
Falco Configuration Files
Mutable vs Immutable Infrastructure
Ensure Immutability of Containers at Runtime
Use Audit Logs to monitor access to Kubernetes API
Last updated