Terminology Index

Glossary

2953 terms

Open concept maps
K
29
L
3

LDAP

Lightweight Directory Access Protocol: the protocol used to query and modify directory services like Active Directory, central to authentication and identity lookups, and a frequent target for reconnaissance and attack.

LDAP is the standard protocol for accessing directory services, querying users, groups, and attributes, and authenticating against a directory such as Active Directory. It is fundamental to identity infrastructure, but it is also security-relevant: attackers use LDAP queries to enumerate the directory (users, groups, privileges) during reconnaissance, and LDAP injection can exploit poorly built queries. Defenders monitor LDAP activity for reconnaissance and understand it as a core identity protocol.

Introduced in: Identity and Access Management

Examples

  • Authenticating a user against Active Directory over LDAP.
  • An attacker using LDAP queries to enumerate users and groups.
  • Monitoring unusual LDAP queries as a sign of reconnaissance.