MALICIOUS
102
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The critical ClamAV detection and the presence of legacy WordBasic macro virus markers strongly indicate malicious intent. The document body explicitly mentions "RSN MACRO VIRUS Goat file" and includes various macro-related keywords like AutoOpen, FileClose, and PayLoad, suggesting the file's purpose is to execute malicious macros. The file's age and the explicit mention of 'Antivirus' within the macro names suggest a historical attempt at malware propagation.
Heuristics 3
-
ClamAV: Win.Trojan.Attach-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Win.Trojan.Attach-1
-
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) | 871 bytes |
SHA-256: 2e9798bbce7ceac66f40049af20e6a47e8a51c745ad34f0667f7da3f50853e55 |
|||
Preview scriptFirst 1,000 lines of the extracted script
17253 29551 29551 8300
- -
29797
MAIN
25701
, -
sMe$ = @cmd8025
sTMacro$ = sMe$ = ":AutoOpen"
@cmd80c2 "Global:Antivirus" , sTMacro$
sTMacro$ = sMe$ = ":FileClose"
@cmd80c2 "Global:FileClose" , sTMacro$
@cmd80a0
MAIN
, -
iMacroCount = @cmd80b7 0 , 0
sMe$ = @cmd8025
sMacro$ = sMe$ = ":FileClose"
@cmd80c2 sMacro$ , "Global:FileClose"
sMacro$ = sMe$ = ":AutoOpen"
@cmd80c2 sMacro$ , "Global:AntiVirus"
i = 1 iMacroCount
@cmd80b8 i , 1 , 1 = "PayLoad"
sMacro$ = "PayLoad"
@cmd00d7 = sMacro$ ,
@cmd00d7 = "Global:PayLoad" ,
@cmd80b8 i , 1 , 1 = "FileSaveAs"
sMacro$ = "FileSaveAs"
@cmd00d7 = sMacro$ ,
@cmd00d7 = "Global:FileSaveAs" ,
@cmd80b8 i , 1 , 1 = "AAAZFS"
sMacro$ = "AAAZFS"
@cmd00d7 = sMacro$ ,
@cmd00d7 = "Global:AAAZFS" ,
@cmd80b8 i , 1 , 1 = "AAAZAO"
sMacro$ = "AAAZAO"
@cmd00d7 = sMacro$ ,
@cmd00d7 = "Global:AAAZAO" ,
i
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.