Malicious PDF — malware analysis report

Static analysis result for SHA-256 7ce1e24cf22f7241…

MALICIOUS

PDF

4.1 KB
MD5: 4b0d710c17e4ec11676b85cdc9f2a690 SHA-1: 34d724aef1bbd82a1ddb286a28c22365b40d4ca3 SHA-256: 7ce1e24cf22f72419b1f91a3716f4fce58731ee884b9fe2a8ffee173c9d91e9e
70 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1204.002 Malicious File

The PDF contains an embedded JavaScript payload, indicated by the PDF_EMBEDDED_SCRIPT_PAYLOAD heuristic. The PDF_EVAL heuristic suggests that the script is executed using an eval() call. The extracted JavaScript file, stream_000_off00000287.js, is likely responsible for downloading and executing a second-stage payload. The XFA form heuristic also points to a non-standard PDF structure often used for malicious purposes.

Heuristics 4

  • eval() call high PDF_EVAL
    eval() found — commonly used for obfuscated exploit execution (matched inside decoded stream)
  • Embedded script payload in PDF stream medium PDF_EMBEDDED_SCRIPT_PAYLOAD
    PDF stream bytes contain an HTML/XFA <script> tag without accompanying Windows shell-execution primitives — common in accessible XFA forms but worth surfacing for analyst review.
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic
  • 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
stream_000_off00000287.js
997a11952d2eb0205715905d10b915c5fb4cedf68502cd16ee40424c786a09f8
decompressed-pdf-stream PDF FlateDecoded stream at offset 0x287 10488 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 4 eval/decoder/string-building token(s). Carved artifact contains 5 long base64-like blob(s).