MALICIOUS
220
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
The sample is a malicious OLE document containing VBA macros. The macros utilize functions like VirtualAlloc, CreateThread, and RtlMoveMemory, indicating an attempt to allocate memory and execute arbitrary code. This is consistent with a dropper or downloader functionality, where the primary goal is to fetch and execute a secondary stage payload. The presence of AutoOpen and Workbook_Open macros suggests an attempt to automatically execute the malicious code upon opening the document.
Heuristics 6
-
ClamAV: Doc.Dropper.Valyria-6680543-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Dropper.Valyria-6680543-0
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen macro
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
Reference to VirtualAlloc API medium SC_STR_VIRTUALALLOCReference to VirtualAlloc API
-
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.bas22b1cebb884ddbcfe92903015e53c2a43f482f69a3e55296bc6b7126cb67605b |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 3155 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.