Sublime Security medium experimental mql

Attachment: PDF with quote lure

Detects PDF attachments containing quote-themed lure content.

View Source

Detection Logic

type.inbound
and any(filter(attachments, .file_type == "pdf"),
        any(file.explode(.),
            any(.scan.yara.matches, .name in ("pdf_quote_lure_01"))
        )
)

Field Validations

Loading…

Comments (0)

Loading comments...