Entra ID Microsoft Authentication Broker Sign-In to Unusual Resource
Description
Detects successful Microsoft Entra ID sign-ins where the client application is the Microsoft Authentication Broker (MAB) and the requested resource identifier is outside a short list of commonly observed first-party targets. Attackers abuse the broker in phishing and token broker flows to obtain tokens for unexpected APIs or enterprise applications. The exclusion list covers legacy Azure Active Directory, Microsoft Graph, Device Registration Service, Microsoft Intune Enrollment, extend or tune exclusions for your tenant after baselining broker traffic.
Query · kuery
data_stream.dataset:"azure.signinlogs" and event.category:"authentication" and event.action:"Sign-in activity" and
event.outcome:success and azure.signinlogs.properties.app_id:"29d9ed98-a469-4536-ade2-f981bc1d605e" and
azure.signinlogs.properties.resource_id:(* and not
("00000002-0000-0000-c000-000000000000" or
"90a2e5d2-fd7a-4a2e-bc90-3dc50ae8e3ee" or
"01cb2876-7ebd-4aa4-9cc9-d28bd4d359a9" or
"d4ebce55-015a-49b5-a083-c84d1797ae8c" or
"00000003-0000-0000-c000-000000000000" or
"0a5f63c0-b750-4f38-a71c-4fc0d58b89e2")
)
Investigation fields
Pivot points the source recommends for triage.
@timestampuser.nameuser_agent.originalsource.ipsource.geo.country_nameevent.outcomeazure.signinlogs.properties.user_principal_nameazure.signinlogs.properties.session_idazure.signinlogs.properties.app_idazure.signinlogs.properties.app_display_nameazure.signinlogs.properties.resource_idazure.signinlogs.properties.resource_display_nameazure.signinlogs.properties.authentication_protocolazure.tenant_id
Implementation guide
Microsoft Entra ID sign-in logs (logs-azure.signinlogs-*) must include azure.signinlogs.properties.app_id and
azure.signinlogs.properties.resource_id. Tune the exclusion list for first-party resource identifiers your tenant
expects from the Microsoft Authentication Broker.
Known false positives
- Legitimate broker sign-ins to first-party Microsoft resources that use alternate well-known IDs, regional variants, or new Microsoft services not yet in the exclusion list may match. Third-party applications that integrate with MAB for delegated authentication can also appear. Baseline `resource_id` and `resource_display_name` for your environment and add exclusions for approved resources.
Analyst notes
Investigating Entra ID Microsoft Authentication Broker Sign-In to Unusual Resource
Review azure.signinlogs.properties.user_principal_name, azure.signinlogs.properties.resource_id,
azure.signinlogs.properties.resource_display_name, azure.signinlogs.properties.session_id, source.ip, and
user_agent.original.
Determine whether the resource is a known line-of-business application, partner integration, or Microsoft service not represented in the rule exclusion list.
Possible investigation steps
- Resolve
resource_idin Entra ID enterprise applications and compare with change records or app governance inventory. - Correlate with
azure.signinlogsandazure.graphactivitylogsfor follow-on API calls from the same session. - Review conditional access results and risk detections for the same user and time window.
Response and remediation
- If unauthorized, revoke refresh tokens for the user, review consent and app permissions, and reset credentials per policy.
- Escalate per incident procedures when the resource corresponds to sensitive APIs or high-privilege applications.