MALICIOUS
120
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1027 Obfuscated Files or Information
The sample is an OLE document containing VBA macros. Heuristics indicate that these macros are XOR-encoded with a key of 0xCC, a common obfuscation technique. The large amount of slack space in the OLE structure also suggests potential for hidden or packed data. No network indicators or further execution details were extracted, limiting the ability to determine the full payload.
Heuristics 3
-
XOR-encoded strings (key 0xCC) critical SC_XOR_ENCODEDFound 3 Windows library/API name(s) XOR-encoded with single-byte key 0xCC: 'LoadLibraryA', 'CreateProcessA', 'CreateFileA '
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 111,104 bytes but its declared streams total only 53,912 bytes — 57,192 bytes (51%) 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
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas2a758fcc03dd3cd254ef2047dfa75b30c478ff6a2f15e171b66b4521c04fa715 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 559 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.