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

Bitglass - New risky user

Back
Ida123668c-d907-41b9-bf3f-8cb4cd7b163a
RulenameBitglass - New risky user
DescriptionDetects new risky user.
SeverityHigh
TacticsInitialAccess
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/BitglassNewRiskyUser.yaml
Version1.0.1
Arm templatea123668c-d907-41b9-bf3f-8cb4cd7b163a.json
Deploy To Azure
Bitglass
| where EventType =~ 'access'
| where EventResultDetails has_all ('Added', 'Risky Users')
| extend AccountCustomEntity = User
relevantTechniques:
- T1078
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassNewRiskyUser.yaml
triggerOperator: gt
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
requiredDataConnectors:
- dataTypes:
  - Bitglass
  connectorId: Bitglass
queryPeriod: 1h
query: |
  Bitglass
  | where EventType =~ 'access'
  | where EventResultDetails has_all ('Added', 'Risky Users')
  | extend AccountCustomEntity = User  
version: 1.0.1
description: |
    'Detects new risky user.'
tactics:
- InitialAccess
severity: High
name: Bitglass - New risky user
queryFrequency: 1h
triggerThreshold: 0
status: Available
id: a123668c-d907-41b9-bf3f-8cb4cd7b163a
{
  "$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/a123668c-d907-41b9-bf3f-8cb4cd7b163a')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/a123668c-d907-41b9-bf3f-8cb4cd7b163a')]",
      "properties": {
        "alertRuleTemplateName": "a123668c-d907-41b9-bf3f-8cb4cd7b163a",
        "customDetails": null,
        "description": "'Detects new risky user.'\n",
        "displayName": "Bitglass - New risky user",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "AccountCustomEntity",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassNewRiskyUser.yaml",
        "query": "Bitglass\n| where EventType =~ 'access'\n| where EventResultDetails has_all ('Added', 'Risky Users')\n| extend AccountCustomEntity = User\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess"
        ],
        "techniques": [
          "T1078"
        ],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}