Cloud Native Runtime Security
Go to file
Jason Dellaluce 697d4427a7 chore(scripts): refine removal output messages
Signed-off-by: Jason Dellaluce jasondellaluce@gmail.com
Co-authored-by: Leonardo Grasso me@leonardograsso.com
2021-12-06 19:09:14 +01:00
.circleci Skip plugins list/load/tests for MUSL_OPTIMIZED_BUILD 2021-11-12 18:27:59 +01:00
.github Fix link to CONTRIBUTING.md in the Pull Request Template 2021-06-21 11:01:38 +02:00
audits move audit doc 2019-12-17 09:15:41 +01:00
brand docs(brand): documenting Falco color scheme 2020-09-28 15:15:36 +02:00
cmake update(build): bump fakeit version 2021-11-22 18:25:44 +01:00
docker chore: renaming comment references 2021-11-18 16:26:18 +01:00
proposals update(proposal): clarify that old drivers are not removed anymore 2021-09-29 16:51:25 +02:00
rules Move wget and curl to own rule 2021-11-29 17:42:40 +01:00
scripts chore(scripts): refine removal output messages 2021-12-06 19:09:14 +01:00
test Allow append of new exceptions to rules 2021-11-18 09:11:20 +01:00
tests fix(build): use correct libyaml variable in tests cmake 2021-12-06 19:04:15 +01:00
userspace fix: set config value and create node if not existing 2021-12-06 19:04:15 +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 Remove falco_tests.yaml from gitignore 2021-01-19 10:37:55 +01:00
.luacheckrc chore: clean up lua from dot files 2020-10-13 05:12:00 -04:00
.yamllint.conf new: YAML lint configuration 2019-07-10 13:00:03 +02:00
ADOPTERS.md adding raft in the adopters list 2021-11-10 16:16:40 +01:00
CHANGELOG.md docs(changelog.md): update for release 0.30.0 2021-09-30 17:20:15 +02:00
CMakeLists.txt update(build): dropped Falco local luajit module, use the one provided by libs (upgraded) instead. 2021-11-17 17:25:24 +01:00
COPYING docs: update COPYING 2019-10-08 16:02:26 +02:00
falco.yaml Falco yaml config for plugins 2021-11-12 18:27:59 +01:00
OWNERS docs: add myself to owners 2020-07-03 16:37:17 +02:00
README.md chore(README): correct comments 2021-04-07 16:45:50 +02:00
RELEASE.md docs(RELEASE.md): switch to 3 releases per year 2021-08-25 17:17:20 +02:00

Cloud Native Runtime Security.


Build Status CII Best Practices Summary GitHub

Want to talk? Join us on the #falco channel in the Kubernetes Slack.

Latest releases

Read the change log.

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

The Falco Project, originally created by Sysdig, is an incubating CNCF open source cloud native runtime security tool. Falco makes it easy to consume kernel events, and enrich those events with information from Kubernetes and the rest of the cloud native stack. Falco has a rich set of security rules specifically built for Kubernetes, Linux, and cloud-native. If a rule is violated in a system, Falco will send an alert notifying the user of the violation and its severity.

Installing Falco

If you would like to run Falco in production please adhere to the official installation guide.

Kubernetes
Tool Link Note
Helm Chart Repository The Falco community offers regular helm chart releases.
Minikube Tutorial The Falco driver has been baked into minikube for easy deployment.
Kind Tutorial Running Falco with kind requires a driver on the host system.
GKE Tutorial We suggest using the eBPF driver for running Falco on GKE.

Developing

Falco is designed to be extensible such that it can be built into cloud-native applications and infrastructure.

Falco has a gRPC endpoint and an API defined in protobuf. The Falco Project supports various SDKs for this endpoint.

SDKs
Language Repository
Go client-go
Rust client-rs
Python client-py

What 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 or pod in Kubernetes.
  • 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.
  • A privileged pod is started in a Kubernetes cluster.

Documentation

The Official Documentation is the best resource to learn about Falco.

Join the Community

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

How to reach out?

Contributing

See the CONTRIBUTING.md.

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.

License Terms

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