-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TRACKING] New anomalydetection
Plugin - Targeting First Release for Falco 0.39.0
#3117
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
/remove-lifecycle stale On track. |
CC @@an1245, @quentinkhoo |
Just moved the PR out of Draft mode. It is now feature-complete and ready for review. The README has also been updated with more info. Starting the testing on some more beefy test servers as we speak ... plus will also attempt to provide some useful initial use case guidelines (something that is missing right now). The plugin will work with Falco >= 0.38.2. |
After initial review let's setup the CI to publish some test artifacts @jasondellaluce. |
Hey Melissa, is the plugin ready? |
I moved this to 0.40. However, this should not be tied to the Falco release. Anyway, just talked with @jasondellaluce and I guess we can merge the plugin PR soon. |
Motivation
This issue is to track the development progress for a new
anomalydetection
plugin, as outlined in the Proposal.The objective is to provide updates on the progress of the development, ensuring alignment with the proposed framework. Additionally, it aims to identify any potential blockers that may hinder progress.
The initial scope will focus exclusively on "CountMinSketch Powered Probabilistic Counting and Filtering" for a subset of syscalls and a selection of options to define behavior profiles. The primary objective of this new framework is to offer tangible advantages in real-world production environments and substantially improve the usability of standard Falco rules. Essentially, this framework eliminates the requirement for meticulous tuning of individual rules and facilitates the utilization of probabilistic count estimates to alleviate the impact of noisy rules. Additionally, it enables the creation of broader Falco rules.
Edit: v1 PR can be found here: falcosecurity/plugins#419
The text was updated successfully, but these errors were encountered: