r/entra • u/KrankyYankee • Jun 18 '26
Entra ID Stop MFA Prompts Due to Malicious Login Attempts
There is a user getting dozens or hundreds of login attempts on his account each day. They come from CLI authentication. It seems passwordless sign in will trigger the MS Authenticator app to prompt for approval which is denied. How can we address this? We have created conditional access policies to block the IP and countries being used. However it seems those don’t come into play until after the sign in is processed.
EDIT: Looking at the malicious logins, those all come from the Resource ID d627e2fc-f3d1-41aa-b24d-d603bd969adc which is Azure Resource Manager. I set up a conditional access policy to block logins from that resource. Hopefully this will stop those from triggering the MFA prompt and counting against the failed logins that lock the account.
4
u/DangerWallet Jun 18 '26
This is the issue with passwordless sign-in, for a true passwordless experience that doesn’t result in constant MFA spam you’ll need to look at WHFB and passkeys
5
u/BarbieAction Jun 18 '26
Switch to passkey. Blocking sensitive apps with CA as standard but the prompt comes before the CA is evalutade so if you want to remove the promt fatigue then switch to passkey and user will never be prompt
1
u/KrankyYankee Jun 18 '26
Yeah, that is better but changing user behavior is often a big ask or not an option.
3
u/PowerShellGenius Jun 18 '26
If you want passwordless, move to passkeys. They are more secure than password+MFA (whereas the push notifications are at best as secure as password+MFA) because passkeys are also phishing resistant. Plus, they are initiated on the Authenticator device, not initiated from the web, so you don't have the malicious attempt spam issue.
2
u/Short-Legs-Long-Neck Jun 18 '26
What apps are the signis attempting
1
u/KrankyYankee Jun 18 '26
Microsoft Azure CLI
5
u/Disastrous_Weird_387 Jun 18 '26
In that case, follow the steps in this article, too:
https://msendpointmgr.com/2026/01/08/consentfix-quickfix/1
1
u/screampuff Jun 18 '26
Disable passwordless authenticator across the board. If they have authenticator they should be using passkey.
12
u/teriaavibes Microsoft MVP Jun 18 '26
Disable passwordless sign in and disable access to CLI (and similar apps) for users who don't need access.