• Sublime Core Feed
High Severity

Service abuse: Vimeo with external plain-text links in message

Description

Detects messages absuing Vimeo notifications about received messages that contain plain-text links redirecting to domains other than Vimeo, potentially leading users to malicious websites.

References

No references.

Sublime Security
Created Mar 6th, 2026 • Last updated Mar 6th, 2026
Source
type.inbound
and sender.email.domain.domain == 'vimeo.com'
and strings.ends_with(subject.base, 'sent you a message on Vimeo')
and (
  // plain-text url that does not go to vimeo
  any(filter(body.current_thread.links, .parser == "plain"),
      .display_url.domain.root_domain != 'vimeo.com'
  )
)
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