EXPLORE
← Back to Explore
sublimemediumRule

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.

MITRE ATT&CK

initial-access

Detection Query

type.inbound
and sender.email.email == "notifications@monday.com"
and any(ml.nlu_classifier(body.current_thread.text).intents,
        .name == "callback_scam"
)

Data Sources

Email MessagesEmail HeadersEmail Attachments

Platforms

email
Raw Content
name: "Service abuse: Monday.com callback scam"
description: "Detects callback scam solicitations originating from Monday.com's notification system using natural language understanding to identify fraudulent callback language in the message body."
type: "rule"
severity: "medium"
source: |
  type.inbound
  and sender.email.email == "notifications@monday.com"
  and any(ml.nlu_classifier(body.current_thread.text).intents,
          .name == "callback_scam"
  )
attack_types:
  - "Callback Phishing"
tactics_and_techniques:
  - "Social engineering"
  - "Out of band pivot"
detection_methods:
  - "Content analysis"
  - "Natural Language Understanding"
  - "Sender analysis"
id: "82cf4502-d060-50b7-b002-5c45146f786e"