ET MALWARE Vawtrak/NeverQuest Posting Data


Query · suricata

flow:established,to_server;
flowbits:set,ET.Vawtrak;
http.method;
content:"POST";
http.uri;
content:"/0"; depth:2;
content:"/0000"; distance:2;
pcre:"/^\/0[0-2]\/[^\x2f]+\/0000[A-F0-9]{4}\/[^\x2f]+\/[A-F0-9]{8}$/i";
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:"/0"; depth:2;
    content:"/0000"; distance:2;
    pcre:"/^\/0[0-2]\/[^\x2f]+\/0000[A-F0-9]{4}\/[^\x2f]+\/[A-F0-9]{8}$/i";
    http.header_names;
    content:!"Referer|0d 0a|";
    classtype:trojan-activity;
    sid:2025088; rev:3;
    metadata:created_at 2015_01_09, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_14;
)

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.