Sublime Security medium experimental mql
Attachment: QuickBooks PDF lure
Detects inbound messages containing PDF attachments that match YARA signatures identifying QuickBooks-themed lure content.
Detection Logic
type.inbound
and any(filter(attachments, .file_type == "pdf"),
any(file.explode(.),
any(.scan.yara.matches, .name == "quickbooks_pdf_payment_lure")
)
) Field Validations
Loading…
Comments (0)
Loading comments...