Malware Insights
The PDF file contains embedded JavaScript, indicated by multiple heuristic firings including PDF_JAVASCRIPT and PDF_JS. The PDF_ENCRYPTED_WITH_JS heuristic suggests that the JavaScript is used to obfuscate or hide the actual malicious payload. The presence of ASCIIHexDecode filters further supports the idea of data manipulation for evasion. While the specific intent of the JavaScript is not fully discernible due to obfuscation, it is highly probable that it is used to download and execute a second-stage payload or redirect the user to a malicious site, characteristic of phishing or malware distribution.
Heuristics 6
-
Encrypted PDF carries /JavaScript — payload hidden from static analysis high PDF_ENCRYPTED_WITH_JSPDF 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.
-
ASCIIHexDecode filter (with exploit indicators) medium PDF_FILTER_HEXHex-encoding filter present alongside exploit delivery indicators — often used to hide payload or shellcode bytes
-
JavaScript action low PDF_JAVASCRIPTPDF contains a /JavaScript action. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
-
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.
-
XFA form low PDF_XFAPDF uses XML Forms Architecture — can contain script logic
-
AcroForm button with action trigger low PDF_ACROFORM_BUTTONPDF 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
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
javascript_obj0029_000.js4883d99b5e21891965222a8c54021c8c6185849f7093801b8b82da6bd9da88ce |
pdf-javascript-stream | PDF /JS object 29 at offset 0x1E2C | 8603 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.