ET MALWARE Vawtrak/NeverQuest Posting Data


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/0";
content:"?id="; distance:0;
pcre:"/\/0[0-2]\/.+?\/[a-f0-9]+\?id=[a-f0-9]+$/i";
http.header_names;
content:!"Referer|0d 0a|";
http.header;
content:"Content-Type|3a 20|application/octet-stream|0d 0a|User-Agent"; fast_pattern;
http.user_agent;
pcre:"/(?:MSIE|rv\x3a11)/i";
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;
    http.method;
    content:"POST";
    http.uri;
    content:"/0";
    content:"?id="; distance:0;
    pcre:"/\/0[0-2]\/.+?\/[a-f0-9]+\?id=[a-f0-9]+$/i";
    http.header_names;
    content:!"Referer|0d 0a|";
    http.header;
    content:"Content-Type|3a 20|application/octet-stream|0d 0a|User-Agent"; fast_pattern;
    http.user_agent;
    pcre:"/(?:MSIE|rv\x3a11)/i";
    classtype:trojan-activity;
    sid:2019074; rev:5;
    metadata:created_at 2014_08_27, signature_severity Major, updated_at 2020_05_08;
)

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.