MALICIOUS
180
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1204.002 Malicious File
The sample is an Excel spreadsheet containing a Workbook_Open macro. This macro uses CreateObject and CallByName to invoke the ShellExecute API, likely to download and execute a second-stage payload. The obfuscated function names and string concatenation in the script indicate an attempt to evade detection. The specific command constructed is 'ping google.com;' followed by content from cell (2,7), which is then passed to ShellExecute.
Heuristics 5
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
CallByName call high OLE_VBA_CALLBYNAMECallByName 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 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.basf1dde680b9ce8d286e10f5741d93d00ee96ce6d909f3f4adb5e561b5473f0e35 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1529 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
vbaProject_00.bin9a7d1c131683aba257e109d0ce7a4fc5f8d995d34c193ea97525645f2bd583d1 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 15872 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.