Bitglass
| where EventType =~ 'admin'
| where EventResultDetails has_all ('User', 'Promoted to administrator')
| extend AccountCustomEntity = User
triggerThreshold: 0
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
requiredDataConnectors:
- dataTypes:
- Bitglass
connectorId: Bitglass
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassNewAdminUser.yaml
name: Bitglass - New admin user
relevantTechniques:
- T1078
status: Available
version: 1.0.0
queryPeriod: 1h
kind: Scheduled
id: 8c8602e6-315d-400f-9d1e-23bbdee1dbfe
query: |
Bitglass
| where EventType =~ 'admin'
| where EventResultDetails has_all ('User', 'Promoted to administrator')
| extend AccountCustomEntity = User
description: |
'Detects new admin user.'
queryFrequency: 1h
severity: Medium
triggerOperator: gt
tactics:
- PrivilegeEscalation