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

McAfee ePO - Deployment failed

Back
Id155243f4-d962-4717-8a7b-b15b6d112660
RulenameMcAfee ePO - Deployment failed
DescriptionDetects when errors occur during deployment new changes/policies.
SeverityHigh
TacticsDefenseEvasion
TechniquesT1562
Required data connectorsSyslogAma
KindScheduled
Query frequency6h
Query period6h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPODeploymentFailed.yaml
Version1.0.2
Arm template155243f4-d962-4717-8a7b-b15b6d112660.json
Deploy To Azure
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