Malicious PDF — malware analysis report

Static analysis result for SHA-256 da7e5a6e48b54325…

MALICIOUS

PDF

3.2 KB Created: Ðü÷rÇDÚí㞭Ž›S Authoring application: Ç¥·+• ™ôúŸ±‰‚X (via Ç¥·+• ™ôrê¿öÅ@ɗ¿á¾]hÃc)
MD5: 2b940f30fd49d19f535896697ec63f9f SHA-1: 74d22e2aab1cd30c749a75ace3c690331ae7fd04 SHA-256: da7e5a6e48b543258685a0d79a26f2dabaa9832522411b6b18ee554d7d6a4a51
86 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 JavaScript/JScript T1553.004 Subversion: Block Nullmation

This PDF sample was flagged as malicious by an ML classifier with high confidence. It contains embedded JavaScript and is encrypted, with the JavaScript action likely used to decrypt and execute the payload. The presence of PDF_ENCRYPTED_WITH_JS and PDF_JAVASCRIPT heuristics indicates that the JavaScript is used to obscure the malicious content, a common technique for initial access.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 3

  • Encrypted PDF carries /OpenAction — payload hidden from static analysis high PDF_ENCRYPTED_WITH_JS
    PDF declares /Encrypt and also references an executable trigger (/OpenAction). Document encryption hides the JavaScript body and stream contents from static scanners — combined with auto-execution indicators this is a known evasion pattern used to deliver weaponised JavaScript that the analyst cannot inspect without the decryption key.
  • JavaScript action low PDF_JAVASCRIPT
    PDF contains a /JavaScript action. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
  • Embedded JS stream low PDF_JS
    PDF references a /JS stream. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.