MALICIOUS
330
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.003 Windows Command Shell
T1204.002 Malicious File
The macro-enabled Excel file (XLSM) contains a Workbook_Open macro that prompts the user to enable editing, a common social engineering tactic. Upon enabling, it calls a subroutine that uses WScript.Shell and CreateObject to execute obfuscated commands, likely to download and run a second-stage payload from the provided URLs. The obfuscated shell command with a URL points to a critical technique for payload delivery.
Heuristics 9
-
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 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.
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
-
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://bdnews25.com/wp-includes/assets/conva/7z.txt
- https://bdnews25.com/wp-includes/assets/conva/pulsacrypted.zip
- https://bdnews25.com/wp-includes/assets/conva/7z.txt$
Extracted artifacts 3
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basb05bbda6b1968c1d13f28ff23fcc9dd8347cc1246918c080633b973ee5511717 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 10273 bytes |
vbaProject_00.bin25934aea53c77d2bdc6eb77f66a85f0dca577798f02081710af07c802917c4e1 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 30720 bytes |
emf_00.emf9620d8057b26ef9ef2de3ba72c4e034973397cd1d9d2990bbcd15f8a8b05817c |
ooxml-emf | OOXML EMF part: xl/media/image1.emf | 2856 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.