Skip to content
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

Sigma filters #44

Open
myoung34 opened this issue Aug 28, 2024 · 1 comment
Open

Sigma filters #44

myoung34 opened this issue Aug 28, 2024 · 1 comment

Comments

@myoung34
Copy link

Any plans to implement sigma filters ?

@bradleyjkemp
Copy link
Owner

Interesting, I missed the announcement of these.

My initial thoughts are this:

  1. We add support for parsing these into the sigma.Rule struct (add a new filter field)
  2. Add a WithFilters option to the evaluator which takes a filter/filters. Then when calling Matches() on the evaluator, this filter will automatically be run before the rule

I don't have any immediate need for these, so don't have any plans to implement them in the short-term, but I think this library should support them in future. Definitely open to PRs (though some more design/exploration would be a good first step)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants