Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Bitglass - New admin user

Back
Id8c8602e6-315d-400f-9d1e-23bbdee1dbfe
RulenameBitglass - New admin user
DescriptionDetects new admin user.
SeverityMedium
TacticsPrivilegeEscalation
TechniquesT1078
Required data connectorsBitglass
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassNewAdminUser.yaml
Version1.0.0
Arm template8c8602e6-315d-400f-9d1e-23bbdee1dbfe.json
Deploy To Azure
Bitglass
| where EventType =~ 'admin'
| where EventResultDetails has_all ('User', 'Promoted to administrator')
| extend AccountCustomEntity = User
relevantTechniques:
- T1078
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
triggerThreshold: 0
description: |
    'Detects new admin user.'
requiredDataConnectors:
- connectorId: Bitglass
  dataTypes:
  - Bitglass
triggerOperator: gt
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassNewAdminUser.yaml
id: 8c8602e6-315d-400f-9d1e-23bbdee1dbfe
queryFrequency: 1h
query: |
  Bitglass
  | where EventType =~ 'admin'
  | where EventResultDetails has_all ('User', 'Promoted to administrator')
  | extend AccountCustomEntity = User  
severity: Medium
status: Available
queryPeriod: 1h
name: Bitglass - New admin user
tactics:
- PrivilegeEscalation
kind: Scheduled