2020-07-02 10:34:38 -07:00
2019-12-17 09:15:41 +01:00
2020-06-29 09:14:50 -07:00
2020-01-17 19:09:31 +01:00
2019-07-10 18:49:02 +02:00
2019-07-10 13:00:03 +02:00
2020-06-30 11:45:58 +02:00
2020-05-18 16:56:21 +02:00
2019-10-08 16:02:26 +02:00
2019-09-13 12:57:17 +02:00
2019-08-13 22:42:43 +02:00
2020-05-18 11:41:05 +02:00

Cloud Native Runtime Security.


The Falco Project

Build Status CII Best Practices Summary GitHub

Download

Read the change log.

development stable
rpm rpm-dev rpm
deb deb-dev deb
binary bin-dev bin

The Falco Project supports a cloud-native runtime security tool, as well as ancillary projects and integrations that surround it. Falco is a daemon that can run either directly on a host, or in a container. Falco observes system calls at runtime and builds a model of the system in memory. As events occur the events are parsed through a rules engine. If a rule is violated, an alert occurs. Alerts are dynamic and configurable using the Falco SDKs.

Falco ships with a sane set of default rules. These rules look for things like:

  • A shell is running inside a container.
  • A container is running in privileged mode, or is mounting a sensitive path, such as /proc, from the host.
  • A server process is spawning a child process of an unexpected type.
  • Unexpected read of a sensitive file, such as /etc/shadow.
  • A non-device file is written to /dev.
  • A standard system binary, such as ls, is making an outbound network connection.

Installing Falco

You can find the latest release downloads on the official release archive

Furthermore the comprehensive installation guide for Falco is available in the documentation website.

How do you compare Falco with other security tools?

One of the questions we often get when we talk about Falco is “How does Falco differ from other Linux security tools such as SELinux, AppArmor, Auditd, etc.?”. We wrote a blog post comparing Falco with other tools.

Documentation

See Falco Documentation to quickly get started using Falco.

Join the Community

To get involved with The Falco Project please visit the community repository to find more.

License Terms

Falco is licensed to you under the Apache 2.0 open source license.

Contributing

See the CONTRIBUTING.md.

Security

Security Audit

A third party security audit was performed by Cure53, you can see the full report here.

Reporting security vulnerabilities

Please report security vulnerabilities following the community process documented here.

Languages
C++ 83.9%
CMake 7.7%
C 3.6%
Shell 3.2%
Dockerfile 1.3%
Other 0.3%