type.inbound
and length(recipients.to) == 1
and recipients.to[0].email.domain.valid
and any(body.links,
// eviltokens cloudflare workers domain struct
(
strings.iends_with(.href_url.domain.domain, '-account.workers.dev')
and regex.icontains(.href_url.domain.domain,
'^(?:(?:page-)?adobe|calendar_invite|(?:page-)?docusign|fax|quarantine|onedrive|page-password|sharepoint|voicemail|index)-[a-z0-9]{3}\.[a-z0-9-]{3,}'
)
)
)
Playground
Test against your own EMLs or sample data.