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 connectorsSyslogAma
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.2
Arm template6d70a26a-c119-45b7-b4c6-44ac4fd1bcb7.json
Deploy To Azure
McAfeeEPOEvent
| where ThreatActionTaken in~ ('none', 'IDS_ACTION_WOULD_BLOCK')
| extend IPCustomEntity = DvcIpAddr
version: 1.0.2
requiredDataConnectors:
- connectorId: SyslogAma
  datatypes:
  - Syslog
status: Available
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
  entityType: IP
tactics:
- InitialAccess
- PrivilegeEscalation
- DefenseEvasion
relevantTechniques:
- T1562
- T1070
- T1068
- T1189
- T1195
queryFrequency: 15m
severity: High
name: McAfee ePO - Threat was not blocked
description: |
    'Detects when a threat was not blocked on a host.'
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOThreatNotBlocked.yaml
query: |
  McAfeeEPOEvent
  | where ThreatActionTaken in~ ('none', 'IDS_ACTION_WOULD_BLOCK')
  | extend IPCustomEntity = DvcIpAddr  
kind: Scheduled
queryPeriod: 15m
triggerOperator: gt
id: 6d70a26a-c119-45b7-b4c6-44ac4fd1bcb7