Malicious PDF — malware analysis report

Static analysis result for SHA-256 a1c5222bc5da32ac…

MALICIOUS

PDF

31.0 KB First seen: 2019-04-18
MD5: 423a625587521a2795466342f1800ae9 SHA-1: c245aeb4dd6a67d4d5f6319fe8bb8fab7137ef33 SHA-256: a1c5222bc5da32ac66965eb2a5d47a519cfb6c09225379b9ca70ba87c64bad18
196 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File: Malicious File

The PDF file contains embedded JavaScript streams and an embedded file named 'jon001.docx'. The presence of JavaScript actions and embedded files, combined with the ASCIIHexDecode filter which can be used for obfuscation, suggests an attempt to deliver a malicious payload. The embedded JavaScript is likely responsible for launching the embedded file or downloading additional content.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 8

  • OOXML OLE2Link remote document — CVE-2017-8759 related high CVE related CVE_2017_8759_RELATED
    PDF auto-exports an embedded OOXML document containing an o:OLEObject Type=Link whose external oleObject relationship fetches a remote Office-looking document.
  • JavaScript action low 2 related findings PDF_JAVASCRIPT
    PDF contains a /JavaScript action. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
  • exportDataObject + nLaunch — embedded-file launch-on-open dropper critical PDF_JS_EXPORT_LAUNCH_DROPPER
    PDF JavaScript calls exportDataObject() with nLaunch set, which extracts the document's embedded file and launches it in its default application. This is a launch-on-open dropper: the embedded file is the payload. No benign workflow auto-launches an extracted PDF attachment.
  • 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.
  • 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
  • Suspicious extracted artifact medium 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 file low PDF_EMBEDDED
    PDF embeds a file attachment — could carry an executable or another weaponised document as a nested payload
  • 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 https://share.dmca.gripe/7ZDCp5oYUNHc8jK7.doc In PDF document text

Extracted artifacts 4

Files carved from inside the sample during analysis.

FilenameKindSourceSize
jon001.docx pdf-embedded-file PDF EmbeddedFile object 8 at offset 0x388 10111 bytes
SHA-256: 6752ac5c5bb6be36925c54168cf93a322d3bca9d656e6c11e09adbcdb24397a1
Detection
ClamAV: No threats found
Obfuscation or payload: likely
actual_type=ZIP; declared_or_context_type=PDF; filename=jon001.docx; kind=pdf-embedded-file
javascript_obj0009_000.js pdf-javascript-stream PDF /JS object 9 at offset 0x7A3E 60 bytes
SHA-256: 29360d32c7b819d4f02ae86e54e1f2d772dda99eb5fd0ac1bb5d95ed81b57640
Preview script
First 1,000 lines of the extracted script
this.exportDataObject({ cName: "jon001.docx", nLaunch: 2 });
javascript_obj0009_001.js pdf-javascript-stream PDF /JS object 9 at offset 0x7A3E 58 bytes
SHA-256: 3dfeb0303094161594f94abd7409a0f4286e4dd69b01f36f2dc96aad4f7146bf
Preview script
First 1,000 lines of the extracted script
this.exportDataObject({ cName: "jon001.docx", nLaunch: 2 }
combined_document_js_000.js deobfuscated-js combined document JavaScript streams at offset 0x7A3E 119 bytes
SHA-256: 02e095f04401f694bd4cc1702a6664bcc58c76303314fae107f8917cab1057f1
Preview script
First 1,000 lines of the extracted script
this.exportDataObject({ cName: "jon001.docx", nLaunch: 2 });
this.exportDataObject({ cName: "jon001.docx", nLaunch: 2 }