Elastic Defend high stable eql

Active Directory Data Collection via LDAP

In an Active Directory LDAP query, (objectGUID=*) is a search filter that evaluates to TRUE for every object in the directory, meaning it will return all objects. This may indicate an attempt to dump AD database using tools such as ADExplorer for offline analysis or exfiltration.

View Source

Detection Logic

api where process.Ext.api.name == "ldap_search" and process.Ext.api.parameters.search_filter : ("(objectGUID=?)", "objectGUID=?")

Field Validations

Loading…

Comments (0)

Loading comments...