McAfee ePO - Scanning engine disabled
| Id | 5223c1b8-75ef-4019-9076-a19b1ef3e5d1 |
| Rulename | McAfee ePO - Scanning engine disabled |
| Description | Detects when OAS scanning engine was disabled. |
| Severity | Low |
| 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/McAfeeEPOScanningEngineDisabled.yaml |
| Version | 1.0.2 |
| Arm template | 5223c1b8-75ef-4019-9076-a19b1ef3e5d1.json |
McAfeeEPOEvent
| where EventId == '1127'
| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname
description: |
'Detects when OAS scanning engine was disabled.'
kind: Scheduled
tactics:
- DefenseEvasion
requiredDataConnectors:
- connectorId: SyslogAma
datatypes:
- Syslog
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOScanningEngineDisabled.yaml
severity: Low
name: McAfee ePO - Scanning engine disabled
triggerThreshold: 0
queryPeriod: 1h
query: |
McAfeeEPOEvent
| where EventId == '1127'
| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname
relevantTechniques:
- T1562
- T1070
id: 5223c1b8-75ef-4019-9076-a19b1ef3e5d1
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.2
entityMappings:
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
- entityType: Host
fieldMappings:
- columnName: HostCustomEntity
identifier: FullName