BPF filters for zeek/suricata not working #13862
Replies: 1 comment 8 replies
-
Just to be clear, you set your BPF in |
Beta Was this translation helpful? Give feedback.
8 replies
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.
-
Version
2.4.110
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
Relatively recently, I noticed that the BPF filters configured in config-suricata/zeek-(sensor field) do not work. There are changes in the "bpf" files in the /opt/so/conf directories on the sensors
I've need to filter traffic which use port 3260.
The filter I tried:
not port 3260
not dst port 3260
not (ip ... and port 3260)
If I understand correctly, then all traffic associated with this port in the zeek and suricata modules should not be displayed in Hunt. But I still see suricata alerts and zeek datasets.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions