Low Severity

Link: Direct link to Dropbox Paper file

Description

Detects inbound messages containing links to Dropbox Paper documents using the /scl/fi/ sharing path with a .paper file extension and an rlkey query parameter. This pattern is commonly abused to host phishing content or malicious redirects behind Dropbox's trusted domain, allowing messages to bypass reputation-based filtering while luring recipients into opening a shared document.

References

No references.

Sublime Security
Created Aug 17th, 2026 • Last updated Aug 17th, 2026
Source
type.inbound
and any(body.current_thread.links,
        .href_url.domain.root_domain == "dropbox.com"
        and strings.istarts_with(.href_url.path, '/scl/fi/')
        and strings.iends_with(.href_url.path, '.paper')
        and 'rlkey' in keys(.href_url.query_params_decoded)
)
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