To monitor and detect higher-than-normal volumes of password resets, you need to gather password reset event data both from Azure Active Directory (cloud identities) and from on-premises Active Directory (domain accounts) . Microsoft’s official Defender XDR and Sentinel integrat ion guidance describes that:
Azure AD Password Protection enforces and monitors password policies in both cloud and hybrid environments. It can detect weak, commonly used, or compromised passwords and logs related password change/reset activities. Deployin g Azure AD Password Protection extends password reset visibility to on-premises domain controllers through the Password Protection proxy and DC agent. This makes it the correct choice for implementing monitoring at the identity environment level.
In Microsoft Sentinel , to ingest and analyze password reset activities from on-premises servers (e.g., domain controllers), you must use the Windows Security Events via AMA connector . This connector collects Event ID 4723 (password change) , 4724 (password reset) , and related security logs directly from Windows Servers into the Sentinel Log Analytics workspace through the Azure Monitor Agent (AMA) . Once the events are available in Sentinel, they can be correlated with other identity or behavioral analytics to d etect abnormal reset volumes or potential compromise attempts.
The other options are not suitable:
Microsoft Defender for Identity focuses on identity compromise detection, not specifically on password reset volume monitoring.
Smart lockout protects agains t brute-force sign-in attempts but doesn’t generate detailed reset event telemetry.
Microsoft security rule and UEBA are higher-level analytic configurations, not data ingestion mechanisms.
Therefore, to meet the Sentinel requirements for monitoring passwo rd reset anomalies:
✅ Implement in the identity environment: Azure AD Password Protection
✅ Configure in Microsoft Sentinel: The Windows Security Events via AMA connector
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit