Malicious PDF — malware analysis report

Static analysis result for SHA-256 f85cbda8378e49db…

MALICIOUS

PDF

196.0 KB Created: 9K%{kSà|12É(w¦÷ ¿ÊÖ Authoring application: <Àw/z/¼8cfzŸwSeÉ¢ZG蔔)=øöÈWf
MD5: aa022be8a345d4d0998f1b14dd7d916a SHA-1: d5291c17605430a26faae05bbaf076ee37a7f102 SHA-256: f85cbda8378e49db7546de96196d1700e7c525f9d4b85bfbfa0525cc5581c48d
102 Risk Score

Malware Insights

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

This PDF file was flagged as malicious by an ML classifier with high confidence. Heuristics indicate the presence of JavaScript, which is used to obfuscate and hide the actual payload. The PDF is encrypted, further suggesting an attempt to evade static analysis. The combination of these factors points to a malicious document likely designed to download and execute a secondary payload.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9908

Heuristics 5

  • Encrypted PDF carries /JavaScript — payload hidden from static analysis high PDF_ENCRYPTED_WITH_JS
    PDF declares /Encrypt and also references an executable trigger (/JavaScript). 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.
  • Embedded file low PDF_EMBEDDED
    PDF embeds a file attachment — could carry an executable or another weaponised document as a nested payload
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic