Skip to content
Discussion options

You must be logged in to vote

I've not created rules using flowbits myself, and don't have time to outright develop it for you, but to show an example, search through your ETGPL rules for winhlp32 and see the three rules that come up.

Notice the flowbits:noalert; and flowbits:set,winhlp32; sections in the first, and flowbits:isset,winhlp32; in the othes. If the first rule fires, it doesn't trigger an alert, just sets the flowbit. Because of the isset check, the other rules will only be run on packets with that flowbit set. So my thinking was, you:

  1. create a new SID matching packets that contain the two IPs you want to omit (you may need two; one for each direction) and add flowbits:noalert; and flowbits:set,ignoreping;

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@petiepooo
Comment options

Comment options

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

Answer selected by ejgh-oe
@petiepooo
Comment options

@ejgh-oe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants