Malicious PDF — malware analysis report

Static analysis result for SHA-256 1b430fece89ba559…

MALICIOUS

PDF

1.3 KB
MD5: 8aa8ae1c2d7867f464fa6ced72be8f0e SHA-1: ccba5564a52b7c80d40fb98d26887de75307764b SHA-256: 1b430fece89ba55902f502674aaea5d0f2e6c6d0994619c6d2943d3fbf49ab4b
78 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 Command and Scripting Interpreter: PowerShell

The PDF file contains embedded JavaScript, indicated by multiple heuristic firings including PDF_JAVASCRIPT and PDF_JS. The JavaScript stream is further obfuscated using unescape() and ASCIIHexDecode, suggesting malicious intent. The primary goal appears to be the execution of this script, which likely acts as a downloader for additional malicious content.

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
79795146c46ba896dda834b2ee29dfa1dd6df56bf03ff9560a9b87e0c84e1d21
pdf-javascript-stream PDF /JS object 6 at offset 0x12D 596 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 4 eval/decoder/string-building token(s).