Bitglass
| where EventType =~ 'access'
| where EventResultDetails startswith 'Simultaneous logins from geographically distant locations'
| extend AccountCustomEntity = User
relevantTechniques:
- T1078
name: Bitglass - Impossible travel distance
requiredDataConnectors:
- dataTypes:
- Bitglass
connectorId: Bitglass
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
triggerThreshold: 0
id: cdb6e4a4-b9bd-4c30-94b9-ecce5a72d528
tactics:
- InitialAccess
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassImpossibleTravelDistance.yaml
queryPeriod: 1h
kind: Scheduled
queryFrequency: 1h
severity: Medium
status: Available
description: |
'Detects logins from different geo locations.'
query: |
Bitglass
| where EventType =~ 'access'
| where EventResultDetails startswith 'Simultaneous logins from geographically distant locations'
| extend AccountCustomEntity = User
triggerOperator: gt
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-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",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1078"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}