ET MALWARE VBS/Wimmie.A Set


Query · suricata

flow:to_server,established;
http.method;
content:"POST"; nocase;
http.uri;
content:"/count.php?m=c&n=";
content:"_"; distance:0;
content:"@"; distance:0;
http.content_len;
byte_test:0,=,0,0,string,dec;
Raw source ET MALWARE VBS/Wimmie.A Set · 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 VBS/Wimmie.A Set";
    flow:to_server,established;
    http.method;
    content:"POST"; nocase;
    http.uri;
    content:"/count.php?m=c&n=";
    content:"_"; distance:0;
    content:"@"; distance:0;
    http.content_len;
    byte_test:0,=,0,0,string,dec;
    reference:url,www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp_luckycat_redux.pdf;
    reference:md5,61474931882dce7b1c67e1f22d26187e;
    reference:url,www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?Name=TrojanDownloader%3AVBS%2FWimmie.A;
    reference:md5,6fd7493e56fdc3b0dd8ecd24aea20da1;
    classtype:trojan-activity;
    sid:2014803; rev:9;
    metadata:created_at 2011_11_05, malware_family VBS_Wimmie_A, signature_severity Major, updated_at 2020_11_17;
)

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.