Malicious Office (OLE) / .XLS — malware analysis report

Static analysis result for SHA-256 68601f215532550b…

MALICIOUS

Office (OLE) / .XLS

37.5 KB Created: 2015-06-05 18:17:20 Authoring application: Microsoft Excel First seen: 2022-06-09
MD5: 48f06dd539d09dc89dbc12a18e48dddd SHA-1: 54ff7160fb09700309606c5469bcc1a99cd0fabb SHA-256: 68601f215532550bc1c82fb4bafd4632aae8cc24c55d24aedc6a5447beae5369
100 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1203 Exploitation for Client Execution

The sample is a malicious Excel file containing VBA macros. The macros utilize ShellExecute to run a command, which is constructed by concatenating strings and values from cells. Specifically, it appears to be attempting to execute a command derived from cell H100 and cell H150, potentially downloading and executing a second-stage payload. The GetObject call and ShellExecute API reference strongly suggest this malicious intent.

Heuristics 3

  • Reference to ShellExecute API high SC_STR_SHELLEXEC
    Reference to ShellExecute API
  • GetObject call high OLE_VBA_GETOBJ
    GetObject call
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
ba35a8994a3890cb70f932452fac5e02ea2fea7746a78307200800f2d347fcff
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1398 bytes