Cloud Native Runtime Security
Go to file
Loris Degioanni c743f1eb68 feat(cli): adding -u to flip inspector method calls
udig support through the -u command line flag

Signed-off-by: Kris Nóva <kris@nivenly.com>
Co-authored-by: Kris Nóva <kris@nivenly.com>
2020-07-15 18:33:50 +02:00
.circleci fix(userspace/falco): set gpr log verbosity accordingly to the Falco one 2020-05-21 18:15:46 +02:00
.github build: stale bot adjustements 2020-07-07 12:20:55 +02:00
audits move audit doc 2019-12-17 09:15:41 +01:00
brand docs: teal logo is svg 2020-06-29 09:14:50 -07:00
cmake build(cmake/modules): update driver version to 85c889 2020-07-07 21:19:08 +02:00
docker fix(docker): correct syntax error in the entrypoint script 2020-07-08 12:11:33 +02:00
proposals bc(userspace/falco): the Falco gRPC Outputs API are now "falco.outputs.service/get" and "falco.outputs.service/sub" 2020-06-29 20:42:50 +02:00
rules update(rules): disable drift detection rules by default 2020-07-15 18:01:57 +02:00
scripts fix(scripts/falco-driver-loader): exit when bpf download fails 2020-05-18 15:16:59 +02:00
test fix: update k8s audit endpoint to /k8s-audit everywhere 2020-07-01 13:29:51 +02:00
tests update(tests/engine): test is_unix_scheme 2020-05-21 18:15:46 +02:00
userspace feat(cli): adding -u to flip inspector method calls 2020-07-15 18:33:50 +02: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 update(docker/event-generator): remove the event-generator from the Falco repo 2020-04-24 15:40:50 +02: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 GitLab to ADOPTERS.md 2020-06-30 11:45:58 +02:00
CHANGELOG.md fix(CHANGELOG.md): correct typo 2020-05-18 16:56:21 +02:00
CMakeLists.txt build: do not download lyaml and lpeg from draios S3 anymore 2020-07-02 06:01:12 +02:00
CODE_OF_CONDUCT.md docs: markdown code of conduct 2019-09-13 12:57:17 +02:00
CONTRIBUTING.md docs(CONTRIBUTING.md): update slack channel URL 2020-05-20 18:07:51 +02:00
COPYING docs: update COPYING 2019-10-08 16:02:26 +02:00
falco.yaml docs: auto threadiness comment into Falco config 2020-07-07 13:42:09 +02:00
GOVERNANCE.md docs: markdown governance 2019-09-13 12:57:17 +02:00
OWNERS docs: add myself to owners 2020-07-03 16:37:17 +02:00
README.md docs: badges links to bintray repos now 2020-04-08 19:11:44 +02:00
RELEASE.md docs(RELEASE.md): correct typo 2020-05-18 11:41:05 +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.