ET HUNTING SUSPICIOUS SMTP EXE - EXE SMTP Attachment


Query · suricata

flow:established;
content:"|0D 0A 0D 0A|TV";
content:"AAAAAAAAAAAAAAAA"; within:200;
Raw source ET HUNTING SUSPICIOUS SMTP EXE - EXE SMTP Attachment · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert smtp any any -> $SMTP_SERVERS any (
    msg:"ET HUNTING SUSPICIOUS SMTP EXE - EXE SMTP Attachment";
    flow:established;
    content:"|0D 0A 0D 0A|TV";
    content:"AAAAAAAAAAAAAAAA"; within:200;
    classtype:bad-unknown;
    sid:2017886; rev:3;
    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.