Bitglass
| where EventType =~ 'access'
| where EventResultDetails startswith 'Simultaneous logins from geographically distant locations'
| extend AccountCustomEntity = User
description: |
'Detects logins from different geo locations.'
version: 1.0.0
triggerThreshold: 0
tactics:
- InitialAccess
queryPeriod: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassImpossibleTravelDistance.yaml
triggerOperator: gt
status: Available
id: cdb6e4a4-b9bd-4c30-94b9-ecce5a72d528
name: Bitglass - Impossible travel distance
queryFrequency: 1h
severity: Medium
kind: Scheduled
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
relevantTechniques:
- T1078
query: |
Bitglass
| where EventType =~ 'access'
| where EventResultDetails startswith 'Simultaneous logins from geographically distant locations'
| extend AccountCustomEntity = User
requiredDataConnectors:
- dataTypes:
- Bitglass
connectorId: Bitglass