Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

McAfee ePO - Scanning engine disabled

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