Medium Severity

Attachment: PDF file with recipient domain and ATT eCheckRun pattern

Description

Detects PDF attachments with filenames containing the recipient's domain, potentially indicating targeted financial document spoofing.

References

No references.

Sublime Security
Created Jun 16th, 2026 • Last updated Jun 16th, 2026
Source
type.inbound
and any(filter(attachments, .file_type == "pdf"),
        strings.icontains(.file_name, recipients.to[0].email.domain.sld)
        and strings.starts_with(.file_name, "ATT")
        and strings.icontains(.file_name, "eCheckRun")
)
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