Skip to content

Instantly share code, notes, and snippets.

@Neo23x0
Last active May 19, 2019 03:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Neo23x0/00bc2b883c530f7a12b055549e9076ff to your computer and use it in GitHub Desktop.
Save Neo23x0/00bc2b883c530f7a12b055549e9076ff to your computer and use it in GitHub Desktop.
Suricata rule - VPNFilter User Agent
alert http any any -> any any (msg:"VPNFilter malware User-Agent"; content:"Mozilla/6.1 (compatible|3B| MSIE 9.0|3B| Windows NT 5.3|3B| Trident/5.0)"; http_user_agent; sid:2; rev:1;)
@klingerko
Copy link

klingerko commented Jun 1, 2018

escape semicolons inside contents

alert http any any -> any any (msg:"VPNFilter malware User-Agent"; content:"Mozilla/6.1 (compatible|3B| MSIE 9.0|3B| Windows NT 5.3|3B| Trident/5.0)"; http_user_agent; sid:2; rev:1;)

@Neo23x0
Copy link
Author

Neo23x0 commented Jun 7, 2018

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment