Malware Insights
The sample is an Excel file containing VBA macros, specifically an Auto_Open macro that executes code. The script uses WScript.Shell and cmd.exe to create a scheduled task named 'Windows Update' that downloads a file from 'https://srv1.aztronic.com.br/Atendimento_calper/imagens/seguroacesso.txt' and saves it as 'C:\users\public\downloads\seguro.zip'. It also creates a file 'C:\Users\Public\Downloads\avaliacao.txt' with commands for bitsadmin. The use of Auto_Open, WScript.Shell, cmd.exe, and schtasks indicates a downloader and execution pattern.
Heuristics 9
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
cmd.exe reference in VBA high OLE_VBA_CMDcmd.exe reference in VBA
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
-
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 macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas394f068f31fcc2a9e5bec8ece7dbf2c4e5939ad906aceccde5bcf88910f1230a |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 5732 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 2 shell/COM execution token(s). 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.