Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 242 Bytes

find_insecure_ldap_binds.md

File metadata and controls

11 lines (7 loc) · 242 Bytes

Finding Insecure LDAP Binds

ADDC

#Last3days PastHour
$Events = Find-Events -Report LdapBindingsDetails -DatesRange Last3days -DetectDC

$Events.LdapBindingsDetails | export-csv ldapBindsReport.csv -NoTypeInformation