corelight_smtp
| where subject hasprefix @'\=?utf-16'
| summarize recipients = dcount(_to)
| extend k = 1
| join (corelight_smtp
| where subject hasprefix @'\=?utf-16'
| summarize by _to
| extend k = 1) on k
| where recipients > 1
query: |
corelight_smtp
| where subject hasprefix @'\=?utf-16'
| summarize recipients = dcount(_to)
| extend k = 1
| join (corelight_smtp
| where subject hasprefix @'\=?utf-16'
| summarize by _to
| extend k = 1) on k
| where recipients > 1
version: 2.1.0
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightSMTPEmailSubjectNonAsciiCharacters.yaml
status: Available
description: |
'Detects where an emails contain non ascii characters within the Subject.'
queryFrequency: 1h
name: Corelight - SMTP Email containing NON Ascii Characters within the Subject
kind: Scheduled
triggerThreshold: 0
id: 50c61708-9824-46f3-87cf-22490796fae2
requiredDataConnectors:
- connectorId: Corelight
dataTypes:
- Corelight_v2_smtp
- corelight_smtp
severity: Low
queryPeriod: 1h
entityMappings:
- fieldMappings:
- columnName: _to
identifier: Recipient
entityType: MailMessage
relevantTechniques:
- T1566
tactics:
- InitialAccess