Malware Insights
The sample is an OLE document containing a VBA macro with an AutoOpen subroutine, indicating it is designed to execute malicious code automatically when opened. The macro code appears to be a variant of the D0EUNPAD virus, which historically downloads and executes secondary payloads. While the specific payload URL is not directly visible, the presence of the AutoOpen macro and the virus's known behavior strongly suggest this intent. The document body contains strings related to virus infection and template paths, further supporting the malicious nature.
Heuristics 5
-
Embedded Office document has suspicious static findings critical EMBEDDED_OFFICE_CHILD_STATIC_TRIAGEA CFB/OLE Office document was found inside another file type and its carved contents matched Office exploit or payload heuristics. This catches wrapped exploit documents where the top-level file routes to a PE, archive, or generic scanner instead of Office.
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen macro
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 26,560 bytes but its declared streams total only 0 bytes — 26,560 bytes (100%) live in unallocated sector slack. This is the canonical hiding place for pre-macro-era Office exploit payloads (XOR-encoded shellcode reached via a parser pointer-corruption bug in the document structure).
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
CFB header with no readable streams medium OLE_PARSE_EMPTY_STREAMSThe file begins with a valid OLE2/CFB header but exposes no directory streams. A non-empty compound document with an unreadable directory is anomalous — it is seen with truncated/corrupt files and, more importantly, with content deliberately shifted off byte boundaries to defeat parsers while the host application still recovers the object.
Extracted artifacts 3
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas993d2ee0cd71ace655e838893edbe1638c12b1b9210d1bb480920c62d091605d |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1920 bytes |
embedded_office_off00001a40.ole87389019c7b3eb004f0d22710f8f9d53ccbb46e3108b4d702d3ac493c4f4c047 |
embedded-office | Embedded OLE/CFB Office body inside ole container at offset 0x1A40 | 26560 bytes |
embedded_office_off00004000.olefe49d118aee5415d5f34a05e5f8a5eab5c4390e8a0e98f8a93b7d385edfe1f27 |
embedded-office | Embedded OLE/CFB Office body inside ole container at offset 0x4000 | 16896 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.