Azure Audit Logs: Owner Removed From Application or Service Principal

Alerts on Azure audit log activity indicating an owner was removed from an application or service principal.

FreeUnreviewedSigmamediumv1
title: "Azure Audit Logs: Owner Removed From Application or Service Principal"
id: 34d080a4-5adb-4f88-9bb4-d7550f443c86
status: test
description: This rule flags Azure audit log events where an owner is removed from an application or service principal. Removing owners can reduce administrative control and may be used to stealthily weaken access management or disrupt governance. The detection relies on Azure audit log telemetry, matching audit activities by operation name for owner-removal actions.
references:
  - https://learn.microsoft.com/en-us/entra/identity/monitoring-health/reference-audit-activities#core-directory
  - https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/azure/audit_logs/azure_owner_removed_from_application_or_service_principal.yml
author: Austin Songer @austinsonger, Huntrule Team
date: 2021-09-03
modified: 2026-04-30
tags:
  - attack.stealth
logsource:
  product: azure
  service: auditlogs
detection:
  selection:
    operationName:
      - Remove owner from service principal
      - Remove owner from application
  condition: selection
falsepositives:
  - Owner being removed may be performed by a system administrator.
  - Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.
  - Owner removed from unfamiliar users should be investigated. If known behavior is causing false positives, it can be exempted from the rule.
level: medium
license: DRL-1.1
related:
  - id: 636e30d5-3736-42ea-96b1-e6e2f8429fd6
    type: derived

What it detects

This rule flags Azure audit log events where an owner is removed from an application or service principal. Removing owners can reduce administrative control and may be used to stealthily weaken access management or disrupt governance. The detection relies on Azure audit log telemetry, matching audit activities by operation name for owner-removal actions.

Known false positives

  • Owner being removed may be performed by a system administrator.
  • Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.
  • Owner removed from unfamiliar users should be investigated. If known behavior is causing false positives, it can be exempted from the rule.

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.