Sublime Security medium experimental mql
Attachment: PDF Object Hash - Encrypted PDFs with fake payment notification
Detects PDF attachments containing a specific object hash (63bf167b66091a4bc53e8944a76f6b08) that may indicate malicious content or known threat indicators.
Detection Logic
type.inbound
and any(filter(attachments, .file_type == "pdf"),
any(file.explode(.),
.scan.pdf_obj_hash.object_hash == "63bf167b66091a4bc53e8944a76f6b08"
)
) Field Validations
Loading…
Comments (0)
Loading comments...