Sublime Security medium experimental mql
Service abuse: Monday.com callback scam
Detects callback scam solicitations originating from Monday.com's notification system using natural language understanding to identify fraudulent callback language in the message body.
Detection Logic
type.inbound
and sender.email.email == "notifications@monday.com"
and any(ml.nlu_classifier(body.current_thread.text).intents,
.name == "callback_scam"
) Field Validations
Loading…
Comments (0)
Loading comments...