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

Static analysis result for SHA-256 1a016cde4ae4cf29…

MALICIOUS

Office (OLE) / .XLS

73.5 KB Created: 2022-12-20 09:49:16 Authoring application: Microsoft Excel First seen: 2022-12-20
MD5: 56e1a13d1072dc480acc4f8cf88c93bc SHA-1: 8bdaab65d04f1bab169b684fe73697af824261a1 SHA-256: 1a016cde4ae4cf29c7fbb21abacf2261a90093e7e12e38ed850e00f181d19b8b
288 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.003 Windows Command Shell

The XLS file contains VBA macros that utilize WScript.Shell and the Shell() function, indicating an attempt to execute arbitrary commands. The presence of a Base64 decoding function suggests that a payload is likely being obfuscated and then executed. The ClamAV detection name 'Xls.Downloader' further supports the conclusion that this file acts as a downloader for additional malicious content.

Heuristics 7

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • WScript.Shell usage critical OLE_VBA_WSCRIPT
    WScript.Shell usage
  • ClamAV: Xls.Downloader.b83ac4c497e169b5-9980307-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Xls.Downloader.b83ac4c497e169b5-9980307-0
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code
  • Environ() call (env variable access) low OLE_VBA_ENVIRON
    Environ() call (env variable access)

Extracted artifacts 1

Files carved from inside the sample during analysis.

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