ET MALWARE Possible MalDoc Payload Download Nov 11 2014


Query · suricata

flow:established,to_server;
http.uri;
content:"/bin.exe"; fast_pattern; endswith;
http.header_names;
content:!"Referer";
Raw source ET MALWARE Possible MalDoc Payload Download Nov 11 2014 · 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 MalDoc Payload Download Nov 11 2014";
    flow:established,to_server;
    http.uri;
    content:"/bin.exe"; fast_pattern; endswith;
    http.header_names;
    content:!"Referer";
    classtype:trojan-activity;
    sid:2019696; rev:5;
    metadata:created_at 2014_11_12, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_16;
)

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.