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

Cisco Duo - Admin password reset

Back
Id413e49a5-b107-4698-8428-46b89308bd22
RulenameCisco Duo - Admin password reset
DescriptionDetects when admin’s password was reset.
SeverityHigh
TacticsPersistence
TechniquesT1078
Required data connectorsCiscoDuoSecurity
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoDuoSecurity/Analytic Rules/CiscoDuoAdminPasswordReset.yaml
Version1.0.0
Arm template413e49a5-b107-4698-8428-46b89308bd22.json
Deploy To Azure
CiscoDuo
| where DvcAction =~ "admin_reset_password"
| extend AccountCustomEntity = DstUserName
requiredDataConnectors:
- connectorId: CiscoDuoSecurity
  dataTypes:
  - CiscoDuo
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoDuoSecurity/Analytic Rules/CiscoDuoAdminPasswordReset.yaml
version: 1.0.0
status: Available
queryPeriod: 1h
severity: High
relevantTechniques:
- T1078
tactics:
- Persistence
kind: Scheduled
queryFrequency: 1h
description: |
    'Detects when admin's password was reset.'
query: |
  CiscoDuo
  | where DvcAction =~ "admin_reset_password"
  | extend AccountCustomEntity = DstUserName  
id: 413e49a5-b107-4698-8428-46b89308bd22
triggerThreshold: 0
entityMappings:
- fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
  entityType: Account
name: Cisco Duo - Admin password reset
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/413e49a5-b107-4698-8428-46b89308bd22')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/413e49a5-b107-4698-8428-46b89308bd22')]",
      "properties": {
        "alertRuleTemplateName": "413e49a5-b107-4698-8428-46b89308bd22",
        "customDetails": null,
        "description": "'Detects when admin's password was reset.'\n",
        "displayName": "Cisco Duo - Admin password reset",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "AccountCustomEntity",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoDuoSecurity/Analytic Rules/CiscoDuoAdminPasswordReset.yaml",
        "query": "CiscoDuo\n| where DvcAction =~ \"admin_reset_password\"\n| extend AccountCustomEntity = DstUserName\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Persistence"
        ],
        "techniques": [
          "T1078"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}