MALICIOUS
100
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
T1204.002 Malicious File
The sample is an XLSM file containing VBA macros. A critical heuristic indicates a Shell() call within the VBA, and a medium heuristic flags a macro-enable lure. The VBA script decodes a Base64 string which, when decoded, reveals a PowerShell command. This command downloads a file named 'msn.exe' from 'http://84.252.122.203/acsa/msn.exe' and saves it as '%APPDATA%\ProcName', then executes it. The script also reconstructs the path to PowerShell: 'C:\Windows\System\WindowsPowerShell\v1.0\powershell.exe'.
Heuristics 3
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
-
Macro/content-enable lure medium SE_ENABLE_LUREDocument instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.base31276cb4d2a5967e4443e4b524f086bf6bcff13aadf8dc27874baa7a07f8973 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2583 bytes |
vbaProject_00.bin3518361d303b1c042177259693370acdb7c76bc351bf4a57a7e22c43380aea00 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 6144 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.