Mar 30 2023 04:41 AM
I have disabled the basic/legacy authentication methods from M365 admin center.
If I run this command
Get-OrganizationConfig | Select-Object -ExpandProperty DefaultAuthenticationPolicy | ForEach { Get-AuthenticationPolicy $_ | Select-Object AllowBasicAuth* }
I get the following results:
AllowBasicAuthActiveSync : False
AllowBasicAuthAutodiscover : False
AllowBasicAuthImap : False
AllowBasicAuthMapi : False
AllowBasicAuthOfflineAddressBook : False
AllowBasicAuthOutlookService : True
AllowBasicAuthPop : False
AllowBasicAuthReportingWebServices : True
AllowBasicAuthRest : False
AllowBasicAuthRpc : False
AllowBasicAuthSmtp : False
AllowBasicAuthWebServices : False
AllowBasicAuthPowershell : False
Why aren't AllowBasicAuthReportingWebService and AllowBasicAuthOutlookService blocked? Shouldn't they all be blocked? I went through our sign-in logs and noticed that hackers are trying in using AllowBasicAuthReportingWebServices.
Mar 30 2023 09:50 AM
Mar 30 2023 10:15 AM
Mar 30 2023 10:30 AM
SolutionMar 30 2023 09:15 PM
Yes, we have a conditional access policy blocking legacy auth but I'm not sure if it's blocking these.
Mar 30 2023 09:16 PM