Detection rules › Sublime MQL

Headers: risky-recover-production message ID

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

Detects messages containing 'risky-recover-production' in the message ID header, which may indicate suspicious or malicious activity.

Threat classification

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

CategoryValues
Attack typesSpam
Tactics and techniquesEvasion

Event coverage

Message attribute
headers (collection)
type

Rule body MQL

type.inbound
and strings.icontains(headers.message_id, 'risky-recover-production')

Detection logic

Scope: inbound message.

Detects messages containing 'risky-recover-production' in the message ID header, which may indicate suspicious or malicious activity.

  1. inbound message
  2. headers.message_id contains 'risky-recover-production'

Inspects: headers.message_id, type.inbound. Sensors: strings.icontains.

Indicators matched (1)

FieldMatchValue
strings.icontainssubstringrisky-recover-production