[v2.2.0] Updates filters with the any rule spec#202
Merged
nasbench merged 6 commits intoSigmaHQ:v2.2.0from Dec 15, 2025
Merged
Conversation
Added support for `any` and `all` string values in the `rules` attribute to match all rules with the specified logsource. Updated documentation and examples accordingly.
filters with the `anyfilters with the any or all rule spec
frack113
reviewed
Dec 12, 2025
Co-authored-by: frack113 <62423083+frack113@users.noreply.github.com>
…fication into filters-explicit-rules
frack113
approved these changes
Dec 13, 2025
filters with the any or all rule specfilters with the any rule spec
nasbench
approved these changes
Dec 13, 2025
Collaborator
|
MR pedantic here. Shouldn't there exist a SEP for this as well? |
phantinuss
approved these changes
Dec 15, 2025
Member
Technically yes. But since the original issue was before the introduction of SEP and was agreed on. I did not want to enforce it here. |
Member
|
See #133 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Sigma Filters Specification to version 2.2.0, introducing new functionality for the
rulesattribute in filters. The main enhancement is the ability to use the string valueanyto apply filters more broadly to Sigma rules matching a specifiedlogsource. The documentation is updated accordingly, with new examples and a revision to the version history.Key changes:
Specification enhancements:
rulesattribute in a filter can now be set to the stringany, allowing the filter to apply to all Sigma rules matching the specifiedlogsource.anywith therulesattribute for broader filter application.Documentation updates: