Sublime Security medium experimental mql
Service abuse: Elastic alerts extortion
Detects inbound messages impersonating Elastic alerts sender that contain extortion content identified through natural language processing with medium to high confidence.
Detection Logic
type.inbound
and sender.email.email == "noreply@alerts.elastic.co"
and any(ml.nlu_classifier(body.current_thread.text).intents,
.name == "extortion" and .confidence != "low"
) Field Validations
Loading…
Comments (0)
Loading comments...