Sublime Security medium experimental mql

Link: Blogspot hosting explicit romance content

Detects inbound messages containing links to Blogspot domains that host explicit romance content, identified through natural language processing of the message body.

View Source

Detection Logic

type.inbound
and any(body.links, .href_url.domain.root_domain == "blogspot.com")
and (
  any(ml.nlu_classifier(body.current_thread.text).topics,
      .name == "Sexually Explicit Messages"
  )
)

Field Validations

Loading…

Comments (0)

Loading comments...