Giter VIP home page Giter VIP logo

falco-integrator's Introduction

Phoenix

Falco-integrator

Warning: This project is in active development, consider this before deploying it in a production environment. All APIs, SDKs, and packages are subject to change.

Documentation

The Falco-integrator is an integration backend between falco and the Phoenix AMTD Operator. To check what is an integration backend and how it is connected to other modules please consult with the concepts page in phoenix operator.

This integration is responsible to provide an entry point for Falco alerts and to create Phoenix SecurityEvents from those. To use this application it requires a Falco instance with enabled and properly configured webhook (where the target is the running instance of this tool) and enabled json output format (json_output: true).

An example falco configuration snippet:

http_output:
  ca_bundle: ""
  ca_cert: ""
  ca_path: /etc/ssl/certs
  enabled: true
  insecure: true
  url: "falco-integrator.falco-integrator"
  user_agent: falcosecurity/falco
json_include_output_property: true
json_include_tags_property: true
json_output: true

The application itself does not require any configuration. The generated SecurityEvent resource will contain 'FalcoIntegrator' in the .spec.rule.source field. All the other fields are calculated from the given falco alert message.

For more details about the Phoenix AMTD operator please visit its repository.

Caveats

  • The project is in an early stage where the current focus is to be able to provide a proof-of-concept implementation that a wider range of potential users can try out. We are welcome all feedbacks and ideas as we continuously improve the project and introduc new features.

Help

Phoenix development is coordinated in Discord, feel free to join.

License

Copyright 2021-2023 by R6 Security, Inc. Some rights reserved.

Server Side Public License - see LICENSE for full text.

falco-integrator's People

Contributors

dev-r6 avatar

Stargazers

Takács Zoltán Gábor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.