Malicious PDF — malware analysis report

Static analysis result for SHA-256 f8edb2b9e5685795…

MALICIOUS

PDF

679 B
MD5: b5419a9875383deb5b6a26fe40f834e0 SHA-1: 415d44da0586c25560fa97099122b6c85271d0a6 SHA-256: f8edb2b9e56857954acd8c3e9193214b76d712fc280a99c61b0b276e9b13bac9
78 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript, indicated by multiple heuristic firings related to PDF JavaScript actions and streams. The `unescape()` call and `ASCIIHexDecode` filter suggest obfuscation, a common technique for hiding malicious code. The extracted JavaScript file, `javascript_obj0006_000.js`, is likely responsible for executing the malicious payload.

Heuristics 5

  • unescape() call high PDF_UNESCAPE
    unescape() found — often used to decode shellcode in PDF JS exploits (matched inside decoded stream)
  • ASCIIHexDecode filter (with exploit indicators) medium PDF_FILTER_HEX
    Hex-encoding filter present alongside exploit delivery indicators — often used to hide payload or shellcode bytes
  • 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.
  • 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 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0006_000.js
e5ef2ab60b859aa2902c88251436b460a4c64eff95d7fd38e237cf4697d34ee1
pdf-javascript-stream PDF /JS object 6 at offset 0x12D 41 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 1 eval/decoder/string-building token(s).