Skip to content
Discussion options

You must be logged in to vote

I was able to successfully block spam alerts from vulnerability scanners by adding a BPF rule for Suricata.

Go to:
Administration -> Configuration -> BPF -> Suricata

Add a line like this

(not host 1.2.3.4)

where 1.2.3.4 is the IP address of your vulnerability scanner.

If you have multiple scanners, then add a line like this instead:

(not (host 1.2.3.4 or host 5.6.7.8 or host 7.6.5.4))

where each IP address is one of your scanners.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@zfcarsonb
Comment options

@jpancrazio
Comment options

@dougburks
Comment options

Answer selected by defensivedepth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants