MALICIOUS
72
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
The PDF file is encrypted and contains JavaScript, as indicated by the PDF_ENCRYPTED_WITH_JS and PDF_JAVASCRIPT heuristics. The embedded JavaScript stream, named javascript_obj0009_000.js, is likely responsible for decrypting and executing the malicious payload. The exact nature of the payload is obscured by the encryption, but the presence of JavaScript suggests an attempt to bypass static analysis and deliver a secondary stage. The PDF_EMBEDDED heuristic also indicates that the file may contain other embedded artifacts.
Heuristics 5
-
Encrypted PDF carries /JS — payload hidden from static analysis high PDF_ENCRYPTED_WITH_JSPDF declares /Encrypt and also references an executable trigger (/JS). 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_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.
-
Embedded file low PDF_EMBEDDEDPDF embeds a file attachment — could carry an executable or another weaponised document as a nested payload
-
Additional-actions dictionary low PDF_AAPDF defines /AA (Additional Actions) that references an executable action (JS/JavaScript/Launch/SubmitForm) — can auto-trigger on document or widget events. Form-field calc/format/validate/keystroke handlers in legitimate interactive forms commonly fire this, so it is reported as a low-weight signal; weaponised auto-execution is flagged by stronger rules (PDF_OPENACTION, encrypted-with-JS, etc.)
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
javascript_obj0009_000.js48187e5f27b35932386917be4c948ca70386be52b176eb24e7a7e4dcbaa27967 |
pdf-javascript-stream | PDF /JS object 9 at offset 0x51A | 192 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.