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

McAfee ePO - File added to exceptions

Back
Idb9d9fdfe-bc17-45ce-a70d-67a5cfd119f4
RulenameMcAfee ePO - File added to exceptions
DescriptionDetects when file was added to exception list on a host.
SeverityMedium
TacticsDefenseEvasion
TechniquesT1562
T1070
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/McAfeeEPOExceptionAdded.yaml
Version1.0.0
Arm templateb9d9fdfe-bc17-45ce-a70d-67a5cfd119f4.json
Deploy To Azure
McAfeeEPOEvent
| where EventId in ('1029', '2005', '2015')
| project DvcIpAddr, DstFileName
| extend IPCustomEntity = DvcIpAddr
queryFrequency: 1h
severity: Medium
id: b9d9fdfe-bc17-45ce-a70d-67a5cfd119f4
status: Available
requiredDataConnectors:
- dataTypes:
  - Syslog
  connectorId: McAfeeePO
kind: Scheduled
description: |
    'Detects when file was added to exception list on a host.'
query: |
  McAfeeEPOEvent
  | where EventId in ('1029', '2005', '2015')
  | project DvcIpAddr, DstFileName
  | extend IPCustomEntity = DvcIpAddr  
tactics:
- DefenseEvasion
triggerThreshold: 0
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOExceptionAdded.yaml
relevantTechniques:
- T1562
- T1070
entityMappings:
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
version: 1.0.0
name: McAfee ePO - File added to exceptions
queryPeriod: 1h
{
  "$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/b9d9fdfe-bc17-45ce-a70d-67a5cfd119f4')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/b9d9fdfe-bc17-45ce-a70d-67a5cfd119f4')]",
      "properties": {
        "alertRuleTemplateName": "b9d9fdfe-bc17-45ce-a70d-67a5cfd119f4",
        "customDetails": null,
        "description": "'Detects when file was added to exception list on a host.'\n",
        "displayName": "McAfee ePO - File added to exceptions",
        "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/McAfeeEPOExceptionAdded.yaml",
        "query": "McAfeeEPOEvent\n| where EventId in ('1029', '2005', '2015')\n| project DvcIpAddr, DstFileName\n| extend IPCustomEntity = DvcIpAddr\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion"
        ],
        "techniques": [
          "T1070",
          "T1562"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}