Malicious PDF — malware analysis report

Static analysis result for SHA-256 33d137dfb9da0f8c…

MALICIOUS

PDF

96.6 KB Created: 2010-04-06 20:01:58 +08:00 Authoring application: Acrobat Web Capture 7.0
MD5: c0013b969ff5a96cfe21891a69ad48d6 SHA-1: 88e479a52d67c6b3c6559b816028df5a0dd6f59f SHA-256: 33d137dfb9da0f8c7f276b6317e4533af9d43402bb02ff9fa341852f8279c8bd
68 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell

The PDF file contains embedded JavaScript streams, one of which is flagged for suspicious obfuscation. The presence of `eval()` calls within the JavaScript strongly suggests an attempt to execute arbitrary code. This is likely intended to download and execute a second-stage payload, a common technique for malware delivery. The specific JavaScript files extracted are the primary indicators of this malicious activity.

Heuristics 7

  • eval() call high PDF_EVAL
    eval() found — commonly used for obfuscated exploit execution (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.
  • Embedded file low PDF_EMBEDDED
    PDF embeds a file attachment — could carry an executable or another weaponised document as a nested payload
  • PDF differential parser failed info PDF_DIFFERENTIAL_PARSE_FAILED
    The cross-check parser (pdfminer.six) failed on this file: PDF differential parser failed: AssertionError. Static heuristics still ran and any of their findings above are valid; only the differential cross-check signal is missing.
  • 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.
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL http://www.w3.org/1999/02/22-rdf-syntax-ns#
    • http://ns.adobe.com/xap/1.0/
    • http://purl.org/dc/elements/1.1/
    • http://ns.adobe.com/xap/1.0/mm/
    • http://ns.adobe.com/pdf/1.3/

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0048_000.js
97e6c8fb70f6fedab160a41095c99dce3c9d53a0086d3a8d4e6d47cbe03dce61
pdf-javascript-stream PDF /JS object 48 at offset 0x16B1A 1946 bytes
javascript_obj0043_001.js
d09b3f8531bbd0b9fb1a15b94dac709f7710e3e969ad94204049ce689fed2ee0
pdf-javascript-stream PDF /JS object 43 at offset 0x28A7 18155 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 1 eval/decoder/string-building token(s).