McAfeeEPOEvent
| where EventId == '2412'
| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname
description: |
'Detects when errors occur during deployment new changes/policies.'
kind: Scheduled
tactics:
- DefenseEvasion
requiredDataConnectors:
- connectorId: SyslogAma
datatypes:
- Syslog
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPODeploymentFailed.yaml
severity: High
name: McAfee ePO - Deployment failed
triggerThreshold: 0
queryPeriod: 6h
query: |
McAfeeEPOEvent
| where EventId == '2412'
| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname
relevantTechniques:
- T1562
id: 155243f4-d962-4717-8a7b-b15b6d112660
queryFrequency: 6h
status: Available
triggerOperator: gt
version: 1.0.2
entityMappings:
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
- entityType: Host
fieldMappings:
- columnName: HostCustomEntity
identifier: FullName