Malicious RTF — malware analysis report

Static analysis result for SHA-256 fcd4b10cc6a91d3e…

MALICIOUS

RTF

4.1 KB First seen: 2020-02-04
MD5: 09b6d70a4a513fa9219f493fe50f41ba SHA-1: a74cc98f204e3e2db035c702a408df6c63230810 SHA-256: fcd4b10cc6a91d3e78153c3f0b2dd53640b606c75efd8287bc400cbbbc389679
142 Risk Score

Malware Insights

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

The RTF file contains an embedded OLE object with a split Equation Editor ProgID, indicating exploitation of a vulnerability in the Equation Editor component. The presence of shellcode API strings and a shellcode candidate region within the decoded OLE object data further supports this. The file likely serves as a spearphishing attachment designed to exploit this vulnerability for client-side code execution.

Heuristics 5

  • Split hex Equation Editor ProgID + OLE object critical CVE likely RTF_EQUATION_EDITOR
    RTF embeds the Equation.3 ProgID as hex bytes near OLE object activation and splits the byte stream with whitespace or an ignorable RTF group. This is an Equation Editor OLE activation surface commonly used by CVE-2017-11882 / CVE-2018-0802 exploit documents.
  • \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.
  • OLE object data medium RTF_OBJDATA
    RTF contains 1 \objdata section(s) — embedded OLE objects
  • 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 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://schemas.microsoft.com/office/word/2003/wordml In RTF body

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
objdata_00_off000005e0.bin rtf-objdata-decoded RTF \objdata at offset 0x5E0 1316 bytes
SHA-256: 71c28c72f02042d71cdf74147bfe578c88adb4ad34a5c6bc10f90acea8da20f6
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Static shellcode analysis found candidate code region(s). Indicators: SC_STR_LOADLIBRARY, SC_STR_URLDOWNLOAD, SC_PEB_ACCESS Static shellcode analysis recovered API/import strings: LoadLibraryW, GetProcAddress, URLDownloadToFileW, ExitProcess, ShellExecuteW