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
entityMappings:
- entityType: Host
  fieldMappings:
  - identifier: HostName
    columnName: HostCustomEntity
tactics:
- DefenseEvasion
requiredDataConnectors:
- dataTypes:
  - CiscoSecureEndpoint
  connectorId: CiscoSecureEndpoint
id: 64fece0a-44db-4bab-844d-fd503dc0aaba
severity: Medium
status: Available
query: |
  CiscoSecureEndpoint
  | where EventMessage =~ 'Policy Update Failure'
  | extend HostCustomEntity = DstHostname  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEPolicyUpdateFailure.yaml
kind: Scheduled
queryPeriod: 1h
version: 1.0.0
name: Cisco SE - Policy update failure
queryFrequency: 1h
triggerThreshold: 0
relevantTechniques:
- T1562
description: |
    'Detects policy updates failures.'
triggerOperator: gt