Malware Insights
The PDF file contains embedded JavaScript, indicated by multiple heuristic firings including PDF_JAVASCRIPT, PDF_JS, PDF_EVAL, and PDF_UNESCAPE. The JavaScript utilizes eval() and unescape() functions, along with String.fromCharCode, to deobfuscate and execute its payload. The reconstructed strings 'wuzSnaDI87bIytDK0cL8u7Pm3ZDb5P7/8vHzhObY1r/mrKHb85P7le6ro96poA==' and 'pPH0laefmqSyt6eSt9+J5eK0tIKmmoezpPGpwqGamqS2vPLHt9+K57HgtIKmmoezpPGplaLJmqSw56bHt9+Hs+DgtIKikovhpPHyxKfPmqS1tKmVt9+Hs7e0tIKgnomy' and 'pPGplaCemqSy56XCt9+IsrnmtIKlko/kpPH3k6KZmqS14qmVt9+Hs7C8tIKgmoq3pPH1k6KZmqSyt/TEt9+Hs7W9tIKqyIzlpPH3wqKZmqTitKLEt9/Zsri9tIKqnt6ypPGmw/GamqTitaHAt9+PteLltIL2mo/i' are likely obfuscated URLs or malicious code. The primary intent appears to be the execution of this deobfuscated JavaScript, which likely downloads and executes a second-stage payload.
Heuristics 5
-
eval() call high PDF_EVALeval() found — commonly used for obfuscated exploit execution
-
unescape() call high PDF_UNESCAPEunescape() found — often used to decode shellcode in PDF JS exploits
-
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.
-
String.fromCharCode low PDF_FROMCHARCODEString.fromCharCode found — used to construct payload strings dynamically. Common in benign JavaScript libraries for codepoint manipulation, so this alone is informational; weaponised use is also caught by the dedicated fromCharCode-stage and exploit-shape rules.
Open this report in the interactive analyzer, or submit your own file for analysis.