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
queryFrequency: 1h
queryPeriod: 1h
id: 2eff5809-bf84-48e0-8288-768689672c37
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOAttemptUninstallAgent.yaml
tactics:
- DefenseEvasion
version: 1.0.2
severity: Medium
description: |
    'Detects attempts uninstalling McAfee agent on host.'
entityMappings:
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: HostCustomEntity
    identifier: FullName
  entityType: Host
query: |
  McAfeeEPOEvent
  | where EventId == '2413'
  | extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname  
triggerThreshold: 0
kind: Scheduled
triggerOperator: gt
relevantTechniques:
- T1562
- T1070
name: McAfee ePO - Attempt uninstall McAfee agent
requiredDataConnectors:
- datatypes:
  - Syslog
  connectorId: SyslogAma
status: Available