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

McAfee ePO - Threat was not blocked

Back
Id6d70a26a-c119-45b7-b4c6-44ac4fd1bcb7
RulenameMcAfee ePO - Threat was not blocked
DescriptionDetects when a threat was not blocked on a host.
SeverityHigh
TacticsInitialAccess
PrivilegeEscalation
DefenseEvasion
TechniquesT1562
T1070
T1068
T1189
T1195
Required data connectorsMcAfeeePO
KindScheduled
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOThreatNotBlocked.yaml
Version1.0.0
Arm template6d70a26a-c119-45b7-b4c6-44ac4fd1bcb7.json
Deploy To Azure
McAfeeEPOEvent
| where ThreatActionTaken in~ ('none', 'IDS_ACTION_WOULD_BLOCK')
| extend IPCustomEntity = DvcIpAddr
severity: High
triggerThreshold: 0
requiredDataConnectors:
- connectorId: McAfeeePO
  dataTypes:
  - Syslog
kind: Scheduled
id: 6d70a26a-c119-45b7-b4c6-44ac4fd1bcb7
triggerOperator: gt
tactics:
- InitialAccess
- PrivilegeEscalation
- DefenseEvasion
queryFrequency: 15m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOThreatNotBlocked.yaml
entityMappings:
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
relevantTechniques:
- T1562
- T1070
- T1068
- T1189
- T1195
version: 1.0.0
queryPeriod: 15m
name: McAfee ePO - Threat was not blocked
status: Available
description: |
    'Detects when a threat was not blocked on a host.'
query: |
  McAfeeEPOEvent
  | where ThreatActionTaken in~ ('none', 'IDS_ACTION_WOULD_BLOCK')
  | extend IPCustomEntity = DvcIpAddr  
{
  "$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/6d70a26a-c119-45b7-b4c6-44ac4fd1bcb7')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6d70a26a-c119-45b7-b4c6-44ac4fd1bcb7')]",
      "properties": {
        "alertRuleTemplateName": "6d70a26a-c119-45b7-b4c6-44ac4fd1bcb7",
        "customDetails": null,
        "description": "'Detects when a threat was not blocked on a host.'\n",
        "displayName": "McAfee ePO - Threat was not blocked",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "IPCustomEntity",
                "identifier": "Address"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOThreatNotBlocked.yaml",
        "query": "McAfeeEPOEvent\n| where ThreatActionTaken in~ ('none', 'IDS_ACTION_WOULD_BLOCK')\n| extend IPCustomEntity = DvcIpAddr\n",
        "queryFrequency": "PT15M",
        "queryPeriod": "PT15M",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion",
          "InitialAccess",
          "PrivilegeEscalation"
        ],
        "techniques": [
          "T1068",
          "T1070",
          "T1189",
          "T1195",
          "T1562"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}