Malware Insights
The sample is an RTF document that leverages OLE object embedding and activation, indicated by the RTF_OBJDATA, RTF_OBJEMB, and RTF_OBJUPDATE heuristic firings. The RTF_OBJUPDATE rule specifically suggests that the embedded object is designed to be activated automatically, which is a common technique for executing malicious code. The document body is heavily obfuscated and does not provide clear textual clues about its intent. Therefore, the primary attack vector appears to be the exploitation of RTF object handling to achieve code execution, likely for a follow-on download and execution stage.
Heuristics 3
-
\objupdate forces OLE activation high RTF_OBJUPDATERTF 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_OBJDATARTF contains 1 \objdata section(s) — embedded OLE objects
-
Embedded OLE object medium RTF_OBJEMBRTF contains \objemb — embedded OLE object
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
objdata_00_off00001600.bin9f17417932359be469e8e3afa7cd5fd6f4724e9045095d61e4bc2c4f80353dda |
rtf-objdata-decoded | RTF \objdata at offset 0x1600 | 4694 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.