Alert tuning advice - threshold or bpf? #2356
Replies: 1 comment 1 reply
-
Threshold is what I would use. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am reviewing false positives and have started researching ways to tune out the noise and I'm looking for recommendations. As an example, we have traffic between specific hosts communicating over a specific port that are firing the Suricata sid 2023207. This is expected behavior. I would like to suppress this alert for that sid, but only for that destination port involved. Doesn't look like thresholds track by port, correct? If so, I could work on a bpf nids: filter, but in that case, it looks like it would tune out ALL alerts that apply to that filter, which isn't my goal. Looking for some advice to meet in the middle between the two options.
Beta Was this translation helpful? Give feedback.
All reactions