High Severity

Link: Google Cloud Storage link with index.php in URL

Description

Detects inbound messages containing links hosted on storage.googleapis.com that point to an index.php path, either in the URL path or fragment. Attackers abuse Google Cloud Storage to host malicious content, leveraging the trusted domain to bypass security filters.

References

No references.

Sublime Security
Created Jun 30th, 2026 • Last updated Jun 30th, 2026
Source
type.inbound
and any(body.links,
        .href_url.domain.domain == "storage.googleapis.com"
        and (
          strings.iends_with(.href_url.path, 'index.php')
          or regex.icontains(.href_url.fragment, '^\/?index.php')
        )
)
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