MALICIOUS
128
Risk Score
Malware Insights
MITRE ATT&CK
T1566.001 Spearphishing Attachment
T1059.005 Visual Basic
The file is identified as a malicious Excel 5 macro virus (Laroux/Larou-CV) by multiple heuristics, including ClamAV detection as 'Xls.Trojan.Jin-1'. The document body mimics a Korean tax form, suggesting a social engineering lure to encourage macro execution. No specific script content was extracted, but the presence of the 'laroux' marker and 'auto_open' function strongly indicates macro execution for malicious purposes.
Heuristics 3
-
ClamAV: Xls.Trojan.Jin-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Xls.Trojan.Jin-1
-
Excel 5 Laroux/Larou-CV macro-virus marker cluster critical OLE_XLS5_LAROUX_MACRO_VIRUSLegacy Excel workbook contains a Laroux/Larou-CV macro-virus marker cluster including auto_open execution and workbook/module replication strings. This is a narrow indicator for an infected legacy Excel macro workbook.
-
VBA project contains no executable statements low OLE_VBA_MACROSDocument contains a VBA project, but extracted modules only contain attributes/options/comments and no executable statements.
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) | 838 bytes |
SHA-256: cf076f1bbf22b256ce232bce4adf0e0e9971882618cfa67ee80cc6985d159a6e |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisWorkbook"
Attribute VB_Base = "0{00020819-0000-0000-C000-000000000046}"
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_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "Module1"
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.