Hello @Anthony Mansour,
Thank you for your time over call.
As we discussed, I have internally reviewed potential methods to stop the high-risk alerts triggered by Identity Protection. The scenario we encountered involves login attempts on user accounts where an attacker is trying to guess the password. Our logs show that all these attempts were unsuccessful. Since Microsoft Entra Smart Lockout is enabled in your tenant, whenever the attacker enters multiple incorrect passwords (not necessarily the same password), the user’s access is temporarily locked for a certain period.
In addition to Smart Lockout, Microsoft Entra ID also safeguards against attacks by analyzing signals, including IP traffic and identifying anomalous behavior. Microsoft Entra ID automatically blocks these malicious sign-ins and returns the AADSTS50053 - IdsLocked error code, regardless of the password validity.
These attempts are being made from a malicious IP address and involve unfamiliar sign-in properties, which is why Identity Protection is flagging them as high-risk alerts.
Unfamiliar sign-in properties are calculated in real-time. This risk detection type considers past sign-in history to identify anomalous sign-ins. The system stores information about previous sign-ins and triggers a risk detection when a sign-in occurs with properties that are unfamiliar to the user. These properties can include IP address, ASN, location, device, browser, and tenant IP subnet.
The malicious IP address detection is calculated offline. This detection indicates a sign-in from a malicious IP address. An IP address is deemed malicious based on high failure rates due to invalid credentials received from that IP address or other IP reputation sources. In some instances, this detection triggers due to previous malicious activity.
In this scenario, we can only prevent and secure our environment by configuring risk policies and Entra Smart Lockout. However, we cannot completely stop password spray attacks since they occur before authentication.
Please refer to the following documents for more details, and let me know if you have any further questions:
Smart Lockout Documentation
Identity Protection Risks
I hope this information is helpful. Please feel free to reach out if you have any further questions.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Thanks,
Raja Pothuraju.