Querying IdentityLogonEvents to hunt LDAP simple binds to AD DS domain controllers
Your on-premises network contains an Active Directory Domain Services (AD DS) forest. You have a Microsoft Entra tenant that uses Microsoft Defender for Identity. The AD DS forest syncs with the tenant. You need to create a hunting query that will identify LDAP simple binds to the AD DS domain controllers. Which table should you query?
Community Votes
100% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
IdentityLogonEvents is the advanced-hunting table that records on-premises AD authentication (including LDAP binds), whereas SigninLogs and the Entra tables cover Azure AD/Entra sign-ins, not on-prem AD DC binds.
To hunt LDAP simple binds to on-premises Active Directory Domain Services domain controllers in Defender for Identity advanced hunting, query the IdentityLogonEvents table, which holds authentication activities made through on-premises Active Directory.
Using SigninLogs or AADDomainServicesAccountLogon — those cover Entra/Azure AD authentication, not the on-premises AD DS LDAP simple binds captured by IdentityLogonEvents.
Community Discussion (5 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
The IdentityLogonEvents table in Microsoft Defender for Identity advanced hunting contains information about authentication activities made through your on-premises Active Directory, including LDAP simple binds to domain controllers. Querying this table is the correct way to identify such binds.Why the Other Options Are Wrong
SigninLogs (C) and AADServicePrincipalRiskEvents (A) are Microsoft Entra ID (Azure AD) tables, not on-premises AD DS authentication. AADDomainServicesAccountLogon (B) relates to Entra Domain Services, not the on-premises AD DS forest synced to the tenant.Community Comment Notes
The community is unanimous (D 100). DChilds (11 likes) provides a sample IdentityLogonEvents query, and talosDevbot cites the table reference noting it holds on-premises AD authentication. laddu001 mistakenly suggests B, but D is the documented table.Official Reference
Related Analysis
Practice All SC-200 Questions
Access 80 questions with complete answers and detailed explanations.
View Full SC-200 Practice Test →