Medium Severity

Link: Concatenated display text concealing duplicate URLs with PDF reference

Description

Detects messages where two identical links are displayed as a single continuous text string, with the second link containing 'PDF' in its display text. This technique can be used to obscure the true nature of links by making them appear as legitimate document references.

References

No references.

Sublime Security
Created Jun 12th, 2026 • Last updated Jun 12th, 2026
Source
type.inbound
and strings.contains(body.current_thread.text,
                     strings.concat(body.current_thread.links[0].display_text,
                                    body.current_thread.links[1].display_text
                     )
)
and body.current_thread.links[0].href_url.url == body.current_thread.links[1].href_url.url
and strings.icontains(body.current_thread.links[1].display_text, 'pdf')
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