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

Bitglass - Impossible travel distance

Back
Idcdb6e4a4-b9bd-4c30-94b9-ecce5a72d528
RulenameBitglass - Impossible travel distance
DescriptionDetects logins from different geo locations.
SeverityMedium
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/BitglassImpossibleTravelDistance.yaml
Version1.0.0
Arm templatecdb6e4a4-b9bd-4c30-94b9-ecce5a72d528.json
Deploy To Azure
Bitglass
| where EventType =~ 'access'
| where EventResultDetails startswith 'Simultaneous logins from geographically distant locations'
| extend AccountCustomEntity = User
status: Available
id: cdb6e4a4-b9bd-4c30-94b9-ecce5a72d528
requiredDataConnectors:
- connectorId: Bitglass
  dataTypes:
  - Bitglass
description: |
    'Detects logins from different geo locations.'
severity: Medium
version: 1.0.0
entityMappings:
- fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
  entityType: Account
triggerOperator: gt
triggerThreshold: 0
kind: Scheduled
queryFrequency: 1h
query: |
  Bitglass
  | where EventType =~ 'access'
  | where EventResultDetails startswith 'Simultaneous logins from geographically distant locations'
  | extend AccountCustomEntity = User  
relevantTechniques:
- T1078
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassImpossibleTravelDistance.yaml
tactics:
- InitialAccess
name: Bitglass - Impossible travel distance
queryPeriod: 1h
{
  "$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/cdb6e4a4-b9bd-4c30-94b9-ecce5a72d528')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/cdb6e4a4-b9bd-4c30-94b9-ecce5a72d528')]",
      "properties": {
        "alertRuleTemplateName": "cdb6e4a4-b9bd-4c30-94b9-ecce5a72d528",
        "customDetails": null,
        "description": "'Detects logins from different geo locations.'\n",
        "displayName": "Bitglass - Impossible travel distance",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "AccountCustomEntity",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassImpossibleTravelDistance.yaml",
        "query": "Bitglass\n| where EventType =~ 'access'\n| where EventResultDetails startswith 'Simultaneous logins from geographically distant locations'\n| extend AccountCustomEntity = User\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess"
        ],
        "techniques": [
          "T1078"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}