Setting up suppressions for different sensors #12006
Replies: 1 comment 1 reply
-
BPF can be used to filter hosts / network subnets from reaching suricata all together. That would disable any rule from alerting for any traffic from certain hosts / networks / port . https://docs.securityonion.net/en/2.4/bpf.html By modifying Suricata address-groups you could set variables for specific host groups like DNS_SERVERS and you would be able to set those unique to each sensor. Then when suricata rules are evaluated it takes into account the $DNS_SERVERS variable set on each sensor config. https://docs.securityonion.net/en/2.4/suricata.html#home-net For creating new suricata address-groups #12086 Here is an example suricata rule from etopen
You're also able modify / rewrite rules to leverage your additional suricata variables. https://docs.securityonion.net/en/2.4/managing-alerts.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.30
Installation Method
Security Onion ISO image
Description
configuration
Installation Type
Distributed
Location
on-prem with Internet access
Hardware Specs
Exceeds minimum requirements
CPU
16-32
RAM
16-32
Storage for /
200-300 GB
Storage for /nsm
1 TB
Network Traffic Collection
span port
Network Traffic Speeds
Less than 1Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
No, there are no failures
Logs
No, there are no additional clues
Detail
Hello, i have a distributed installation of SO with many sensors. In version 2.3, I could adjust my suppressions for each of the sensors by editing its sls file. How can this be done in version 2.4 without using configurations in the web interface so that the suppression of a subnet or a single ip does not affect all sensors. . Or is it planned to add the ability to select which sensor specifically to record a list of suppressions as implemented with zeek/suri cpu, firewall, etc?
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions