Medium Severity

Service abuse: Calendly callback scam detection

Description

Detects inbound messages from Calendly's notification system that contain callback scam content, as identified through natural language processing with medium or high confidence levels.

References

No references.

Sublime Security
Created May 21st, 2026 • Last updated May 21st, 2026
Source
type.inbound
and sender.email.email == "no-reply@calendly.com"
and any(ml.nlu_classifier(body.current_thread.text).intents,
        .name == "callback_scam" and .confidence != "low"
)
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