Malicious PDF — malware analysis report

Static analysis result for SHA-256 36d8f15b6dcfc35a…

MALICIOUS

PDF

6.2 KB Created: ý˜ÎçZ¿gqÞÚäŽ5’ö Authoring application: êÁ޾Eü~rÀÙû#—ó (via êÁ޾Eü~ª¬õðdijó#r­Ÿôëé)
MD5: f0a3eea3eef5ddbec50bf7a9e9c84b6b SHA-1: fe007ec41277de85b00dfe8a21712310e86c0df8 SHA-256: 36d8f15b6dcfc35a98315b266d70d96f7eab4fa196384ee5d8c834830ab490bb
86 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1566.001 Spearphishing Attachment T1027 Obfuscated Files or Information

The sample is a PDF file flagged by ML classifiers as malicious. It contains embedded JavaScript and is encrypted with JavaScript, indicating an attempt to conceal its true functionality. The presence of JavaScript actions and embedded JS streams suggests the document is designed to execute code upon opening, likely to download and execute a second-stage payload. The obfuscation techniques used make it difficult to determine the exact payload or family without dynamic analysis.

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.