EXPLORE
← Back to Explore
sublimemediumRule

Service abuse: MongoDB Atlas callback scam

Detects inbound messages from MongoDB Atlas alert addresses that contain callback scam content identified through natural language analysis with medium or high confidence.

MITRE ATT&CK

initial-access

Detection Query

type.inbound
and sender.email.email == "mongodb-atlas-alerts@mongodb.com"
and any(ml.nlu_classifier(body.current_thread.text).intents,
        .name == "callback_scam" and .confidence != "low"
) 

Data Sources

Email MessagesEmail HeadersEmail Attachments

Platforms

email
Raw Content
name: "Service abuse: MongoDB Atlas callback scam"
description: "Detects inbound messages from MongoDB Atlas alert addresses that contain callback scam content identified through natural language analysis with medium or high confidence."
type: "rule"
severity: "medium"
source: |
  type.inbound
  and sender.email.email == "mongodb-atlas-alerts@mongodb.com"
  and any(ml.nlu_classifier(body.current_thread.text).intents,
          .name == "callback_scam" and .confidence != "low"
  ) 
attack_types:
  - "Callback Phishing"
tactics_and_techniques:
  - "Impersonation: Brand"
  - "Social engineering"
detection_methods:
  - "Natural Language Understanding"
  - "Sender analysis"
id: "dc3c3195-7d19-5af0-b2d2-e86c6230920a"