Malware Insights
The sample is an Office document containing an embedded OLE object, specifically an Equation Editor object. Heuristics indicate that this object carries a payload-like Ole10Native stream with an anomalous header and a significantly larger declared inner size than the stream size, suggesting it's packed or obfuscated. The 'SE_ENABLE_LURE' heuristic confirms the document instructs users to enable macros, a common technique for malware droppers. The embedded OLE object is the primary indicator of malicious intent, likely serving as a dropper for a second-stage payload.
Heuristics 4
-
Equation Editor OLE object high OLE_EQUATION_EDITOREmbedded OLE object xl/embeddings/g3.TBh contains the Equation Editor CLSID, the legacy component exploited by CVE-2017-11882, CVE-2018-0802, and CVE-2018-0798.
-
Equation Editor object carries payload-like Ole10Native stream high OLE_EQUATION_OLE10NATIVE_PAYLOAD_ANOMALYEmbedded OLE object declares the Equation Editor CLSID but stores a large high-entropy Ole10Native stream with malformed package sizing. This is an exploit-shaped Equation/OLE payload container seen in malicious OOXML samples. It is not assigned to a specific CVE unless the MTEF/Equation Native primitive also matches.
-
Embedded OLE object medium OOXML_OLE_OBJECTDocument contains an embedded OLE object
-
Macro/content-enable lure medium SE_ENABLE_LUREDocument instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
ooxml_oleobject_00.bin46fe04071c440ec3a30a5016b6120388523ca4fccddb87547a20e208ac817aa8 |
ooxml-ole-object | OOXML embedded OLE part: xl/embeddings/g3.TBh | 979968 bytes |
ooxml_oleobject_00_ole10native_00.bin5f613a74f77000eb373ae4b109fe3df12ebe46ef66da3e06c748bec2eeee557a |
ole-package | OOXML xl/embeddings/g3.TBh Ole10Native stream: oLE10naTIvE | 969808 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.