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