Replies: 1 comment
-
I'm against renaming the correlation
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CHANGE:
range
condition
tometric
to avoid to avoid confusion withcondition
in sigma rules--- New version ---
Attribute: metric
The metric defines when a correlation matches:
mandatory field attribute.
matching) in the given time frame.
The field metric defines the condition that must evaluate to true to generate a match.
It is a map of exactly one condition criterion:
gt
: The count must be greater than the given valuegte
: The count must be greater than or equal the given valuelt
: The count must be lesser than the given valuelte
: The count must be lesser than or equal the given valueeq
: The count must be equal the given valueExample:
To select a range , you can use the map AND
Example "101 to 200":
If you need more complex constructs, you can always chain correlation rules together.
See the examples at the far bottom, for more details.
Beta Was this translation helpful? Give feedback.
All reactions