High Severity

Link: Google Cloud Storage link with redirect.html in URL

Description

Detects inbound messages containing links that route through a redirect.html page hosted on Google Cloud Storage (storage.googleapis.com). Attackers abuse legitimate cloud storage infrastructure to host redirect pages that forward victims to malicious destinations, evading URL reputation checks.

References

No references.

Sublime Security
Created Jun 26th, 2026 • Last updated Jun 30th, 2026
Source
type.inbound
and any(body.links,
        (
          strings.iends_with(.href_url.path, 'redirect.html')
          or strings.istarts_with(.href_url.fragment, '/redirect.html')
        )
        and .href_url.domain.domain == "storage.googleapis.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.

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