ET MALWARE Possible ReactorBot .bin Download


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/cgi/";
content:".bin"; fast_pattern; endswith;
pcre:"/\/cgi\/[a-z0-9]{1,31}\.bin$/";
http.header;
content:!"AskTbARS";
http.host;
content:!".passport.net"; endswith;
content:!".microsoftonline-p.net"; endswith;
content:!".symantec.com"; endswith;
content:!".qq.com"; endswith;
content:!"kankan.com"; endswith;
content:!"aocdn.net";
http.header_names;
content:!"Referer|0d 0a|";
content:!"Accept-Language|0d 0a|";
Raw source ET MALWARE Possible ReactorBot .bin Download · 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 Possible ReactorBot .bin Download";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/cgi/";
    content:".bin"; fast_pattern; endswith;
    pcre:"/\/cgi\/[a-z0-9]{1,31}\.bin$/";
    http.header;
    content:!"AskTbARS";
    http.host;
    content:!".passport.net"; endswith;
    content:!".microsoftonline-p.net"; endswith;
    content:!".symantec.com"; endswith;
    content:!".qq.com"; endswith;
    content:!"kankan.com"; endswith;
    content:!"aocdn.net";
    http.header_names;
    content:!"Referer|0d 0a|";
    content:!"Accept-Language|0d 0a|";
    classtype:trojan-activity;
    sid:2022841; rev:5;
    metadata:created_at 2016_05_27, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_30;
)

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.