• Sublime Core Feed
Low Severity

Russia return-path TLD (untrusted sender)

Description

The return-path header is a .ru TLD from an untrusted sender.

References

No references.

Sublime Security
Created Aug 17th, 2023 • Last updated Jan 12th, 2026
Source
type.inbound
and headers.return_path.domain.tld == "ru"
and sender.email.domain.root_domain != "corp.mail.ru"
and sender.email.domain.root_domain != "calendar.yandex.ru"
and (
  (
    profile.by_sender().prevalence in ("new", "outlier")
    and not profile.by_sender().solicited
  )
  or (
    profile.by_sender().any_messages_malicious_or_spam
    and not profile.by_sender().any_messages_benign
  )
)
and not profile.by_sender().any_messages_benign
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