Query is available for AADSignInEventsBeta and SigninLogs. Less known is the AADSignInEventsBeta filter for device code:
| where EndpointCall == "Cmsi:Cmsi"
🏹Query: github.com/Bert-JanP/Hu...
Query is available for AADSignInEventsBeta and SigninLogs. Less known is the AADSignInEventsBeta filter for device code:
| where EndpointCall == "Cmsi:Cmsi"
🏹Query: github.com/Bert-JanP/Hu...
If you have High-Risk users and axios useragents in the results please revoke some sessions.
🏹 github.com/Bert-JanP/Hu...
Query is available for both SigninLogs and AADSignInEventsBeta.
If you have High-Risk users and axios useragents in the results please revoke some sessions.
🏹 github.com/Bert-JanP/Hu...
Query is available for both SigninLogs and AADSignInEventsBeta.
SigninLogs
| summarize uniqueCount = dcount(UserAgent), make_set(UserAgent),make_set(ResultType),make_set(IPAddress) by bin(TimeGenerated, 10m), UserPrincipalName
| where set_UserAgent has_all ('Android','Macintosh','iPhone','Windows phone')
SigninLogs
| summarize uniqueCount = dcount(UserAgent), make_set(UserAgent),make_set(ResultType),make_set(IPAddress) by bin(TimeGenerated, 10m), UserPrincipalName
| where set_UserAgent has_all ('Android','Macintosh','iPhone','Windows phone')
[IMP Post] 📌Track User Authentication and Analyze Sign-in Logs in Microsoft Intune -
howtomanagedevices.com/intune/5426/...
#SignInLogs #UserAuthentication #AuthenticationLogs #MSIntune #HTMDCommunity
[IMP Post] 📌Track User Authentication and Analyze Sign-in Logs in Microsoft Intune -
howtomanagedevices.com/intune/5426/...
#SignInLogs #UserAuthentication #AuthenticationLogs #MSIntune #HTMDCommunity
SigninLogs
| extend AuthMethod = ['authenticationDetails'][0]['authenticationMethod']
| extend AuthMethodDetail = ['authenticationDetails'][0]['authenticationMethodDetail']
| extend MfaMethod = ['authenticationDetails'][1]['authenticationMethod']
SigninLogs
| extend AuthMethod = ['authenticationDetails'][0]['authenticationMethod']
| extend AuthMethodDetail = ['authenticationDetails'][0]['authenticationMethodDetail']
| extend MfaMethod = ['authenticationDetails'][1]['authenticationMethod']
learn.microsoft.com/en-us/azure/...
learn.microsoft.com/en-us/azure/...
github.com/rod-trent/Co...
#SecurityCopilot #CopilotforSecurity #GenerativeAI #Cybersecurity #MicrosoftSecurity #Security #KQL #MustLearnKQL
github.com/rod-trent/Co...
#SecurityCopilot #CopilotforSecurity #GenerativeAI #Cybersecurity #MicrosoftSecurity #Security #KQL #MustLearnKQL
You've received an alert from the pictured Sigma rule indicating an account lockout occurred in your Azure environment.
What do you look for to investigate whether an incident occurred?
#InvestigationPath #DFIR #SOC
You've received an alert from the pictured Sigma rule indicating an account lockout occurred in your Azure environment.
What do you look for to investigate whether an incident occurred?
#InvestigationPath #DFIR #SOC
In my latest blog post I show you how to easily resolve those messages to a meaningful error message and without leaving the KQL query windows. #Sentinel #KQL
In my latest blog post I show you how to easily resolve those messages to a meaningful error message and without leaving the KQL query windows. #Sentinel #KQL
Introduction: Understanding how applications authenticate within a tenant has long been a blind spot for security teams, with sign‑in logs often showing the protocol value as “None” and…
Introduction: Understanding how applications authenticate within a tenant has long been a blind spot for security teams, with sign‑in logs often showing the protocol value as “None” and…
#SignInLogs #ThreatDetection #M365
https://365securityassessment.com
#SignInLogs #ThreatDetection #M365
https://365securityassessment.com
| extend AuthenticationMethod = tostring(parse_json(AuthenticationDetails)[0].authenticationMethod)
| where AuthenticationMethod in ('FIDO2 security key','Passkey (device-bound)') https://t.co/JSyCpbepCI
| extend AuthenticationMethod = tostring(parse_json(AuthenticationDetails)[0].authenticationMethod)
| where AuthenticationMethod in ('FIDO2 security key','Passkey (device-bound)') https://t.co/JSyCpbepCI
| extend AuthenticationMethod = tostring(parse_json(AuthenticationDetails)[0].authenticationMethod)
| extend AuthenticationMethodDetail = tostring(parse_json(AuthenticationDetails)[0].authenticationMethodDetail)
| extend MfaMethod =…
| extend AuthenticationMethod = tostring(parse_json(AuthenticationDetails)[0].authenticationMethod)
| extend AuthenticationMethodDetail = tostring(parse_json(AuthenticationDetails)[0].authenticationMethodDetail)
| extend MfaMethod =…