MALICIOUS
88
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The OLE document contains VBA p-code that attempts to auto-execute a macro named 'Document_Open' using 'CreateObject'. Although the VBA project itself contains no executable statements, the presence of the auto-execution trigger and the OLE slack anomaly suggest a deliberately obfuscated or incomplete malicious macro. The file is classified as malicious with a high risk score.
Heuristics 3
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 42,496 bytes but its declared streams total only 22,793 bytes — 19,703 bytes (46%) 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 project contains no executable statements low 1 related finding OLE_VBA_MACROSDocument contains a VBA project, but extracted modules only contain attributes/options/comments and no executable statements.
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled 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.
Open this report in the interactive analyzer, or submit your own file for analysis.