ET POLICY Successful LDAPSv3 LDAPS_START_TLS Request Outbound


Query · suricata

flow:established,to_client;
flowbits:isset,ET.LDAPSBindRequest;
stream_size:server,<,50;
dsize:14;
content:"|30 0c 02 01|"; startswith;
content:"|78 07 0a 01 00 04 00 04 00|"; endswith; fast_pattern;

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 Successful LDAPSv3 LDAPS_START_TLS 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 $EXTERNAL_NET any -> [$HOME_NET,$HTTP_SERVERS] any (
    msg:"ET POLICY Successful LDAPSv3 LDAPS_START_TLS Request Outbound";
    flow:established,to_client;
    flowbits:isset,ET.LDAPSBindRequest;
    stream_size:server,<,50;
    dsize:14;
    content:"|30 0c 02 01|"; startswith;
    content:"|78 07 0a 01 00 04 00 04 00|"; endswith; fast_pattern;
    reference:url,ldap.com/ldapv3-wire-protocol-reference-extended/;
    classtype:policy-violation;
    sid:2034721; rev:2;
    metadata:attack_target Client_and_Server, created_at 2021_12_14, deployment Perimeter, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_12_15;
)

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.