Malicious PDF — malware analysis report

Static analysis result for SHA-256 13bcc270d9456267…

MALICIOUS

PDF

859.9 KB Created: r ÙɚÈD½ìkMÌsBÙ½ñIB#­ Authoring application: ›5å,àXw"؉ì1[Æ"±kÙLºôã (via ›5å,àA] %‰é-÷£|ßH)
MD5: df1eca579474105df5f8f0e45848d1a5 SHA-1: 9ffe26412cfbee6861d2210494eb0911e60abd7c SHA-256: 13bcc270d9456267925dd018952342a5a310aa7379bf8e35ebb4769d25954272
94 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript, which is used to obfuscate and hide malicious content. The 'PDF_ENCRYPTED_WITH_JS' heuristic indicates that the PDF is encrypted and uses JavaScript, suggesting an attempt to evade static analysis and deliver a hidden payload. The ML classifier also flagged this PDF as malicious with a high score. No specific IOCs were extracted, but the presence of JavaScript points to a downloader or exploit delivery mechanism.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9529

Heuristics 4

  • 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.
  • AcroForm button with action trigger low PDF_ACROFORM_BUTTON
    PDF contains a /Btn form field together with a SubmitForm/URI/Launch/JS trigger — this is the building block of fake 'Download' or 'Open' button overlays used in PDF phishing lures