ET MALWARE Observed Emotet Maldoc Retrieving Payload (2023-03-07) M2


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri; bsize:<60;
content:"/"; startswith;
content:"/?1"; fast_pattern; within:50;
pcre:"/\/\?1[0-9]{5}(?:&c=\d{1,2})?$/";
http.header_names;
content:!"|0d 0a|Referer|0d 0a|";
http.accept; bsize:3;
content:"|2a 2f 2a|";
target:src_ip;
Raw source ET MALWARE Observed Emotet Maldoc Retrieving Payload (2023-03-07) M2 · 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 Observed Emotet Maldoc Retrieving Payload (2023-03-07) M2";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri; bsize:<60;
    content:"/"; startswith;
    content:"/?1"; fast_pattern; within:50;
    pcre:"/\/\?1[0-9]{5}(?:&c=\d{1,2})?$/";
    http.header_names;
    content:!"|0d 0a|Referer|0d 0a|";
    http.accept; bsize:3;
    content:"|2a 2f 2a|";
    classtype:trojan-activity;
    sid:2044518; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2023_03_08, deployment Perimeter, confidence High, signature_severity Major, updated_at 2023_03_09;
    target:src_ip;
)

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.