ET POLICY Outbound Multiple Non-SMTP Server Emails


Query · suricata

flow:established;
content:"mail from|3a|"; nocase;
threshold:type threshold, track by_src, count 10, seconds 120;
Raw source ET POLICY Outbound Multiple Non-SMTP Server Emails · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp !$SMTP_SERVERS any -> !$HOME_NET 25 (
    msg:"ET POLICY Outbound Multiple Non-SMTP Server Emails";
    flow:established;
    content:"mail from|3a|"; nocase;
    threshold:type threshold, track by_src, count 10, seconds 120;
    classtype:misc-activity;
    sid:2000328; rev:12;
    metadata:created_at 2010_07_30, confidence High, 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.