type.inbound
and any(filter(attachments, .file_type == "zip"),
any(file.explode(.),
any(.scan.yara.matches, .name in ("zipline_delivery_telekom"))
)
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(filter(attachments, .file_type == "zip"),
any(file.explode(.),
any(.scan.yara.matches, .name in ("zipline_delivery_telekom"))
)
)
Test against your own EMLs or sample data.