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 connectorsMcAfeeePO
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.0
Arm template155243f4-d962-4717-8a7b-b15b6d112660.json
Deploy To Azure
McAfeeEPOEvent
| where EventId == '2412'
| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname
relevantTechniques:
- T1562
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPODeploymentFailed.yaml
triggerOperator: gt
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: HostCustomEntity
    identifier: FullName
  entityType: Host
requiredDataConnectors:
- dataTypes:
  - Syslog
  connectorId: McAfeeePO
queryPeriod: 6h
query: |
  McAfeeEPOEvent
  | where EventId == '2412'
  | extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname  
version: 1.0.0
name: McAfee ePO - Deployment failed
description: |
    'Detects when errors occur during deployment new changes/policies.'
tactics:
- DefenseEvasion
severity: High
triggerThreshold: 0
queryFrequency: 6h
status: Available
id: 155243f4-d962-4717-8a7b-b15b6d112660
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/155243f4-d962-4717-8a7b-b15b6d112660')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/155243f4-d962-4717-8a7b-b15b6d112660')]",
      "properties": {
        "alertRuleTemplateName": "155243f4-d962-4717-8a7b-b15b6d112660",
        "customDetails": null,
        "description": "'Detects when errors occur during deployment new changes/policies.'\n",
        "displayName": "McAfee ePO - Deployment failed",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "IPCustomEntity",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "HostCustomEntity",
                "identifier": "FullName"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPODeploymentFailed.yaml",
        "query": "McAfeeEPOEvent\n| where EventId == '2412'\n| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname\n",
        "queryFrequency": "PT6H",
        "queryPeriod": "PT6H",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion"
        ],
        "techniques": [
          "T1562"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}