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