• Sublime Core Feed
Medium Severity

Open redirect: YouTube --> Google Redirection Chain

Description

Message contains use of a redirect chain which involves YouTube and Google amp. This has been exploited in the wild.

References

No references.

Sublime Security
Created Jan 15th, 2025 • Last updated Jan 12th, 2026
Source
type.inbound
and any(body.links,
        (
          .href_url.domain.root_domain == "youtube.com"
          and strings.icontains(.href_url.path, 'logout')
          // the redirect field
          and strings.icontains(.href_url.query_params, "continue=")
          and regex.icontains(.href_url.query_params,
                              '&continue=(?:https?)?(?:(?:%3a|\:)?(?:\/|%2f){2})?google\.com[^\&]*\/+amp\/+s\/+'
          )
        )
)
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.

Deploy and integrate a free Sublime instance in minutes.
Get Started