MALICIOUS
102
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The sample exhibits characteristics of a legacy macro virus, specifically identified as a 'RSN MACRO VIRUS Goat file' and linked to the 'Odysseus Macro Virus Construction Kit'. The presence of WordBasic macro virus markers and the ClamAV detection as 'Win.Trojan.Odysseus-1' strongly suggest its malicious nature. The document body contains explicit references to macro virus construction and infection routines.
Heuristics 3
-
ClamAV: Win.Trojan.Odysseus-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Win.Trojan.Odysseus-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) | 484 bytes |
SHA-256: 49006b8ba059784d078bfac2a9990e19bce45324904fac191a8d797e569298f1 |
|||
Preview scriptFirst 1,000 lines of the extracted script
MAIN
, - * Errorhandler
28261
Fname$ = @cmd8025
MacName$ = Fname$ = ":AutoOpen"
@cmd0056 = "[Created With Odysseus Version 1.00]"
19744 @cmd2065
@cmd0056 =
@cmd0056
=
25199 21536 29793
@cmd80c2 MacName$ , "Global:AutoExec"
@cmd80c2 MacName$ , "Global:AutoNew"
@cmd80c2 MacName$ , "Global:AutoOpen"
@cmd80c2 MacName$ , "Global:AutoClose"
@cmd80c2 MacName$ , "Global:AutoExit"
29285 =
29285
@cmd8023 = 1
@cmd80c2 "Global:AutoOpen" , MacName$
@cmd0054 = 1
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.