MALICIOUS
240
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
The sample is an Excel file containing VBA macros and an embedded PE executable. The VBA macros likely facilitate the execution of the embedded executable, which is a common technique for malware delivery. Heuristics indicate the use of WinExec, CreateProcess, LoadLibrary, and GetProcAddress APIs, further supporting the execution of a payload.
Heuristics 6
-
Embedded PE executable critical OLE_EMBEDDED_EXEMZ/PE header found inside document — possible embedded executable
-
Reference to WinExec API high SC_STR_WINEXECReference to WinExec API
-
Reference to CreateProcess API high SC_STR_CREATEPROCESSReference to CreateProcess API
-
Reference to LoadLibrary API high SC_STR_LOADLIBRARYReference to LoadLibrary API
-
Reference to GetProcAddress API high SC_STR_GETPROCADDRESSReference to GetProcAddress API
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas12691f3b8f7de9843a8fb8293ad43fded32e9770add0a5d7025ac5f977afc0bd |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2163 bytes |
embedded_office_0002d562.exe489cac0666db3fcb8e5aa8ec4259fe34b03e79015191439a24c63b1d66d55968 |
embedded-pe | Office MZ+PE at offset 0x2D562 | 27806 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.