Back to Glossary
Security

What is Falco?

A runtime security tool that detects anomalous behavior in containers using eBPF/syscalls.

Falco is a cloud-native runtime security tool originally created by Sysdig. It monitors system calls at the kernel level (via eBPF or kernel module) and detects suspicious behavior in containers — shell spawned in a container, unexpected outbound connection, privilege escalation, file write in sensitive paths. Falco rules are written in YAML and alerts can be routed to Slack, Elasticsearch, or SIEM systems. It's the de-facto standard for Kubernetes runtime threat detection.

Related Terms

Test your knowledge of Falco and 130 other DevOps concepts