Malware Insights
The sample is a Microsoft Office Word document containing VBA macros, specifically an AutoOpen macro, which is a common technique for executing malicious code upon opening the document. The presence of `CreateObject` calls and a large slack space anomaly suggests obfuscation or packing. The document body contains what appears to be corrupted image data and some text fragments that do not form a coherent message, but the presence of the AutoOpen macro and `CreateObject` strongly indicates an intent to execute arbitrary code, likely to download and run a second-stage payload.
Heuristics 6
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 150,018 bytes but its declared streams total only 89,523 bytes — 60,495 bytes (40%) 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).
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGEOne or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL http://schemas.openxmlformats.org/drawingml/2006/main
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas389b97442cd48c339542aa3e22161a793562611ec206fe192f0da2c6f828cd7f |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 5840 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.