ET MALWARE CBeplay Downloading Design


Query · suricata

flow:established,to_server;
http.uri;
content:".CAB.bin"; fast_pattern;
pcre:"/[a-z]{2}\.CAB.bin/";
http.header;
content:"|20|Mozilla/4.0 (compatible|3b 20|MSIE 6.0|3b 20|Windows NT 5.1)|0d 0a|";
Raw source ET MALWARE CBeplay Downloading Design · 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 CBeplay Downloading Design";
    flow:established,to_server;
    http.uri;
    content:".CAB.bin"; fast_pattern;
    pcre:"/[a-z]{2}\.CAB.bin/";
    http.header;
    content:"|20|Mozilla/4.0 (compatible|3b 20|MSIE 6.0|3b 20|Windows NT 5.1)|0d 0a|";
    classtype:trojan-activity;
    sid:2016489; rev:6;
    metadata:created_at 2013_02_22, signature_severity Major, updated_at 2020_09_18;
)

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.