MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Privilege Escalation | No specific technique |
Telemetry coverage
Rule body
title: Role Assignment Created
id: c3425eff-76ea-42f5-8874-aeaa30d499fb
status: test
description:
Creates role assignment.
references:
- https://learn.microsoft.com/en-us/azure/role-based-access-control/change-history-report#interpret-a-log-entry
author: Fukusuke Takahashi
date: 2025-12-02
tags:
- attack.privilege-escalation
logsource:
product: azure
service: activitylogs
detection:
selection:
operationName: MICROSOFT.AUTHORIZATION/ROLEASSIGNMENTS/WRITE
properties.statusCode: Created
condition: selection
falsepositives:
level: informational
Stages and Predicates
Stage 0: condition
selectionStage 1: selection
selection:
operationName: MICROSOFT.AUTHORIZATION/ROLEASSIGNMENTS/WRITE
properties.statusCode: Created
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
operationName | eq |
| field:"operationName" kind:eq value:"MICROSOFT.AUTHORIZATION/ROLEASSIGNMENTS/WRITE" |
properties.statusCode | eq |
| field:"properties.statusCode" kind:eq value:"Created" |