type.inbound
and any(filter(attachments, .file_type == "zip"),
any(file.explode(.),
any(.scan.yara.matches, .name == "zip_pklfh_cd_fname_mismatch")
)
)
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 == "zip_pklfh_cd_fname_mismatch")
)
)
Test against your own EMLs or sample data.