Malicious PDF — malware analysis report

Static analysis result for SHA-256 ad3dfda345d55ed9…

MALICIOUS

PDF

681 B
MD5: 59489703a3cf45e0c4f35d08e8a0fb60 SHA-1: ea5555e908e77d19201fc6b45c51eaac6472baa1 SHA-256: ad3dfda345d55ed986bf1842de5b14b4e71e1a09b36e9f7844e88cb80498a493
196 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File: Malicious File

The PDF file contains embedded JavaScript, which is obfuscated using `unescape()` and `eval()` calls. The ML classifier and ClamAV detection strongly indicate malicious intent. The embedded JavaScript is likely designed to download and execute a second-stage payload, as suggested by the heuristic firings related to JavaScript execution and exploit primitives within the PDF structure. The primary IOC is the ClamAV detection signature.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9999

Heuristics 7

  • ClamAV: Pdf.Exploit.Agent-35912 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Pdf.Exploit.Agent-35912
  • eval() call high PDF_EVAL
    eval() found — commonly used for obfuscated exploit execution (matched inside decoded stream)
  • unescape() call high PDF_UNESCAPE
    unescape() found — often used to decode shellcode in PDF JS exploits (matched inside decoded stream)
  • JavaScript action low PDF_JAVASCRIPT
    PDF contains a /JavaScript action. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
  • Embedded JS stream low PDF_JS
    PDF references a /JS stream. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
  • syncAnnotScan annotation-staging primitive low PDF_FOXIT_SYNCANNOTSCAN
    PDF JavaScript calls syncAnnotScan() — a no-op annotation-enumeration primitive used by exploit-kit JavaScript to stage payload reads from annotation /Subject fields before eval(). Not a vulnerable sink itself; rarely seen in legitimate PDFs. (matched in decompressed stream)
  • Suspicious extracted artifact info EXTRACTED_FILE_STATIC_TRIAGE
    One 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 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0005_000.js
7218a1c68060953321573daa035b16f5f32928ce25a9eb656690dbe78cd9464e
pdf-javascript-stream PDF /JS object 5 at offset 0x10F 201 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 2 eval/decoder/string-building token(s).
deobfuscated.js
ea3fba798ccc1331eefb497aa60bea18d289259fd129d2bec27ae150bf7b190e
deobfuscated-js PDF JavaScript deobfuscation pass 458 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 4 eval/decoder/string-building token(s).