MALICIOUS
140
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.002 Spearphishing Attachment
The OOXML file contains VBA macros, specifically a Workbook_Open macro, which is a common technique for initial execution. The presence of a NOP sled and a GetObject call suggests the macro is designed to deobfuscate and execute a payload. Without further analysis of the macro's content, the exact payload and delivery mechanism remain unknown, but the intent is clearly malicious execution.
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.basa67cda4bb3b2917fa32916df3a17d36928f939c2eaa718f93435bb57af487449 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3175 bytes |
vbaProject_00.bin62ef121cf2d304b457b69cb797d85d8002671b87ba12afc890c8d87b6414b73a |
vba-project | OOXML VBA project: xl/vbaProject.bin | 15872 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.