EXPLORE
← Back to Explore
sublimemediumRule

Open redirect: Panera Bread

Looks for use of the Panera Bread open redirect coming from someone other than Panera.

Detection Query

type.inbound
and 0 < length(body.links) < 10
and any(body.links,
        .href_url.domain.domain == 't.e1.panerabread.com'
        and .href_url.path =~ '/r/'
)
and sender.email.domain.root_domain != 'panerabread.com'

Data Sources

Email MessagesEmail HeadersEmail Attachments

Platforms

email

Tags

Attack surface reduction
Raw Content
name: "Open redirect: Panera Bread"
description: |
  Looks for use of the Panera Bread open redirect coming from someone other than Panera.
references:
  - "https://twitter.com/jkamdjou/status/1277326608739729413"
type: "rule"
severity: "medium"
source: |
  type.inbound
  and 0 < length(body.links) < 10
  and any(body.links,
          .href_url.domain.domain == 't.e1.panerabread.com'
          and .href_url.path =~ '/r/'
  )
  and sender.email.domain.root_domain != 'panerabread.com'
tags:
  - "Attack surface reduction"
attack_types:
  - "Credential Phishing"
  - "Malware/Ransomware"
tactics_and_techniques:
  - "Open redirect"
detection_methods:
  - "Sender analysis"
  - "URL analysis"
id: "91a726a2-9f14-54bf-8f2c-fe7ed7ee6142"