Skip to content

Instantly share code, notes, and snippets.

@dgavshin
Last active June 19, 2021 22:32
Show Gist options
  • Save dgavshin/b4efde33ab1055baf838e9d2075ab7f9 to your computer and use it in GitHub Desktop.
Save dgavshin/b4efde33ab1055baf838e9d2075ab7f9 to your computer and use it in GitHub Desktop.
Suricata IPS rules for attack&defence game
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