Low Severity

Sender: Local part built from recipient domain and mailbox

Description

Flags inbound messages where the sender's local part is constructed by combining the recipient's domain name and mailbox name (e.g., domain_mailbox). This pattern is commonly used to make the sender address appear related to or originating from the recipient's own organization, helping the message blend in and evade scrutiny.

References

No references.

Sublime Security
Created Aug 20th, 2026 • Last updated Aug 20th, 2026
Source
type.inbound
and sender.email.local_part == strings.concat(recipients.to[0].email.domain.sld,
                                              '_',
                                              recipients.to[0].email.local_part
)
and sender.email.domain.root_domain != recipients.to[0].email.domain.root_domain
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