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