• Sublime Core Feed

Description

Abuses Microsoft Forms to impersonate Google.

References

No references.

Sublime Security
Created Aug 17th, 2023 • Last updated Aug 21st, 2023
Source
type.inbound
and sender.email.domain.domain == 'email.formspro.microsoft.com'
and regex.icontains(sender.display_name, '(google|gmail)')
and regex.icontains(sender.display_name, '(alert|warning|notification)')
// MsgID does not contain Google|Gmail|GoogleMail
and not regex.icontains(headers.message_id, '(mail|mx)?\.?(google(mail)?|gmail.com)')
and (
  any(body.links, .href_url.domain.root_domain not in $tranco_1m)
  or strings.ilike(body.html.display_text,
                   "*suspicious activities*",
                   "*failure to secure*",
                   "*loose your*",
                   "*suspended*"
  )
)
MQL Rule Console
DocsLearning Labs

Playground

Test against your own EMLs or sample data.

Share

Post about this on your socials.

Get Started. Today.

Managed or self-managed. No MX changes.

Deploy and integrate a free Sublime instance in minutes.
Get Started