Malicious PDF — malware analysis report

Static analysis result for SHA-256 74b7d04b31cd92aa…

MALICIOUS

PDF

6.0 KB
MD5: 05e036d21cbc8271b8144f41fa3080f5 SHA-1: be3f63d6b3ece2af9467e487c50773c17c36c9dc SHA-256: 74b7d04b31cd92aacbb2f373433946752217f0f6e5a1a99e9615904e86b01d26
166 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1566.001 Spearphishing Attachment

The PDF file contains obfuscated JavaScript, indicated by multiple heuristic firings including PDF_OBFUSCATED_NAME_OBJECT and PDF_JAVASCRIPT. The embedded JavaScript is likely designed to download and execute a malicious payload, a common technique for initial compromise via spearphishing attachments. The ML classifier strongly supports the malicious nature of this file.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9999

Heuristics 4

  • Hex-obfuscated scripting name object critical PDF_OBFUSCATED_NAME_OBJECT
    A PDF name object that drives script execution (/JavaScript or /JS) is written with #XX hex escapes to hide it from string-based scanners — e.g. /J#61v#61S#63r#69p#74 decoding to /JavaScript. Legitimate PDF producers always write these names literally; hex-encoding an executable name is a deliberate evasion used by exploit-kit and dropper PDFs.
  • ClamAV: Heuristics.PDF.ObfuscatedNameObject critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Heuristics.PDF.ObfuscatedNameObject
  • 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.