Falco
CNCF runtime security tool that detects unexpected or malicious behavior in containers and hosts as it happens, using kernel-level monitoring.
Overview
Falco watches system calls at the kernel level using eBPF and evaluates them against a rules engine to detect suspicious behavior in real time - a shell spawned inside a container, a sensitive file being read, a privilege escalation attempt - and alerts immediately rather than after the fact. It's a CNCF graduated project focused specifically on runtime threat detection.
Falco is a fit for security teams that need to detect active threats and anomalous behavior while a system is running, complementing Trivy and Kyverno (also in this catalog) - those scan images and enforce policy before deployment, while Falco watches what's actually happening at runtime.
- Categories
- DevOps
- Languages
- C++
- License
- Apache-2.0
Related Projects
Cilium
Apache-2.0eBPF-based networking, security, and observability platform for Kubernetes that replaces traditional networking components with kernel-level performance.
- DevOps
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Caddy
Apache-2.0Modern web server and reverse proxy with automatic HTTPS by default, built for simplicity compared to traditional web server configuration.
- DevOps
Spotted an error? Suggest an edit on GitHub.