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

McAfee ePO - Attempt uninstall McAfee agent

Back
Id2eff5809-bf84-48e0-8288-768689672c37
RulenameMcAfee ePO - Attempt uninstall McAfee agent
DescriptionDetects attempts uninstalling McAfee agent on host.
SeverityMedium
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/McAfeeEPOAttemptUninstallAgent.yaml
Version1.0.2
Arm template2eff5809-bf84-48e0-8288-768689672c37.json
Deploy To Azure
McAfeeEPOEvent
| where EventId == '2413'
| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname
description: |
    'Detects attempts uninstalling McAfee agent on host.'
kind: Scheduled
tactics:
- DefenseEvasion
requiredDataConnectors:
- connectorId: SyslogAma
  datatypes:
  - Syslog
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOAttemptUninstallAgent.yaml
severity: Medium
name: McAfee ePO - Attempt uninstall McAfee agent
triggerThreshold: 0
queryPeriod: 1h
query: |
  McAfeeEPOEvent
  | where EventId == '2413'
  | extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname  
relevantTechniques:
- T1562
- T1070
id: 2eff5809-bf84-48e0-8288-768689672c37
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