MALICIOUS
120
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
The sample is an Excel spreadsheet containing VBA macros. A heuristic indicates the presence of a macro-enable lure, instructing the user to enable content. The Auto_Open macro uses the MSScriptControl.ScriptControl object to execute code. The script dynamically loads code from the document's 'Subject' and 'Comments' properties, which is a common technique for obfuscating malicious payloads. The exact payload is not directly visible in the provided script, but the execution method is indicative of a downloader or initial execution stage.
Heuristics 4
-
MSScriptControl.ScriptControl — CVE-2015-0097 high CVE likely CVE_2015_0097_SCMSScriptControl.ScriptControl — CVE-2015-0097
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Macro/content-enable lure medium SE_ENABLE_LUREDocument instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas0278d22c57457c6ea65486c5e13f4b06bae683e9ef9fa360c905d1932da96848 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 862 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.