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

McAfee ePO - Agent Handler down

Back
Id3c1425d3-93d4-4eaf-8aa0-370dbac94c82
RulenameMcAfee ePO - Agent Handler down
DescriptionDetects when AgentHandler is down.
SeverityMedium
TacticsDefenseEvasion
TechniquesT1562
Required data connectorsMcAfeeePO
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOAgentHandlerDown.yaml
Version1.0.0
Arm template3c1425d3-93d4-4eaf-8aa0-370dbac94c82.json
Deploy To Azure
McAfeeEPOEvent
| where EventId == '16025'
| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname
triggerOperator: gt
version: 1.0.0
query: |
  McAfeeEPOEvent
  | where EventId == '16025'
  | extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname  
status: Available
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/McAfeeEPOAgentHandlerDown.yaml
queryFrequency: 1h
requiredDataConnectors:
- connectorId: McAfeeePO
  dataTypes:
  - Syslog
name: McAfee ePO - Agent Handler down
queryPeriod: 1h
severity: Medium
kind: Scheduled
tactics:
- DefenseEvasion
id: 3c1425d3-93d4-4eaf-8aa0-370dbac94c82
description: |
    'Detects when AgentHandler is down.'
relevantTechniques:
- T1562
triggerThreshold: 0
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/3c1425d3-93d4-4eaf-8aa0-370dbac94c82')]",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/3c1425d3-93d4-4eaf-8aa0-370dbac94c82')]",
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
      "kind": "Scheduled",
      "apiVersion": "2022-11-01-preview",
      "properties": {
        "displayName": "McAfee ePO - Agent Handler down",
        "description": "'Detects when AgentHandler is down.'\n",
        "severity": "Medium",
        "enabled": true,
        "query": "McAfeeEPOEvent\n| where EventId == '16025'\n| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0,
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion"
        ],
        "techniques": [
          "T1562"
        ],
        "alertRuleTemplateName": "3c1425d3-93d4-4eaf-8aa0-370dbac94c82",
        "customDetails": null,
        "entityMappings": [
          {
            "fieldMappings": [
              {
                "columnName": "IPCustomEntity",
                "identifier": "Address"
              }
            ],
            "entityType": "IP"
          },
          {
            "fieldMappings": [
              {
                "columnName": "HostCustomEntity",
                "identifier": "FullName"
              }
            ],
            "entityType": "Host"
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOAgentHandlerDown.yaml",
        "status": "Available",
        "templateVersion": "1.0.0"
      }
    }
  ]
}