Sublime Security medium experimental mql

Service abuse: Google Groups callback scam

Detects inbound messages originating from Google Groups that contain high-confidence callback scam content, identifying abuse of the legitimate service to distribute fraudulent callback requests.

View Source

Detection Logic

type.inbound
and sender.email.domain.domain == "groups.google.com"
and any(ml.nlu_classifier(body.current_thread.text).intents,
        .name == "callback_scam" and .confidence == "high"
)

Field Validations

Loading…

Comments (0)

Loading comments...