ET POLICY Non-Anonymous LDAPv3 Bind Request Outbound


Query · suricata

flow:established,to_server;
flowbits:set,ET.LDAPBindRequest;
flowbits:isnotset,ET.LDAPBindRequest;
content:"|30|"; startswith;
content:"|02 01|"; within:4;
content:"|60|"; distance:1; within:1;
byte_test:1,>,7,0,relative;
content:"|02 01 03 04|"; distance:1; within:4; fast_pattern;
byte_jump:1,0,relative;
content:"|80|"; within:1;

Rule dependencies

Excludes

  • ET.LDAPBindRequest — excluded, not a dependency

Feeds into

  • 2 rules read ET.LDAPBindRequest · view all
Raw source ET POLICY Non-Anonymous LDAPv3 Bind Request Outbound · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp [$HOME_NET,$HTTP_SERVERS] any -> $EXTERNAL_NET any (
    msg:"ET POLICY Non-Anonymous LDAPv3 Bind Request Outbound";
    flow:established,to_server;
    flowbits:set,ET.LDAPBindRequest;
    flowbits:isnotset,ET.LDAPBindRequest;
    content:"|30|"; startswith;
    content:"|02 01|"; within:4;
    content:"|60|"; distance:1; within:1;
    byte_test:1,>,7,0,relative;
    content:"|02 01 03 04|"; distance:1; within:4; fast_pattern;
    byte_jump:1,0,relative;
    content:"|80|"; within:1;
    reference:url,ldap.com/ldapv3-wire-protocol-reference-bind/;
    classtype:policy-violation;
    sid:2034812; rev:2;
    metadata:attack_target Client_and_Server, created_at 2021_12_20, deployment Perimeter, confidence High, signature_severity Informational, updated_at 2021_12_20;
)

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.