ET HUNTING SUSPICIOUS SMTP EXE - RAR file with .scr filename inside


Query · suricata

flow:established;
content:"|0D 0A 0D 0A|UmFyI";
pcre:"/^[A-Za-z0-9\/\+\x0D\x0A]+?(LnNjc|Euc2Ny|S5zY3)/R";
Raw source ET HUNTING SUSPICIOUS SMTP EXE - RAR file with .scr 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 - RAR file with .scr filename inside";
    flow:established;
    content:"|0D 0A 0D 0A|UmFyI";
    pcre:"/^[A-Za-z0-9\/\+\x0D\x0A]+?(LnNjc|Euc2Ny|S5zY3)/R";
    classtype:bad-unknown;
    sid:2017890; 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.