Suricata suppress rules based on combination of source- and destination-IP? #12309
-
Version2.4.40 Installation MethodSecurity Onion ISO image Descriptionconfiguration Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU8 RAM32 Storage for /500 Storage for /nsm500 Network Traffic Collectionspan port Network Traffic SpeedsLess than 1Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailSuricata threshold rules allows suppressing alerts based on e.g. source-ip, destination-ip etc. (ref https://onion-mgr/docs/managing-alerts.html#managing-alerts pointing to https://docs.suricata.io/en/suricata-6.0.0/configuration/global-thresholds.html) which is a very cool feature in order to keep false positives down. According the the Suricata-manual (link see above), the syntax is
My question: is it possible to have an suppress rule based on the combination of source- and destination IP? Something like "suppress alert if source is 192.168.4.12 and destination is 192.168.12.44"? Thanks much in advance for any clue. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found this on the Suricata discussion forum -- looks like this isn't natively supported, but you could implement it using a custom flowbit. https://forum.suricata.io/t/rule-threshold-configuration/2461 |
Beta Was this translation helpful? Give feedback.
I found this on the Suricata discussion forum -- looks like this isn't natively supported, but you could implement it using a custom flowbit.
https://forum.suricata.io/t/rule-threshold-configuration/2461