Replies: 1 comment 6 replies
-
Could you please explain how a rule with "level: critical + confidence: medium" would be treated differently (before a match) than a rule with "level: medium" today? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When providing Sigma rules to user, some providers seem to use "Level" interchangeably with what would be "Confidence".
The doc says
The level field describes the criticality of a triggered rule.
andcritical should never trigger a false positive and be of high relevance
. The presence/absence of false positives and the relevance/criticality of an alert should be two different metrics to me.Take for instance this Process Hollowing rule.
https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_tampering/proc_tampering_susp_process_hollowing.yml
This for me would be a
high/critical
level withmedium
confidence, but its level is now set tomedium
as many products (AV, Games etc.) modify their image in memory. But in itself, if this event is not a false-positive, it would be a high/critical alert.Adding this field would allow for better modular configuration of rule sets.
I would volunteer to make a PR for this field myself, if it's something that seems relevant to the community.
EDIT: Confidence should be an optional field
Beta Was this translation helpful? Give feedback.
All reactions