GPL SMTP expn decode


Query · suricata

flow:to_server,established;
content:"expn"; nocase;
content:"decode"; nocase;
pcre:"/^expn\s+decode/smi";
Raw source GPL SMTP expn decode · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $SMTP_SERVERS 25 (
    msg:"GPL SMTP expn decode";
    flow:to_server,established;
    content:"expn"; nocase;
    content:"decode"; nocase;
    pcre:"/^expn\s+decode/smi";
    reference:arachnids,32;
    reference:cve,1999-0096;
    reference:nessus,10248;
    classtype:attempted-recon;
    sid:2100659; rev:10;
    metadata:created_at 2010_09_23, cve CVE_1999_0096, signature_severity Unknown, 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.