Medium Severity

Service abuse: Outlook Groups with Google Sites link and evasion tag

Description

Detects inbound messages sent via Outlook Groups (groups.outlook.com) that contain links to Google Sites, combined with a suspicious short alphanumeric tag appended to either the message body or subject line. This pattern is commonly used to evade detection while redirecting recipients to credential harvesting pages hosted on Google Sites.

References

No references.

Sublime Security
Created Jun 17th, 2026 • Last updated Jun 17th, 2026
Source
type.inbound
and headers.return_path.domain.domain == "groups.outlook.com"
and any(body.current_thread.links,
        .href_url.domain.domain == "sites.google.com"
)
and (
  regex.icontains(body.current_thread.text, '\n[a-z0-9]{3}\s*$')
  or regex.icontains(subject.base, '\s{2,}[a-z0-9]{3}\s*$')
)
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