McAfee ePO - File added to exceptions
| Id | b9d9fdfe-bc17-45ce-a70d-67a5cfd119f4 |
| Rulename | McAfee ePO - File added to exceptions |
| Description | Detects when file was added to exception list on a host. |
| Severity | Medium |
| Tactics | DefenseEvasion |
| Techniques | T1562 T1070 |
| Required data connectors | SyslogAma |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOExceptionAdded.yaml |
| Version | 1.0.2 |
| Arm template | b9d9fdfe-bc17-45ce-a70d-67a5cfd119f4.json |
McAfeeEPOEvent
| where EventId in ('1029', '2005', '2015')
| project DvcIpAddr, DstFileName
| extend IPCustomEntity = DvcIpAddr
queryPeriod: 1h
query: |
McAfeeEPOEvent
| where EventId in ('1029', '2005', '2015')
| project DvcIpAddr, DstFileName
| extend IPCustomEntity = DvcIpAddr
name: McAfee ePO - File added to exceptions
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOExceptionAdded.yaml
requiredDataConnectors:
- connectorId: SyslogAma
datatypes:
- Syslog
description: |
'Detects when file was added to exception list on a host.'
kind: Scheduled
version: 1.0.2
status: Available
severity: Medium
relevantTechniques:
- T1562
- T1070
triggerOperator: gt
triggerThreshold: 0
tactics:
- DefenseEvasion
id: b9d9fdfe-bc17-45ce-a70d-67a5cfd119f4