I'm trying to perform a simple filter on one IP. My /etc/nsm/rules/bpf.conf file has one line:
!(host 10.5.79.151)
Ideally I'd like every service to filter this IP out, but the most important is not capturing and saving any traffic relating to this address. Even after running 'service nsm restart' I'm still seeing snort.log files containing traffic related to this IP address.
Any ideas as to why this is happening would be greatly appreciated.
Thanks.
--
Follow Security Onion on Twitter!
https://twitter.com/securityonion
---
You received this message because you are subscribed to the Google Groups "security-onion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to security-onio...@googlegroups.com.
To post to this group, send email to securit...@googlegroups.com.
Visit this group at https://groups.google.com/group/security-onion.
For more options, visit https://groups.google.com/d/optout.
Just to kick in… have you executed sudo rule-update after making the change to BPF
Regards,
Lysemose
Ahh okay, yes sorry, I should've mentioned that all traffic on that interface is coming from a span port. Is there anything we can do to filter it out?