Detection rules › Sublime MQL

Open redirect: Atdmt

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

Message contains use of the Atdmt (Facebook) open redirect.

Threat classification

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

CategoryValues
Attack typesCredential Phishing, Malware/Ransomware
Tactics and techniquesOpen redirect

Event coverage

Rule body MQL

type.inbound
and any(body.links,
        .href_url.domain.domain == 'ad.atdmt.com'
        and strings.ilike(.href_url.path, '*/c*')
)

Detection logic

Scope: inbound message.

Message contains use of the Atdmt (Facebook) open redirect.

  1. inbound message
  2. any of body.links where all hold:
    • .href_url.domain.domain is 'ad.atdmt.com'
    • .href_url.path matches '*/c*'

Inspects: body.links, body.links[].href_url.domain.domain, body.links[].href_url.path, type.inbound. Sensors: strings.ilike.

Indicators matched (2)

FieldMatchValue
body.links[].href_url.domain.domainequalsad.atdmt.com
strings.ilikesubstring*/c*