Last active
June 19, 2021 22:32
-
-
Save dgavshin/b4efde33ab1055baf838e9d2075ab7f9 to your computer and use it in GitHub Desktop.
Suricata IPS rules for attack&defence game
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drop tcp $HOME_NET $SERVICE_PORTS -> $EXTERNAL_NET any (msg:"Multiple flags leak detected"; pcre:"/(?:[A-Z0-9]{31}=.*){5,}/s"; sid:101; rev:1;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment