• Sublime Core Feed
Medium Severity

Attachment: Finance themed PDF with observed phishing template

Description

Detects PDF attachments containing a specific rectangular coordinate pattern at position [249.75 560 407.25 599.75], which may indicate a templated or malicious document structure.

References

No references.

Sublime Security
Created Mar 2nd, 2026 • Last updated Mar 2nd, 2026
Source
type.inbound
and any(filter(attachments, .file_type == "pdf"),
        any(file.explode(.),
            any(.scan.strings.strings,
                strings.contains(., "/Rect [ 249.75 560 407.25 599.75 ]")
            )
        )
)
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