EXPLORE
← Back to Explore
sublimemediumRule

Open redirect: Snapchat

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

Detection Query

type.inbound
and any(body.links, .href_url.domain.domain == "click.snapchat.com")
and sender.email.domain.root_domain != "snapchat.com"

Author

vector_sec

Data Sources

Email MessagesEmail HeadersEmail Attachments

Platforms

email

Tags

Attack surface reduction
Raw Content
name: "Open redirect: Snapchat"
description: |
  Message contains use of the click.snapchat.com open redirect.
type: "rule"
authors:
  - twitter: "vector_sec"
severity: "medium"
source: |
  type.inbound
  and any(body.links, .href_url.domain.domain == "click.snapchat.com")
  and sender.email.domain.root_domain != "snapchat.com"
tags:
  - "Attack surface reduction"
attack_types:
  - "Credential Phishing"
  - "Malware/Ransomware"
tactics_and_techniques:
  - "Open redirect"
detection_methods:
  - "Sender analysis"
  - "URL analysis"
id: "6f363e68-ced9-5f0e-8951-4070623cd705"