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