Analytic rule catalog
Cisco Duo - Unexpected authentication factor
Back
| Id | 16c91a2c-17ad-4985-a9ad-4a4f1cb11830 |
| Rulename | Cisco Duo - Unexpected authentication factor |
| Description | Detects when unexpected authentication factor used. |
| Severity | Medium |
| Tactics | InitialAccess |
| Techniques | T1078 |
| Required data connectors | CiscoDuoAuthConnectorDefinition |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoDuoSecurity/Analytic%20Rules/CiscoDuoUnexpectedAuthFactor.yaml |
| Version | 1.0.1 |
| Arm template | 16c91a2c-17ad-4985-a9ad-4a4f1cb11830.json |
let allowed_auth_f = dynamic(['duo_push', 'duo_mobile_passcode']);
DuoAuthentication_CL
| where Result =~ 'success'
| where Factor !in~ (allowed_auth_f)
| extend IPCustomEntity = AccessDeviceIp, AccountCustomEntity = UserName
kind: Scheduled
id: 16c91a2c-17ad-4985-a9ad-4a4f1cb11830
relevantTechniques:
- T1078
queryPeriod: 1h
triggerThreshold: 0
name: Cisco Duo - Unexpected authentication factor
status: Available
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
severity: Medium
triggerOperator: gt
description: |
'Detects when unexpected authentication factor used.'
tactics:
- InitialAccess
version: 1.0.1
query: |
let allowed_auth_f = dynamic(['duo_push', 'duo_mobile_passcode']);
DuoAuthentication_CL
| where Result =~ 'success'
| where Factor !in~ (allowed_auth_f)
| extend IPCustomEntity = AccessDeviceIp, AccountCustomEntity = UserName
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoDuoSecurity/Analytic%20Rules/CiscoDuoUnexpectedAuthFactor.yaml
requiredDataConnectors:
- connectorId: CiscoDuoAuthConnectorDefinition
dataTypes:
- DuoAuthentication_CL
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/16c91a2c-17ad-4985-a9ad-4a4f1cb11830')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/16c91a2c-17ad-4985-a9ad-4a4f1cb11830')]",
"properties": {
"alertRuleTemplateName": "16c91a2c-17ad-4985-a9ad-4a4f1cb11830",
"customDetails": null,
"description": "'Detects when unexpected authentication factor used.'\n",
"displayName": "Cisco Duo - Unexpected authentication factor",
"enabled": true,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "IPCustomEntity",
"identifier": "Address"
}
]
},
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoDuoSecurity/Analytic%20Rules/CiscoDuoUnexpectedAuthFactor.yaml",
"query": "let allowed_auth_f = dynamic(['duo_push', 'duo_mobile_passcode']);\nDuoAuthentication_CL\n| where Result =~ 'success'\n| where Factor !in~ (allowed_auth_f)\n| extend IPCustomEntity = AccessDeviceIp, AccountCustomEntity = UserName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1078"
],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}