• Sublime Core Feed
Medium Severity

Service abuse: Google OAuth with suspicious redirect destination

Description

Detects messages containing Google OAuth links with prompt=none parameter that redirect to suspicious domains including free file hosts, free subdomain providers, or self-service creation platforms.

References

No references.

Sublime Security
Created Mar 12th, 2026 • Last updated Mar 12th, 2026
Source
type.inbound
and any(body.links,
        .href_url.domain.domain == "accounts.google.com"
        and strings.istarts_with(.href_url.path, '/o/oauth2/v2/auth')
        and strings.icontains(.href_url.url, 'prompt=none')
)
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