Malicious Office (OLE) / .DOC — malware analysis report

Static analysis result for SHA-256 412974a7ec0c2a1f…

MALICIOUS

Office (OLE) / .DOC

46.5 KB Created: 1998-05-23 21:30:00 Authoring application: Microsoft Word 8.0
MD5: e3508d3b5a46cff3411e15fdd2f05831 SHA-1: 0dacdaaaa6c2f3d4479e8440e4ba3a602a20710c SHA-256: 412974a7ec0c2a1ff32becd4ec9580a0948c9a4414587ac0aebb04f2b7168445
88 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell

The OLE document contains VBA macros that are triggered by the AutoOpen event. The heuristic 'OLE_VBA_PCODE_AUTOEXEC_EXEC' indicates that the macro attempts to execute code using the Shell function. The embedded script mentions 'Abuses FTP as a payload' and includes a specific FTP URL, suggesting it downloads and executes a secondary payload. The file name 'groovie.doc' and the mention of 'VicodinES' in the document body suggest a potential lure, though the exact nature is unclear without further context. The large slack space in the OLE structure is also noted as anomalous.

Heuristics 3

  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 47,616 bytes but its declared streams total only 26,473 bytes — 21,143 bytes (44%) 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 p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Compiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
  • VBA project contains no executable statements low OLE_VBA_MACROS
    Document contains a VBA project, but extracted modules only contain attributes/options/comments and no executable statements.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
75702493909463bf8093aec8b508fcc96c561fa55dfe899fecd271624a111a7a
vba-macro oletools.olevba.extract_macros (decoded VBA source) 248 bytes