type.inbound
and any(body.links,
// use of storage.googleapis.com
.href_url.domain.domain == "storage.googleapis.com"
// with an actor controlled path that impersonates Google Drive
and strings.iends_with(.href_url.path, 'googledrive.html')
)
Playground
Test against your own EMLs or sample data.