Detection rules › Sublime MQL

Targeting: Specific AOL address

Severity
medium
Type
rule
Source
github.com/sublime-security/sublime-rules

Message targeting a specific AOL address (me@aol.com) with a single recipient.

Threat classification

Sublime's own taxonomy (not MITRE ATT&CK).

CategoryValues
Attack typesSpam
Tactics and techniquesSocial engineering

Event coverage

Rule body MQL

type.inbound
and length(recipients.to) == 1
and recipients.to[0].email.email == "me@aol.com"

Detection logic

Scope: inbound message.

Message targeting a specific AOL address (me@aol.com) with a single recipient.

  1. inbound message
  2. length(recipients.to) is 1
  3. recipients.to[0].email.email is 'me@aol.com'

Inspects: recipients.to, recipients.to[0].email.email, type.inbound.

Indicators matched (1)

FieldMatchValue
recipients.to[0].email.emailequalsme@aol.com