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
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