Domain Enumeration: LDAP

LDAP is an opensource, cross platform protocol used for used to centralize authentication across applications, allowing users to log in with a single set of credentials, querying and managing directory information in AD DS.

Some organizations don't use Active Directory but do have LDAP, which likely means they’re using a different type of LDAP server, such as OpenLDAP or Red Hat Directory Server

Simply AD is the data storage system (like a web server), while LDAP is the access protocol (like HTTP) used to retrieve and interact with that data.

circle-check
triangle-exclamation

To communicate with AD using LDAP, LDAP Queries can be used

Last updated