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