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

McAfee ePO - Spam Email detected

Back
Idffc9052b-3658-4ad4-9003-0151515fde15
RulenameMcAfee ePO - Spam Email detected
DescriptionDetects when email was marked as spam.
SeverityMedium
TacticsInitialAccess
TechniquesT1566
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/McAfeeEPOSpamEmail.yaml
Version1.0.2
Arm templateffc9052b-3658-4ad4-9003-0151515fde15.json
Deploy To Azure
McAfeeEPOEvent
| where EventId == '4650'
| extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname
relevantTechniques:
- T1566
queryPeriod: 1h
triggerOperator: gt
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/McAfee ePolicy Orchestrator/Analytic Rules/McAfeeEPOSpamEmail.yaml
description: |
    'Detects when email was marked as spam.'
tactics:
- InitialAccess
severity: Medium
status: Available
kind: Scheduled
triggerThreshold: 0
queryFrequency: 1h
requiredDataConnectors:
- datatypes:
  - Syslog
  connectorId: SyslogAma
entityMappings:
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
- entityType: Host
  fieldMappings:
  - identifier: FullName
    columnName: HostCustomEntity
id: ffc9052b-3658-4ad4-9003-0151515fde15
query: |
  McAfeeEPOEvent
  | where EventId == '4650'
  | extend IPCustomEntity = DvcIpAddr, HostCustomEntity = DvcHostname  
name: McAfee ePO - Spam Email detected