ET MALWARE MWI Maldoc Posting Host Data


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"?id=";
content:"&act="; fast_pattern; distance:0;
pcre:"/\?id=\d+&act=\d$/";
http.host;
content:!".money-media.com";
http.request_body;
content:"rprt=";
http.header_names;
content:!"Referer|0d 0a|";
content:!"Cookie|0d 0a|";
Raw source ET MALWARE MWI Maldoc Posting Host Data · 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 Posting Host Data";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"?id=";
    content:"&act="; fast_pattern; distance:0;
    pcre:"/\?id=\d+&act=\d$/";
    http.host;
    content:!".money-media.com";
    http.request_body;
    content:"rprt=";
    http.header_names;
    content:!"Referer|0d 0a|";
    content:!"Cookie|0d 0a|";
    classtype:trojan-activity;
    sid:2024307; rev:5;
    metadata:affected_product MS_Office, attack_target Client_Endpoint, created_at 2017_05_17, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, 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.