ET HUNTING SUSPICIOUS SMTP EXE - ZIP file with .com filename inside


Query · suricata

flow:established;
content:"|0D 0A 0D 0A|UEsDB";
pcre:"/^[A-Za-z0-9\/\+\x0D\x0A]+?(uY29t|5jb2|LmNvb)/R";
Raw source ET HUNTING SUSPICIOUS SMTP EXE - ZIP file with .com filename inside · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert smtp $EXTERNAL_NET any -> $SMTP_SERVERS any (
    msg:"ET HUNTING SUSPICIOUS SMTP EXE - ZIP file with .com filename inside";
    flow:established;
    content:"|0D 0A 0D 0A|UEsDB";
    pcre:"/^[A-Za-z0-9\/\+\x0D\x0A]+?(uY29t|5jb2|LmNvb)/R";
    classtype:bad-unknown;
    sid:2017887; rev:2;
    metadata:created_at 2013_12_20, confidence Medium, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.