MALICIOUS
102
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The sample exhibits legacy macro virus markers ('RSN MACRO VIRUS') and references VBA functions like AutoOpen and FileSaveAs, indicative of a macro-based attack. ClamAV detection as 'Win.Trojan.Doggie-4' further supports its malicious nature. The document body contains embedded strings and paths that are likely artifacts of the macro's functionality.
Heuristics 3
-
ClamAV: Win.Trojan.Doggie-4 critical CLAMAV_DETECTIONClamAV detected this file as malware: Win.Trojan.Doggie-4
-
Legacy WordBasic macro-virus markers high OLE_LEGACY_WORDBASIC_MACRO_VIRUSOLE Word document contains legacy WordBasic auto-execution macro markers such as AutoOpen plus ToolsMacro/MacroFile/fileMacro/globMacro or named historical macro-virus strings. These old Word 6/95 macro forms are not exposed as a modern VBA project, so normal VBA source extraction can miss them.
-
Recovered legacy WordBasic macro source info OLE_LEGACY_WORDBASIC_MACRO_SOURCEThe Word 6.0/95 document stores tokenised WordBasic macros in the WordDocument stream rather than as a modern VBA project, so VBA source extraction cannot see them. The macro source was detokenised and carved so its identifiers, string literals (file paths, URLs, registry keys, message text) and comments are available for review and signature scanning.
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
wordbasic_macros.txt |
wordbasic-macro | analyzer.wordbasic (detokenised Word 6/95 WordBasic macro source) | 502 bytes |
SHA-256: 6a0fcd8d9c97ccf253fe50f2dc57de31ffb8db3df1822ac91f89d978542661e9 |
|||
Preview scriptFirst 1,000 lines of the extracted script
21349
357
MAIN
dlg @cmd0054
dlg
dlg = 0
dlg = 1
Name$ = @cmd8025
@cmd80c2 "Global:FileSaveAs" , @cmd8025 = ":FileSaveAs"
@cmd80c2 "Global:AutoOpen" , @cmd8025 = ":AutoOpen"
@cmd0054 dlg
@cmd80c2 @cmd8025 = ":AutoOpen" , "Global:AutoOpen"
@cmd80c2 @cmd8025 = ":filesaveas" , "Global:FileSaveAs"
MAIN
, - * exit
dlg @cmd0054
dlg
dlg
dlg = 0 dlg = 1
Name$ = @cmd8025
@cmd80c2 "Global:FileSaveAs" , @cmd8025 = ":FileSaveAs"
@cmd80c2 "Global:AutoOpen" , @cmd8025 = ":AutoOpen"
@cmd0054 dlg
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.