ET MALWARE MWI Maldoc Load Payload


Query · suricata

flow:established,to_server;
http.uri;
content:"&act="; fast_pattern;
pcre:"/\/(?:im(?:age|g)|pict)\.(?:jpg|php)\?id=\d+&act=[12]$/";
http.host;
content:!".money-media.com"; endswith;
Raw source ET MALWARE MWI Maldoc Load Payload · 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 MWI Maldoc Load Payload";
    flow:established,to_server;
    http.uri;
    content:"&act="; fast_pattern;
    pcre:"/\/(?:im(?:age|g)|pict)\.(?:jpg|php)\?id=\d+&act=[12]$/";
    http.host;
    content:!".money-media.com"; endswith;
    reference:md5,2c9f2a84a346e29c3b262ca1d2d2f123;
    reference:url,www.fireeye.com/blog/threat-research/2015/04/a_new_word_document.html;
    classtype:trojan-activity;
    sid:2022007; rev:4;
    metadata:created_at 2015_10_28, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_05;
)

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.