EXPLORE
← Back to Explore
sublimemediumRule

Open redirect: BMW USA

Message contains use of BMW USA's open redirect but the sender is not BMW.

Detection Query

type.inbound
and sender.email.domain.root_domain not in~ ('bmw.com', 'bmwusa.com')
and any(body.links,
        .href_url.domain.domain == 't.msg.bmwusa.com'
        and .href_url.path =~ '/r/'
)

Data Sources

Email MessagesEmail HeadersEmail Attachments

Platforms

email
Raw Content
name: "Open redirect: BMW USA"
description: |
  Message contains use of BMW USA's open redirect but the sender is not BMW.
type: "rule"
severity: "medium"
source: |
  type.inbound
  and sender.email.domain.root_domain not in~ ('bmw.com', 'bmwusa.com')
  and any(body.links,
          .href_url.domain.domain == 't.msg.bmwusa.com'
          and .href_url.path =~ '/r/'
  )
attack_types:
  - "Credential Phishing"
  - "Malware/Ransomware"
tactics_and_techniques:
  - "Open redirect"
detection_methods:
  - "Sender analysis"
  - "URL analysis"
id: "1bf4e69a-1762-5168-8dc9-c5d3d0d4a181"