ET MALWARE Bamital Checkin


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
pcre:"/^\/[a-z0-9.&-]+(?:[a-z0-9]{4}-){3}[a-z0-9.&+-]+$/i";
http.user_agent;
content:"Mozilla/5.0 (compatible|3b 20|MSIE 9.0|3b 20|Windows NT 6.1|3b 20|WOW64|3b 20|Trident/5.0)"; fast_pattern;
http.header_names;
content:!"Referer";
content:!"Accept-";
Raw source ET MALWARE Bamital 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 Bamital Checkin";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    pcre:"/^\/[a-z0-9.&-]+(?:[a-z0-9]{4}-){3}[a-z0-9.&+-]+$/i";
    http.user_agent;
    content:"Mozilla/5.0 (compatible|3b 20|MSIE 9.0|3b 20|Windows NT 6.1|3b 20|WOW64|3b 20|Trident/5.0)"; fast_pattern;
    http.header_names;
    content:!"Referer";
    content:!"Accept-";
    classtype:command-and-control;
    sid:2019756; rev:5;
    metadata:created_at 2014_11_20, signature_severity Major, updated_at 2020_08_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.