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
name: McAfee ePO - Agent Handler down
status: Available
triggerThreshold: 0
severity: Medium
tactics:
- DefenseEvasion
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOAgentHandlerDown.yaml
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
- entityType: Host
  fieldMappings:
  - columnName: HostCustomEntity
    identifier: FullName
queryPeriod: 1h
queryFrequency: 1h
version: 1.0.0
triggerOperator: gt
description: |
    'Detects when AgentHandler is down.'
query: |
  McAfeeEPOEvent
  | where EventId == '16025'
  | extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname  
relevantTechniques:
- T1562
id: 3c1425d3-93d4-4eaf-8aa0-370dbac94c82
requiredDataConnectors:
- dataTypes:
  - Syslog
  connectorId: McAfeeePO
kind: Scheduled
{
  "$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/3c1425d3-93d4-4eaf-8aa0-370dbac94c82')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/3c1425d3-93d4-4eaf-8aa0-370dbac94c82')]",
      "properties": {
        "alertRuleTemplateName": "3c1425d3-93d4-4eaf-8aa0-370dbac94c82",
        "customDetails": null,
        "description": "'Detects when AgentHandler is down.'\n",
        "displayName": "McAfee ePO - Agent Handler down",
        "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/McAfeeEPOAgentHandlerDown.yaml",
        "query": "McAfeeEPOEvent\n| where EventId == '16025'\n| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion"
        ],
        "techniques": [
          "T1562"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}