Malicious PDF — malware analysis report

Static analysis result for SHA-256 6f8a4861d1369538…

MALICIOUS

PDF

422.6 KB Created: 2007-02-25 14:30:32 +08:00
MD5: 533a6405d198326e52b9a5c5630c6d30 SHA-1: 3050353db3fc0b27c30e4315c494541c461bf76f SHA-256: 6f8a4861d1369538779e1f506147e1d1d36c60de63703103dfc5704038c89c99
560 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution T1059.007 JavaScript

This PDF document leverages multiple known Adobe Reader vulnerabilities (CVE-2007-5659 and CVE-2008-2992) through embedded JavaScript to achieve code execution. The JavaScript streams contain obfuscated shellcode, indicating the likely intent to download and execute a secondary payload. ClamAV detections of 'Win.Dropper.Agent-34536' further support this assessment.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9998

Heuristics 15

  • Collab.collectEmailInfo — CVE-2007-5659 critical CVE exact CVE_2007_5659
    PDF JavaScript calls Collab.collectEmailInfo — CVE-2007-5659 is a buffer overflow in Adobe Reader triggered by a long argument or heap-sprayed message field passed to Collab.collectEmailInfo(). Part of a series of Acrobat JS API exploits. (matched in decompressed stream)
  • util.printf — CVE-2008-2992 critical CVE exact CVE_2008_2992
    PDF JavaScript calls util.printf() — CVE-2008-2992 is a stack buffer overflow in Adobe Reader triggered by a long format-specifier argument. Widely exploited in the wild after disclosure. (matched in decompressed stream)
  • Pidief-style multi-CVE JavaScript dispatcher critical CVE likely PDF_PIDIEF_MULTI_CVE_DISPATCH
    A single JavaScript body branches on app.viewerVersion and invokes two or more of the canonical Reader sinks (Collab.collectEmailInfo, Collab.getIcon, util.printf with a field-width format string). This is the 2009-2010 Pidief.J multi-exploit landing template: a per-version dispatcher that fires the matching CVE chain for whichever Reader version opens the file.
  • PDF JavaScript exploit cluster critical PDF_JS_EXPLOIT_CLUSTER
    PDF combines an executable JavaScript/action surface with exploit staging indicators such as eval/unescape/fromCharCode, XFA script content, or a related CVE pattern. Benign form JavaScript remains low-severity, but this correlated cluster is high-confidence malicious behavior.
  • Multi-CVE Adobe Reader JavaScript exploit kit critical PDF_ADOBE_READER_MULTI_CVE_JS_KIT
    One recovered JavaScript stage contains multiple version-gated Adobe Reader exploit branches. This is stronger evidence than independent API keywords: the PDF is selecting old Reader vulnerabilities by viewer version and running heap-sprayed Acrobat JavaScript exploit paths.
  • ClamAV: Win.Dropper.Agent-34536 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Win.Dropper.Agent-34536
  • ClamAV detection on extracted artifact critical EXTRACTED_FILE_CLAMAV
    ClamAV flagged at least one file extracted from inside this sample. Even when the wrapping document carries no AV detection of its own, a hit on the carved artifact is a strong indicator the sample is a delivery vehicle.
  • unescape() call high PDF_UNESCAPE
    unescape() found — often used to decode shellcode in PDF JS exploits (matched inside decoded stream)
  • Generic recovered JavaScript exploit stage high PDF_GENERIC_STAGE_RECOVERY
    Bounded static stage recovery exposed hidden JavaScript through generic transforms such as null-byte collapse, percent decoding, marker replacement, arithmetic character codes, fromCharCode, numeric arrays, numeric-array minus-key decoders, alphabet-index arrays, /Producer half-difference metadata arrays, hex literals, marker-stripped Base64 literals, custom 6-bit XOR table decoders, or repeated-marker hex carriers. This rule is emitted only when the recovered stage contains exploit-like Acrobat JavaScript or shellcode markers.
  • 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
  • Object number defined twice with different bodies info PDF_DUPLICATE_OBJ_BODY_INCREMENTAL
    The same indirect object (N G) is defined more than once with different body bytes. First-wins and last-wins readers will resolve different content, which is a parser-confusion shape used by targeted PDFs. Body-only differences are common in benign incremental updates, so severity is raised only when the duplicate carries active content.
  • 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/

Extracted artifacts 5

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0077_000.js
d0e67dd7ea2173fb71cb9c78e2529cae771ba5fd825e748382551ada286e5d7c
pdf-javascript-stream PDF /JS object 77 at offset 0x67445 3677 bytes
Detection
ClamAV: Win.Dropper.Agent-34536
Obfuscation or payload: likely
Carved artifact contains 16 eval/decoder/string-building token(s).
javascript_obj0079_001.js
8a5909e8d2997341bd0ccf3ead57362ae101e034c8c23f2cf3a4ecb25105a6d1
pdf-javascript-stream PDF /JS object 79 at offset 0x6888E 3655 bytes
Detection
ClamAV: Win.Trojan.Agent-36168
Obfuscation or payload: likely
Carved artifact contains 3 eval/decoder/string-building token(s). Carved artifact contains 1 long base64-like blob(s).
generic_stage_recovery_000.js
56f6b52b08fa94447e82886e1cf3e520d009ba706afdcf7a69af6012ad92cdf0
deobfuscated-js generic stage recovery percent-decode from JavaScript object 79 at offset 0x6888E 3653 bytes
Detection
ClamAV: Win.Trojan.Agent-36168
Obfuscation or payload: likely
Carved artifact contains 3 eval/decoder/string-building token(s). Carved artifact contains 1 long base64-like blob(s).
generic_stage_recovery_001.js
ef747c8e4b7aca72424a90b8efce1952f6a12a89af99e949f99c66bc479233c2
deobfuscated-js generic stage recovery percent-decode from combined JavaScript objects at offset 0x67445 7331 bytes
Detection
ClamAV: Win.Dropper.Agent-34536
Obfuscation or payload: likely
Carved artifact contains 19 eval/decoder/string-building token(s). Carved artifact contains 1 long base64-like blob(s).
combined_document_js_000.js
8c42ee791ef38d42f2cc60421e3713cd90eb8367b856f72519aca5fc7f0566c1
deobfuscated-js combined document JavaScript streams at offset 0x67445 7333 bytes
Detection
ClamAV: Win.Dropper.Agent-34536
Obfuscation or payload: likely
Carved artifact contains 19 eval/decoder/string-building token(s). Carved artifact contains 1 long base64-like blob(s).