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