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
tactics:
- PrivilegeEscalation
requiredDataConnectors:
- dataTypes:
  - Bitglass
  connectorId: Bitglass
status: Available
queryFrequency: 1h
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
relevantTechniques:
- T1078
query: |
  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
description: |
    'Detects new admin user.'
queryPeriod: 1h
triggerOperator: gt
id: 8c8602e6-315d-400f-9d1e-23bbdee1dbfe
triggerThreshold: 0
severity: Medium
name: Bitglass - New admin user
version: 1.0.0
kind: Scheduled
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/8c8602e6-315d-400f-9d1e-23bbdee1dbfe')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/8c8602e6-315d-400f-9d1e-23bbdee1dbfe')]",
      "properties": {
        "alertRuleTemplateName": "8c8602e6-315d-400f-9d1e-23bbdee1dbfe",
        "customDetails": null,
        "description": "'Detects new admin user.'\n",
        "displayName": "Bitglass - New admin user",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "AccountCustomEntity",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassNewAdminUser.yaml",
        "query": "Bitglass\n| where EventType =~ 'admin'\n| where EventResultDetails has_all ('User', 'Promoted to administrator')\n| extend AccountCustomEntity = User\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "PrivilegeEscalation"
        ],
        "techniques": [
          "T1078"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}