Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Cisco Duo - Authentication device new location

Back
Id01df3abe-3dc7-40e2-8aa7-f00b402df6f0
RulenameCisco Duo - Authentication device new location
DescriptionDetects new location of authentication device.
SeverityMedium
TacticsInitialAccess
TechniquesT1078
Required data connectorsCiscoDuoSecurity
KindScheduled
Query frequency1h
Query period14d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoDuoSecurity/Analytic Rules/CiscoDuoNewAuthDeviceLocation.yaml
Version1.0.0
Arm template01df3abe-3dc7-40e2-8aa7-f00b402df6f0.json
Deploy To Azure
CiscoDuo
| where EventType =~ 'authentication'
| where EventResult =~ 'success'
| where isnotempty(AuthDeviceCountry)
| summarize src_c = makeset(AuthDeviceCountry) by SrcIpAddr
| join (CiscoDuo
        | where EventType =~ 'authentication'
        | where EventResult =~ 'success') on SrcIpAddr
| where src_c !has AuthDeviceCountry
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
description: |
    'Detects new location of authentication device.'
kind: Scheduled
tactics:
- InitialAccess
requiredDataConnectors:
- connectorId: CiscoDuoSecurity
  dataTypes:
  - CiscoDuo
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoDuoSecurity/Analytic Rules/CiscoDuoNewAuthDeviceLocation.yaml
severity: Medium
name: Cisco Duo - Authentication device new location
triggerThreshold: 0
queryPeriod: 14d
query: |
  CiscoDuo
  | where EventType =~ 'authentication'
  | where EventResult =~ 'success'
  | where isnotempty(AuthDeviceCountry)
  | summarize src_c = makeset(AuthDeviceCountry) by SrcIpAddr
  | join (CiscoDuo
          | where EventType =~ 'authentication'
          | where EventResult =~ 'success') on SrcIpAddr
  | where src_c !has AuthDeviceCountry
  | extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName  
relevantTechniques:
- T1078
id: 01df3abe-3dc7-40e2-8aa7-f00b402df6f0
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.0
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name