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