Sublime Security medium experimental mql
Link: Free file host link with 'Important Viewing Note' lure
Detects inbound messages containing links to free file hosting domains paired with the phrase 'important viewing note' in the message body. These messages often masquerade as institutional or educational communications — such as student conduct reports or advancement initiatives — to add legitimacy and encourage recipients to follow the hosted link.
Detection Logic
type.inbound
and any(body.current_thread.links, .href_url.domain.domain in $free_file_hosts)
and strings.icontains(body.current_thread.text, 'important viewing note') Field Validations
Loading…
Comments (0)
Loading comments...