MALICIOUS
114
Risk Score
Malware Insights
MITRE ATT&CK
T1566.001 Spearphishing Attachment
T1059.007 JavaScript
T1204.002 Malicious Link
The PDF file contains embedded JavaScript that utilizes the `exportDataObject` and `nLaunch` functions to prompt the user to save and execute an embedded HTML file named 'HTML Javascript obfuscated.html'. This embedded file is likely a secondary payload designed to further compromise the user's system. The ML classifier strongly indicates maliciousness.
Machine Learning
- Nyx PDF Classifier malicious score 0.9999
Heuristics 4
-
JavaScript action low 2 related findings PDF_JAVASCRIPTPDF contains a /JavaScript action. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
-
exportDataObject + nLaunch — embedded-file launch-on-open dropper critical PDF_JS_EXPORT_LAUNCH_DROPPERPDF JavaScript calls exportDataObject() with nLaunch set, which extracts the document's embedded file and launches it in its default application. This is a launch-on-open dropper: the embedded file is the payload. No benign workflow auto-launches an extracted PDF attachment.
-
Embedded JS stream low PDF_JSPDF references a /JS stream. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
-
Embedded file low PDF_EMBEDDEDPDF embeds a file attachment — could carry an executable or another weaponised document as a nested payload
Extracted artifacts 4
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
HTML_Javascript_obfuscated.htmlb71ebf3c71bf7695e41f6a6a0498d651023c1dc705b6aa4b0fef1ae9bcfecf4d |
pdf-embedded-file | PDF EmbeddedFile object 8 at offset 0x486 | 769 bytes |
javascript_obj0009_000.jsc305feeddafc50535d1034d7095ce7d1bf2c2a64612e85da16d046642e471c5d |
pdf-javascript-stream | PDF /JS object 9 at offset 0x616 | 80 bytes |
Preview scriptFirst 1,000 lines of the extracted script
this.exportDataObject({ cName: "HTML Javascript obfuscated.html", nLaunch: 2 });
|
|||
javascript_obj0009_001.js23d8b2d3162ff8b3e87bc67906f52a7615505d26a8170c4a836b96a258ea697e |
pdf-javascript-stream | PDF /JS object 9 at offset 0x616 | 78 bytes |
Preview scriptFirst 1,000 lines of the extracted script
this.exportDataObject({ cName: "HTML Javascript obfuscated.html", nLaunch: 2 }
|
|||
combined_document_js_000.js63e624e36c5ceebfc64a3293365cf7465758a0fca1641841c1a25beef66ea145 |
deobfuscated-js | combined document JavaScript streams at offset 0x616 | 159 bytes |
Preview scriptFirst 1,000 lines of the extracted script
this.exportDataObject({ cName: "HTML Javascript obfuscated.html", nLaunch: 2 });
this.exportDataObject({ cName: "HTML Javascript obfuscated.html", nLaunch: 2 }
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.