MALICIOUS
156
Risk Score
Heuristics 5
-
VBA project inside OOXML medium 4 related findings OOXML_VBADocument contains a VBA project — VBA macros present
-
Potential Shell call in VBA critical OLE_VBA_SHELLPotential Shell call in VBAMatched line in script
malshell = Shell(malstring, vbHide) -
PowerShell reference in VBA critical OLE_VBA_PSPowerShell reference in VBAMatched line in script
malstring = "IEX AutoOpen Auto_Open powershell.exe DownloadFile DownloadStirng Invoke-ReflectivePEInjection ReadAllBytes" -
AutoOpen macro low OLE_VBA_AUTOOPENAutoOpen macroMatched line in script
malstring = "IEX AutoOpen Auto_Open powershell.exe DownloadFile DownloadStirng Invoke-ReflectivePEInjection ReadAllBytes" -
Auto_Open macro low OLE_VBA_AUTOAuto_Open macroMatched line in script
malstring = "IEX AutoOpen Auto_Open powershell.exe DownloadFile DownloadStirng Invoke-ReflectivePEInjection ReadAllBytes"
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) | 958 bytes |
SHA-256: ab349d8434d4f5a74cea4fae55b58934b92abc08633e182a04d292e93ff89d88 |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "Module1"
Sub Rectangle1_Click()
Dim malstring As String
Dim malshell As Double
malstring = "IEX AutoOpen Auto_Open powershell.exe DownloadFile DownloadStirng Invoke-ReflectivePEInjection ReadAllBytes"
malshell = Shell(malstring, vbHide)
' consider this a malicious program, those strings will trigger many avs..
End Sub
Attribute VB_Name = "ThisWorkbook"
Attribute VB_Base = "0{00020819-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "Sheet1"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
|
|||
vbaProject_00.bin |
vba-project | OOXML VBA project: xl/vbaProject.bin | 14848 bytes |
SHA-256: 3cb665d817d444a9eda771e8c622152822eb8b760c29a6a800da46db110f9e22 |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.