> For the complete documentation index, see [llms.txt](https://windows.dfirhandbook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.dfirhandbook.com/windows-artifacts/persistence/crowdstrike-searches/azure-account-creation-deletion.md).

# Azure Account Creation/Deletion

```splunk-spl
event_platform=Win event_simpleName IN (ActiveDirectoryAccountCreated, ActiveDirectoryAccountDeleted)
| convert ctime(ContextTimeStamp_decimal) as TimeStamp
| table TimeStamp, event_simpleName, AccountDomain, SamAccountName
```
