ET INFO MongoDB SASL Authentication Detected


Query · suricata

flow:established,to_server;
flowbits:set,ET.MongoDB_Auth_Attempt;
flowbits:noalert;
content:"|dd 07 00 00|"; offset:12; depth:4;
content:"saslstart"; fast_pattern; nocase; distance:0;
target:dest_ip;

Rule dependencies

Feeds into

  • 1 rule read ET.MongoDB_Auth_Attempt · view all
Raw source ET INFO MongoDB SASL Authentication Detected · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp any any -> $HOME_NET 27017 (
    msg:"ET INFO MongoDB SASL Authentication Detected";
    flow:established,to_server;
    flowbits:set,ET.MongoDB_Auth_Attempt;
    flowbits:noalert;
    content:"|dd 07 00 00|"; offset:12; depth:4;
    content:"saslstart"; fast_pattern; nocase; distance:0;
    reference:url,www.alienfactory.co.uk/articles/mongodb-scramsha1-over-sasl;
    classtype:misc-activity;
    sid:2066500; rev:1;
    metadata:affected_product MongoDB, attack_target Server, created_at 2025_12_29, deployment Perimeter, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2025_12_29;
    target:dest_ip;
)

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.