Malicious PDF — malware analysis report

Static analysis result for SHA-256 d4d9459fe02308b5…

MALICIOUS

PDF

46.0 KB
MD5: 93681a90b2f33c1e86332eafefd0675e SHA-1: 9c780c30e16922ef3b54f071a77dcde4dd2f4bd2 SHA-256: d4d9459fe02308b5f5f245495a1bf3d7302c7a7cd374a6b921b9d16f7e04db08
194 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File Execution: Malicious JavaScript T1566.001 Phishing: Spearphishing Attachment

The PDF file contains embedded JavaScript and triggers an OpenAction, indicating an attempt to automatically execute code upon opening. The critical heuristic firing for CVE-2010-2883 confirms the exploitation of a known Adobe Reader vulnerability. The embedded JavaScript, though obfuscated, is likely responsible for downloading and executing a secondary payload, a common technique for initial access.

Heuristics 9

  • Adobe Reader CoolType SING font exploit — CVE-2010-2883 critical CVE likely CVE_2010_2883
    PDF embeds a TrueType/OpenType font with an actual SING table and pairs it with JavaScript heap-spray shellcode. This matches the public Adobe Reader CoolType SING exploit shape for CVE-2010-2883.
  • OpenAction trigger high PDF_OPENACTION
    PDF has an /OpenAction — code runs automatically when opened
  • unescape() call high PDF_UNESCAPE
    unescape() found — often used to decode shellcode in PDF JS exploits (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.
  • 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.
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic
  • AcroForm button with action trigger low PDF_ACROFORM_BUTTON
    PDF contains a /Btn form field together with a SubmitForm/URI/Launch/JS trigger — this is the building block of fake 'Download' or 'Open' button overlays used in PDF phishing lures
  • 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 5

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0001_000.js
1d530634430cc56003986b2ed7306c4525cc369acde634b68a292129ab0bb87a
pdf-javascript-stream PDF /JS object 1 at offset 0xA 2930 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 2 eval/decoder/string-building token(s).
stream_002_off0000aea5.js
d1dfd457a2fdd3cec4091f689f39b85b35666aa5599ef3a8d5f9a80d1e2ce105
decompressed-pdf-stream PDF FlateDecoded stream at offset 0xAEA5 1042 bytes
font_00_sfnt_off000010f3.bin
fb85d7cb87036175d6a98bb295c7df26bb51a4bb9432a247113a8a46615c2628
pdf-font-stream PDF embedded font (sfnt) at offset 0x10F3 65932 bytes
font_01_type1_off0000b349.bin
c6bf78478c9c4dd5b3b86554d34c78f847f70af4118f9ff083c1fccf0e8e932b
pdf-font-stream PDF embedded font (type1) at offset 0xB349 97 bytes
font_02_type1_off0000b5d2.bin
b749644b3e758e7335900ab2e7499eaa64b3a946849f1f8a0948287bdd96763d
pdf-font-stream PDF embedded font (type1) at offset 0xB5D2 144 bytes