Medium Severity

Attachment: Google share.google URL shortener in google.<tld>/share.google path form

Description

Detects inbound messages whose attachments contain links in the form google.<tld>/share.google?q=<code>, which inherits google.<tld> domain reputation to mask an attacker-controlled destination. This google.<tld>/share.google?q= path form is undocumented: Google publishes the share.google shortener feature, but not this on-Google-domain form or its 'q' parameter. ICS calendar attachments are covered by a separate rule.

References

No references.

Sublime Security
Created Sep 14th, 2026 • Last updated Sep 14th, 2026
Source
type.inbound
and any(attachments,
        not (
          .file_type == "ics"
          or .file_extension == "ics"
          or .content_type in ("application/ics", "text/calendar")
        )
        and any(file.explode(.),
                any(.scan.url.urls,
                    .domain.sld == "google"
                    and strings.istarts_with(.path, '/share.google')
                    and 'q' in keys(.query_params_decoded)
                )
        )
)
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