Medium Severity

Attachment: XLS with legal confidentiality disclaimer

Description

Detects inbound emails with XLS attachments containing a specific legal confidentiality disclaimer string commonly found in corporate email signatures. This pattern may indicate a malicious spreadsheet crafted to appear as a legitimate forwarded business communication, lending false credibility to the attachment.

References

No references.

Sublime Security
Created Sep 10th, 2026 • Last updated Sep 10th, 2026
Source
type.inbound
and any(attachments,
        (.file_extension in~ ("xls"))
        and any(file.explode(.),
                any(.scan.strings.strings,
                    strings.contains(.,
                                     'The information contained in this transmission and its attachments (an "e-communication") are intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential, proprietary and/or otherwise protected by work product immunity or other legal rules.'
                    )
                )
        )
)
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