ET POLICY JavaClass Returned Via Non-Anonymous Outbound LDAPv3 Bind Request


Query · suricata

flow:established,to_client;
flowbits:isset,ET.LDAPBindRequest;
content:"javaClassName"; fast_pattern; nocase;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET POLICY JavaClass Returned Via Non-Anonymous Outbound LDAPv3 Bind Request · 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 -> [$HOME_NET,$HTTP_SERVERS] any (
    msg:"ET POLICY JavaClass Returned Via Non-Anonymous Outbound LDAPv3 Bind Request";
    flow:established,to_client;
    flowbits:isset,ET.LDAPBindRequest;
    content:"javaClassName"; fast_pattern; nocase;
    reference:url,ldap.com/ldapv3-wire-protocol-reference-bind/;
    classtype:policy-violation;
    sid:2034772; 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.