ET MALWARE Win32.Runner/Bublik Checkin


Query · suricata

flow:established,to_server;
http.method;
content:"POST"; nocase;
http.header_names;
content:!"User-Agent|0d 0a|";
http.request_body;
content:"G="; nocase;
content:"&PG="; nocase;
content:"&EPBB="; fast_pattern; nocase;
Raw source ET MALWARE Win32.Runner/Bublik Checkin · 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 Win32.Runner/Bublik Checkin";
    flow:established,to_server;
    http.method;
    content:"POST"; nocase;
    http.header_names;
    content:!"User-Agent|0d 0a|";
    http.request_body;
    content:"G="; nocase;
    content:"&PG="; nocase;
    content:"&EPBB="; fast_pattern; nocase;
    reference:url,www.spywarecease.com/spyware-list/Spyware_Trojan.Win32.Runner.s.html;
    reference:url,www.threatexpert.com/threats/trojan-win32-runner.html;
    reference:md5,6d2919a92d7dda22f4bc7f9a9b15739f;
    classtype:command-and-control;
    sid:2009711; rev:8;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_04_22;
)

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.