Cloud Native Runtime Security
Go to file
Leonardo Di Donato 9f6833e1db build: move packages scripts via CMake
Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2020-04-17 13:30:52 +02:00
.circleci fix(.circleci): ensure stable docker images (packages built from tag) have exact FALCO_VERSION env variable 2020-03-23 18:50:06 +01:00
.github update(.github): remove unused kind/* label from PR template 2019-12-13 11:17:02 +01:00
audits move audit doc 2019-12-17 09:15:41 +01:00
brand docs: updating branding 2020-03-05 10:58:43 +01:00
cmake build: move packages scripts via CMake 2020-04-17 13:30:52 +02:00
docker update(docker): update README.md 2020-04-01 11:49:59 +02:00
examples chore: improving naming 2019-11-14 10:00:36 -08:00
integrations fix(falco-cluster-role): Add missing privileges for the apps Kubernetes API group 2020-04-16 13:18:56 +02:00
proposals Update ToC for proposals/20191217-rules-naming-convention.md 2020-01-07 14:58:12 +01:00
rules rule(macro user_expected_system_procs_network_activity_conditions): create the macro 2020-04-14 13:22:09 +02:00
scripts build: move packages scripts via CMake 2020-04-17 13:30:52 +02:00
test fix(test): use .falco dir 2020-03-23 18:50:06 +01:00
tests docs(tests/falco): license for webserver unit tests 2020-02-07 11:28:57 +01:00
userspace new(userspace/falco): return also driver version from --version flag 2020-03-23 18:50:06 +01:00
.clang-format chore: clang format following the current style 2019-07-03 09:07:00 +02:00
.cmake-format new: cmake format colums to 120 2020-01-17 19:09:31 +01:00
.gitignore Removing Sysdig inc 2019-11-05 16:40:56 +01:00
.luacheckrc new: luacheck basic config 2019-07-10 18:49:02 +02:00
.yamllint.conf new: YAML lint configuration 2019-07-10 13:00:03 +02:00
ADOPTERS.md Add Coveo to the list of Falco adopters 2020-02-07 11:47:06 +01:00
CHANGELOG.md docs: CHANGELOG for 0.22.0 2020-04-17 10:56:48 +02:00
CMakeLists.txt update(cmake): using sha256 instead of md5 2020-03-27 00:34:54 +01:00
CODE_OF_CONDUCT.md docs: markdown code of conduct 2019-09-13 12:57:17 +02:00
CONTRIBUTING.md docs(userspace): Add banned functions to coding guidelines for c++. 2020-02-13 18:01:39 +01:00
COPYING docs: update COPYING 2019-10-08 16:02:26 +02:00
falco.yaml docs: webserver is now enabled by default 2020-01-17 19:09:31 +01:00
GOVERNANCE.md docs: markdown governance 2019-09-13 12:57:17 +02:00
OWNERS new: add @kris-nova to owners 2019-08-13 22:42:43 +02:00
README.md docs: badges links to bintray repos now 2020-04-08 19:11:44 +02:00

Cloud Native Runtime Security.


The Falco Project

Build Status CII Best Practices Summary GitHub

Latest releases

Read the change log.

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

Falco is a behavioral activity monitor designed to detect anomalous activity in your applications. Falco audits a system at the most fundamental level, the kernel. Falco then enriches this data with other input streams such as container runtime metrics, and Kubernetes metrics. Falco lets you continuously monitor and detect container, application, host, and network activity—all in one place—from one source of data, with one set of rules.

Falco is hosted by the Cloud Native Computing Foundation (CNCF) as a sandbox level project. If you are an organization that wants to help shape the evolution of technologies that are container-packaged, dynamically-scheduled and microservices-oriented, consider joining the CNCF. For details read the Falco CNCF project proposal.

What kind of behaviors can Falco detect?

Falco can detect and alert on any behavior that involves making Linux system calls. Falco alerts can be triggered by the use of specific system calls, their arguments, and by properties of the calling process. For example, Falco can easily detect incidents including but not limited to:

  • 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.