Azure AD Account Created and Deleted Shortly After Creation (Audit Logs)

Identifies successful Azure user creation and deletion in quick succession, consistent with short-lived account activity.

FreeReviewedSigma · High · v5
Product
azure
Service
auditlogs
Author
Mark Morowczynski '@markmorow', MikeDuddington, '@dudders1', Tim Shelton (SigmaHQ), DRL 1.1
Published
2022-08-11
Updated
2026-07-31
title: Azure AD Account Created and Deleted Shortly After Creation (Audit Logs)
id: d7ad26ac-89c4-40d1-aa43-f73500af35cd
status: test
description: This rule flags cases where Azure account lifecycle events show a user was added and then deleted successfully within a very short time window. Rapid create-and-delete activity can be used to quickly obtain access or test persistence without leaving long-lived objects. It relies on Azure audit log messages indicating successful “Add user” and “Delete user” operations.
references:
  - https://learn.microsoft.com/en-us/entra/architecture/security-operations-user-accounts#short-lived-accounts
  - https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/azure/audit_logs/azure_ad_account_created_deleted.yml
author: Mark Morowczynski '@markmorow', MikeDuddington, '@dudders1', Tim Shelton, Huntrule Team
date: 2022-08-11
modified: 2022-08-18
tags:
  - attack.privilege-escalation
  - attack.persistence
  - attack.initial-access
  - attack.stealth
  - attack.t1078
logsource:
  product: azure
  service: auditlogs
detection:
  selection:
    properties.message:
      - Add user
      - Delete user
    Status: Success
  condition: selection
falsepositives:
  - Legit administrative action
level: high
license: DRL-1.1
related:
  - id: 6f583da0-3a90-4566-a4ed-83c09fe18bbf
    type: derived