SUSPICIOUS
40
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
The XLSM file contains VBA macros, indicated by the OOXML_VBA heuristic. The `Workbook_BeforeClose` subroutine uses `CreateObject` to execute a downloaded payload. Specifically, it constructs a command to download a file from 'http://rredgh.org/reply.php' to 'c:\programdata\uegdsj.bat' and then executes it using 'rundll32.exe' with a DLL located at 'c:\programdata\kghowd.dll'. This indicates a downloader functionality.
Heuristics 3
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
-
Macro capabilities present but unconfirmed info MACRO_CAPABILITY_UNCORROBORATEDThe document's VBA exposes execution capabilities (Shell/WScript/CreateObject/auto-exec) but nothing corroborates malicious intent — no obfuscation, memory-exec primitive, download+exec chain, encoded payload, LOLBin, DDE, AV hit, or suspicious URL. The verdict was capped at 'suspicious' so legitimate macro-heavy business documents are not flagged malicious on capability presence alone.
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas7d0e4f9eca6c375569120ba330bb42201c662a984abfe1b1d91b52af7f27cd85 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3513 bytes |
vbaProject_00.binfb50a28ea042a3e8a2e24d3b6d97ef7ad80d86e05e1174dc5ef64b939a7d6c74 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 26624 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.