ET MALWARE Vawtrak/NeverQuest Posting Data


Query · suricata

flow:established,to_server;
flowbits:set,ET.Vawtrak;
http.method;
content:"POST";
http.uri;
content:".php?i=";
content:"&data="; distance:0;
content:"&hash="; fast_pattern;
pcre:"/&hash=[^&]+$/";
http.header_names;
content:!"Referer|0d 0a|";

Rule dependencies

Feeds into

Raw source ET MALWARE Vawtrak/NeverQuest Posting Data · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
#alert http $HOME_NET any -> $EXTERNAL_NET any (
#    msg:"ET MALWARE Vawtrak/NeverQuest Posting Data";
#    flow:established,to_server;
#    flowbits:set,ET.Vawtrak;
#    http.method;
#    content:"POST";
#    http.uri;
#    content:".php?i=";
#    content:"&data="; distance:0;
#    content:"&hash="; fast_pattern;
#    pcre:"/&hash=[^&]+$/";
#    http.header_names;
#    content:!"Referer|0d 0a|";
#    reference:md5,13c982c3b9c1ef714770820ffa278d2e;
#    classtype:trojan-activity;
#    sid:2019843; rev:5;
#    metadata:created_at 2014_12_03, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_28;
#)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.