Detection rules › Sublime MQL

Open redirect: Snapchat

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

Message contains use of the click.snapchat.com 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 == "click.snapchat.com")
and sender.email.domain.root_domain != "snapchat.com"

Detection logic

Scope: inbound message.

Message contains use of the click.snapchat.com open redirect.

  1. inbound message
  2. any of body.links where:
    • .href_url.domain.domain is 'click.snapchat.com'
  3. sender.email.domain.root_domain is not 'snapchat.com'

Inspects: body.links, body.links[].href_url.domain.domain, sender.email.domain.root_domain, type.inbound.

Indicators matched (1)

FieldMatchValue
body.links[].href_url.domain.domainequalsclick.snapchat.com