ET MALWARE Xbagger Macro Encrypted DL Jun 13 2016


Query · suricata

flow:established,to_server;
http.uri;
content:".jpg?"; fast_pattern;
pcre:"/^\/[a-z0-9_-]+\.jpg\?[A-Za-z0-9]{2,10}=\d{1,4}$/";
http.user_agent;
content:"MSIE 7.0|3b 20|Windows NT";
http.header;
content:"Range";
http.header_names;
content:!"Referer|0d 0a|";
Raw source ET MALWARE Xbagger Macro Encrypted DL Jun 13 2016 · 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 Xbagger Macro Encrypted DL Jun 13 2016";
    flow:established,to_server;
    http.uri;
    content:".jpg?"; fast_pattern;
    pcre:"/^\/[a-z0-9_-]+\.jpg\?[A-Za-z0-9]{2,10}=\d{1,4}$/";
    http.user_agent;
    content:"MSIE 7.0|3b 20|Windows NT";
    http.header;
    content:"Range";
    http.header_names;
    content:!"Referer|0d 0a|";
    classtype:trojan-activity;
    sid:2022895; rev:5;
    metadata:created_at 2016_06_14, performance_impact Significant, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_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.