ET HUNTING SUSPICIOUS EXE Download from specific file share site (used in recent maldoc campaign)


Query · suricata

flow:to_server,established;
http.uri;
content:".exe";
http.host;
content:"a.pomf.cat"; fast_pattern; bsize:10;
http.header_names;
content:!"Referer|0d 0a|";
Raw source ET HUNTING SUSPICIOUS EXE Download from specific file share site (used in recent maldoc campaign) · 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 HUNTING SUSPICIOUS EXE Download from specific file share site (used in recent maldoc campaign)";
    flow:to_server,established;
    http.uri;
    content:".exe";
    http.host;
    content:"a.pomf.cat"; fast_pattern; bsize:10;
    http.header_names;
    content:!"Referer|0d 0a|";
    reference:md5,c321f38862a24dc8a72a251616b3afdf;
    classtype:trojan-activity;
    sid:2022884; rev:3;
    metadata:created_at 2016_06_09, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_07_14;
)

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.