当前位置: 首页 > 软件库 > 云计算 > 云原生 >

falco-security

Cloud Native Runtime Security
授权协议 Apache-2.0 License
开发语言 Google Go
所属分类 云计算、 云原生
软件类型 开源软件
地区 不详
投 递 者 孙朝明
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

 

Cloud Native Runtime Security.


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

Latest releases

Read the change log.

  development stable
rpm
deb
binary

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.

  • Fortinet Certified Network Security Professional Taining Notes Implmenting FortiGate Security and Content Inspection Course 925-201b Authorized Taining Instructor: Florence Lau Fortinet Malaysia Sdn.B

  • 原文:http://acegisecurity.org/faq.html Acegi Security is an open source project that provides comprehensive authentication and authorisation services for enterprise applications based on The Spring Fram

  • 网络范围区分: 1. Network Security:     主要对应于内部使用网络,主要用于管理公司内的网络行为,监控公司内部的重要信息,员工的上网行为等等。 2. Cyber Security:    主要是应对外部的威胁,network security 主要是应对内部网络安全,cyber security 主要是监控谁要翻越我们这座墙,或者在     我们没有充分照顾到的地方打洞进来。

  • Security 多种方式登录 1.Security 介绍 官网链接:https://docs.spring.io/spring-security/reference/5.7.6/servlet/architecture.html 2.Security 自定义拦截器实现多种登录方式 1. 账户密码登录 ​ 1.自定义MyUsernamePasswordFilter /** * 2023/2/26

 相关资料
  • Falco 项目最初由 Sysdig 创建,是一个正在孵化的 CNCF 开源云原生运行时安全工具。Falco 使得 consume kernel events 变得更加容易,并使用来自 Kubernetes 和其他云原生堆栈的信息丰富这些事件。 Falco 还可以通过使用插件扩展到其他数据源。 Falco 拥有一套丰富的安全规则,专门为 Kubernetes、Linux 和云原生构建。如果系统中违

  • Sysdig Falco是一个开源的应用行为活动监测器,可以用来检测你的应用程序中的异常活动。并且Falcos可以连续监测应用、主机、网络传输中的任意一个节点的数据流,Falcos也支持一组可定制的规则。 Sysdig Falco可以检测任何行为,包括使Linux系统调用。由于sysdig核心解码和状态跟踪功能,Sysdig Falco可以通过具体的系统调用,使其触发报警。主要可监测范围包括: 运

相关阅读

相关文章

相关问答

相关文档