High Severity

Link: Google Cloud Storage impersonating with googledrive in URL path

Description

Detects inbound messages containing links to Google Cloud Storage (storage.googleapis.com) with paths ending in 'googledrive.html', indicating abuse of Google's cloud storage service to impersonate Google Drive and potentially deliver malicious content.

References

No references.

Sublime Security
Created May 26th, 2026 • Last updated May 26th, 2026
Source
type.inbound
and any(body.links,
        // use of storage.googleapis.com
        .href_url.domain.domain == "storage.googleapis.com"
        // with an actor controlled path that impersonates Google Drive
        and strings.iends_with(.href_url.path, 'googledrive.html')
)
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