MALICIOUS
120
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The sample is a malicious OLE document containing VBA macros. The SC_XOR_ENCODED heuristic indicates that strings within the macro are obfuscated using XOR with a key of 0xCC. The document body presents a narrative about alleged embezzlement within a Tibetan community organization, likely as a pretext for social engineering. The VBA macros are the primary mechanism for malicious activity, though their specific function is obscured by XOR encoding.
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 127,488 bytes but its declared streams total only 53,912 bytes — 73,576 bytes (58%) 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.