• Sublime Core Feed
Medium Severity

Open Redirect: Samsung

Labels

Credential Phishing
Malware/Ransomware
Open redirect
Sender analysis
URL analysis

Description

Message contains use of the Samsung open redirect, but the sender is not Samsung.

References

Sublime Security
Created Aug 17th, 2023 • Last updated Mar 18th, 2025
Feed Source
Sublime Core Feed
Source
GitHub
type.inbound
and any(body.links,
        (
          .href_url.domain.domain == 't.info.samsungusa.com'
          and .href_url.path =~ '/r/'
        )
        or (
          .href_url.domain.root_domain == "samsung.com"
          and strings.iends_with(.href_url.domain.subdomain, '.email')
          and strings.icontains(.href_url.path, '/r/')
          and strings.icontains(.href_url.query_params, 'id=')
          and strings.icontains(.href_url.query_params, 'p1=')
          // with redirects to google/doubleclick
          and regex.icontains(.href_url.query_params,
                              'p1=[^\&]*(?:google\.|doubleclick\.net)'
          )
        )
)
and sender.email.domain.root_domain not in ('samsungusa.com', 'samsung.com')
MQL Rule Console
DocsLearning Labs

Playground

Test against your own EMLs or sample data.

Share

Post about this on your socials.

Get Started. Today.

Managed or self-managed. No MX changes.

Get Started