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