Description

Detects messages linking to Intuit notification domains from non-Intuit senders, combined with credential harvesting language and file sharing themes

References

No references.

Sublime Security
Created Jun 27th, 2025 • Last updated Sep 15th, 2026
Source
type.inbound
// look for links to links.notification.intuit.com but the sender is not from quickbooks/intuit
and any(body.current_thread.links,
        .href_url.domain.domain == "links.notification.intuit.com"
)
and not sender.email.domain.root_domain in ("quickbooks.com", "intuit.com")
and not any(headers.domains, .root_domain in ("quickbooks.com", "intuit.com"))
and length(body.current_thread.text) < 1750
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