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

Cisco SE - Policy update failure

Back
Id64fece0a-44db-4bab-844d-fd503dc0aaba
RulenameCisco SE - Policy update failure
DescriptionDetects policy updates failures.
SeverityMedium
TacticsDefenseEvasion
TechniquesT1562
Required data connectorsCiscoSecureEndpoint
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEPolicyUpdateFailure.yaml
Version1.0.0
Arm template64fece0a-44db-4bab-844d-fd503dc0aaba.json
Deploy To Azure
CiscoSecureEndpoint
| where EventMessage =~ 'Policy Update Failure'
| extend HostCustomEntity = DstHostname
description: |
    'Detects policy updates failures.'
status: Available
queryPeriod: 1h
severity: Medium
triggerOperator: gt
kind: Scheduled
triggerThreshold: 0
version: 1.0.0
name: Cisco SE - Policy update failure
queryFrequency: 1h
id: 64fece0a-44db-4bab-844d-fd503dc0aaba
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEPolicyUpdateFailure.yaml
entityMappings:
- fieldMappings:
  - columnName: HostCustomEntity
    identifier: HostName
  entityType: Host
relevantTechniques:
- T1562
tactics:
- DefenseEvasion
requiredDataConnectors:
- dataTypes:
  - CiscoSecureEndpoint
  connectorId: CiscoSecureEndpoint
query: |
  CiscoSecureEndpoint
  | where EventMessage =~ 'Policy Update Failure'
  | extend HostCustomEntity = DstHostname  
{
  "$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/64fece0a-44db-4bab-844d-fd503dc0aaba')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/64fece0a-44db-4bab-844d-fd503dc0aaba')]",
      "properties": {
        "alertRuleTemplateName": "64fece0a-44db-4bab-844d-fd503dc0aaba",
        "customDetails": null,
        "description": "'Detects policy updates failures.'\n",
        "displayName": "Cisco SE - Policy update failure",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "HostCustomEntity",
                "identifier": "HostName"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEPolicyUpdateFailure.yaml",
        "query": "CiscoSecureEndpoint\n| where EventMessage =~ 'Policy Update Failure'\n| extend HostCustomEntity = DstHostname\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion"
        ],
        "techniques": [
          "T1562"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}