Sublime Security medium experimental mql
Attachment: PDF with base64 JavaScript and eval functions
PDF attachment contains base64-encoded JavaScript variables with eval functions, indicating potential code obfuscation and execution techniques commonly used in malicious documents.
Detection Logic
type.inbound
and any(filter(attachments, .file_type == "pdf"),
any(file.explode(.),
.depth == 0
and any(.scan.yara.matches, .name in ("pdf_b64_js_var_eval", ))
)
) Field Validations
Loading…
Comments (0)
Loading comments...