MALICIOUS
140
Risk Score
Malware Insights
MITRE ATT&CK
T1566.002 Spearphishing Attachment
T1059.005 Visual Basic
The OOXML file contains a VBA project with a Workbook_Open macro, indicating that malicious code is intended to execute automatically when the document is opened. The presence of a NOP sled suggests an attempt to bypass basic detection mechanisms. The GetObject call is often used in conjunction with VBA to launch external processes or load additional malicious components.
Heuristics 4
-
NOP sled detected high SC_NOP_SLEDFound 20+ consecutive 0x90 bytes
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas85932dfd48bdf0c569ca259263ddfebe7b5c46f083625a1fa36964ada7c75b3b |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3185 bytes |
vbaProject_00.bin5e29194737d5b64d46cfc817ed37f383d835d14c25fa715fa32868c9b8a8627c |
vba-project | OOXML VBA project: xl/vbaProject.bin | 15872 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.