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 connectorsSyslogAma
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.2
Arm templateb9d9fdfe-bc17-45ce-a70d-67a5cfd119f4.json
Deploy To Azure
McAfeeEPOEvent
| where EventId in ('1029', '2005', '2015')
| project DvcIpAddr, DstFileName
| extend IPCustomEntity = DvcIpAddr
name: McAfee ePO - File added to exceptions
id: b9d9fdfe-bc17-45ce-a70d-67a5cfd119f4
description: |
    'Detects when file was added to exception list on a host.'
triggerThreshold: 0
entityMappings:
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
version: 1.0.2
triggerOperator: gt
query: |
  McAfeeEPOEvent
  | where EventId in ('1029', '2005', '2015')
  | project DvcIpAddr, DstFileName
  | extend IPCustomEntity = DvcIpAddr  
tactics:
- DefenseEvasion
kind: Scheduled
queryFrequency: 1h
severity: Medium
queryPeriod: 1h
requiredDataConnectors:
- datatypes:
  - Syslog
  connectorId: SyslogAma
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOExceptionAdded.yaml
relevantTechniques:
- T1562
- T1070