• Sublime Core Feed

Description

The message may contain a fake voicemail notification being sent via Sendgrid.

Sublime Security
Created Aug 17th, 2023 • Last updated Nov 24th, 2025
Source
type.inbound
and headers.return_path.domain.domain == 'sendgrid.net'
and (
  regex.icontains(strings.replace_confusables(subject.subject),
                  'v[o0][il1]cema[il1][li1]',
                  'v[o0][il1]ce message'
  )
  or any(ml.nlu_classifier(body.current_thread.text).topics,
         .name == "Voicemail Call and Missed Call Notifications"
         and .confidence == "high"
  )
)
and any(ml.nlu_classifier(body.current_thread.text).intents,
        .name not in ("benign")
)
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