McAfee ePO - Multiple threats on same host
| Id | f53e5168-afdb-4fad-b29a-bb9cb71ec460 |
| Rulename | McAfee ePO - Multiple threats on same host |
| Description | Rule fires when multiple threat events were detected on the same host. |
| Severity | Medium |
| Tactics | InitialAccess Persistence DefenseEvasion PrivilegeEscalation |
| Techniques | T1562 T1070 T1189 T1195 T1543 T1055 |
| 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/McAfeeEPOMultipleThreatsSameHost.yaml |
| Version | 1.0.2 |
| Arm template | f53e5168-afdb-4fad-b29a-bb9cb71ec460.json |
McAfeeEPOEvent
| where isnotempty(ThreatName)
| where ThreatName != '_'
| summarize th_cnt = dcount(ThreatName), th_list = makeset(ThreatName) by DvcIpAddr
| where th_cnt > 1
| extend IPCustomEntity = DvcIpAddr
description: |
'Rule fires when multiple threat events were detected on the same host.'
version: 1.0.2
triggerThreshold: 0
tactics:
- InitialAccess
- Persistence
- DefenseEvasion
- PrivilegeEscalation
queryPeriod: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOMultipleThreatsSameHost.yaml
triggerOperator: gt
status: Available
id: f53e5168-afdb-4fad-b29a-bb9cb71ec460
name: McAfee ePO - Multiple threats on same host
queryFrequency: 1h
severity: Medium
kind: Scheduled
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
relevantTechniques:
- T1562
- T1070
- T1189
- T1195
- T1543
- T1055
query: |
McAfeeEPOEvent
| where isnotempty(ThreatName)
| where ThreatName != '_'
| summarize th_cnt = dcount(ThreatName), th_list = makeset(ThreatName) by DvcIpAddr
| where th_cnt > 1
| extend IPCustomEntity = DvcIpAddr
requiredDataConnectors:
- datatypes:
- Syslog
connectorId: SyslogAma