Detection rules › Sublime MQL

Link: 9WOLF phishkit initial landing URI

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

Detects links containing the '?ai=xd' query parameter associated with 9wolf phishing service initial landing pages.

Threat classification

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

CategoryValues
Attack typesMalware/Ransomware
Tactics and techniquesEvasion

Event coverage

Rule body MQL

type.inbound
// known 9wolf initial landing uri struct
and any(body.links, strings.contains(.href_url.url, '?ai=xd'))

Detection logic

Scope: inbound message.

Detects links containing the '?ai=xd' query parameter associated with 9wolf phishing service initial landing pages.

  1. inbound message
  2. any of body.links where:
    • .href_url.url contains '?ai=xd'

Inspects: body.links, body.links[].href_url.url, type.inbound. Sensors: strings.contains.

Indicators matched (1)

FieldMatchValue
strings.containssubstring?ai=xd