• Sublime Core Feed
Medium Severity

Link: Google Drawings link from new sender

Description

Detects messages containing Google Drawings links from previously unseen senders, which may indicate abuse of Google's drawing service for malicious content delivery.

References

No references.

Sublime Security
Created Mar 9th, 2026 • Last updated Mar 9th, 2026
Source
type.inbound
// google drawings link
and any(body.current_thread.links,
        .href_url.domain.domain == "docs.google.com"
        and strings.istarts_with(.href_url.path, '/drawings')
        and (
          strings.icontains(.href_url.path, '/preview')
          or any(ml.nlu_classifier(body.current_thread.text).intents,
                 .name == "cred_theft" and .confidence != "low"
          )
        )
)
and profile.by_sender_email().prevalence == "new"
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