Entra ID Temporary Access Pass Created for User

Last updated 15 days ago on 2026-06-05
Created a month ago on 2026-05-20

About

Identifies the creation of a Temporary Access Pass (TAP) for an Entra ID user account. A TAP is a time-limited passcode that allows passwordless authentication and bypasses existing MFA requirements, including phishing-resistant methods. An attacker with User Administrator or Authentication Administrator privileges can issue a TAP for a target account, sign in without the current password, and register new persistent authentication methods before the TAP expires.
Tags
Domain: CloudDomain: IdentityData Source: AzureData Source: Microsoft Entra IDData Source: Microsoft Entra ID Audit LogsUse Case: Identity and Access AuditTactic: Initial AccessTactic: Lateral MovementLanguage: kuery
Severity
high
Risk Score
73
MITRE ATT&CK™

Initial Access (TA0001)(external, opens in a new tab or window)

Lateral Movement (TA0008)(external, opens in a new tab or window)

False Positive Examples
Help desk teams issuing TAPs for locked-out users or new employee onboarding workflows. Automated identity lifecycle systems that provision TAPs during device enrollment.
License
Elastic License v2(external, opens in a new tab or window)

Definition

Rule Type
Query (Kibana Query Language)
Integration Pack
Prebuilt Security Detection Rules
Index Patterns
logs-azure.auditlogs-*
Related Integrations

azure(external, opens in a new tab or window)

Query
text code block:
data_stream.dataset: "azure.auditlogs" and ( ( azure.auditlogs.operation_name: "User registered security info" and azure.auditlogs.properties.result_reason: "User registered temporary access pass method" ) or ( azure.auditlogs.operation_name: "Create Temporary Access Pass method for user" ) or ( azure.auditlogs.operation_name: "Admin registered security info" and azure.auditlogs.properties.target_resources.*.modified_properties.*.display_name: *TemporaryAccessPass* ) ) and event.outcome: ("Success" or "success")

Install detection rules in Elastic Security

Detect Entra ID Temporary Access Pass Created for User in the Elastic Security detection engine by installing this rule into your Elastic Stack.

To setup this rule, check out the installation guide for Prebuilt Security Detection Rules(external, opens in a new tab or window).