Malicious RTF — malware analysis report

Static analysis result for SHA-256 9d0c4ec62abe79e7…

MALICIOUS

RTF

397.5 KB Created: 2018-01-15 14:47:00 Authoring application: Microsoft Word 11.0.5604 First seen: 2019-08-04
MD5: f223e4175649fa2e34271db8c968db12 SHA-1: b49c148db0b4eec53815dd1a2630c63d25cda78e SHA-256: 9d0c4ec62abe79e754eaa2fd7696f98441bc783781d8656065cddfae3dbf503e
320 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution T1566.001 Spearphishing Attachment

The RTF file contains embedded OLE objects and specifically triggers heuristics related to the Equation Editor vulnerability (CVE-2017-11882). This vulnerability is known to allow for arbitrary code execution. ClamAV also detected this file as Rtf.Exploit.CVE_2018_0802-6624871-1, further confirming its exploit nature. The embedded artifacts are likely shellcode or a payload dropper.

Heuristics 8

  • Equation Editor CLSID critical CVE likely RTF_EQUATION_EDITOR
    Equation Editor OLE CLSID found inside an OLE object — exploited by CVE-2017-11882 / CVE-2018-0802 / CVE-2018-0798
  • CVE-2017-11882 — Equation Editor FONT record overflow critical CVE likely CVE_2017_11882
    Equation Editor MTEF contains an overlong FONT typeface field, the vulnerable copy primitive for CVE-2017-11882. This is stronger evidence than the Equation Editor CLSID alone because it identifies the malformed record that drives code execution in EQNEDT32.EXE.
  • ClamAV: Rtf.Exploit.CVE_2018_0802-6624871-1 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Rtf.Exploit.CVE_2018_0802-6624871-1
  • \objupdate forces OLE activation high RTF_OBJUPDATE
    RTF contains \objupdate — forces automatic OLE object instantiation when the document is opened, bypassing user interaction. Almost exclusively seen in Equation Editor exploit documents.
  • Package object class high RTF_OBJCLASS_PACKAGE
    OLE Package object — can wrap arbitrary files
  • OLE object data medium RTF_OBJDATA
    RTF contains 2 \objdata section(s) — embedded OLE objects
  • Embedded OLE object medium RTF_OBJEMB
    RTF contains \objemb — embedded OLE object
  • 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.

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
objdata_00_off00005f2f.bin rtf-objdata-decoded RTF \objdata at offset 0x5F2F 182000 bytes
SHA-256: 75187264930c5c38307a89a6bada10d9ae34cd6903a79660728d552dafe0ad1d
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact entropy is 8.00, consistent with packed or encrypted content.
objdata_01_off0005ed5f.bin rtf-objdata-decoded RTF \objdata at offset 0x5ED5F 9259 bytes
SHA-256: fc77889c4d6682c34d7804173535b01aa023e3e2f0f13a8537b00f90a90c23de
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Static shellcode analysis found candidate code region(s). Indicators: NOP sled, SC_GETPC_CALL, SC_STR_VIRTUALPROTECT Static shellcode analysis recovered API/import strings: VirtualAlloc, VirtualAllocEx, VirtualProtect, VirtualProtectEx, WriteProcessMemory, ReadProcessMemory