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

Static analysis result for SHA-256 0ae08a62f5bdff7d…

MALICIOUS

Office (OLE) / .XLS

14.5 KB
MD5: 55eec0b8b03feff5c6dbb60c2e1116e0 SHA-1: b2e4ad5e3b35181c551140b6a76ebe3dc29b6514 SHA-256: 0ae08a62f5bdff7daf968fda59f1ac7d25500a5e97880e49e9ed5d942c419b2e
280 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File T1566.001 Spearphishing Attachment

The critical OLE_VBA_SHELL and OLE_VBA_ASC_CHR_SHIFT_SHELL heuristics indicate that the Workbook_Open macro attempts to execute a command. The VBA code contains a character-shift decoder function that, when applied to the obfuscated string, reconstructs a command to be executed by Shell(). This command is designed to download and execute a second-stage payload, as evidenced by the ClamAV detection name Xls.Dropper.Agent-7640732-0. The use of a Workbook_Open macro in an Excel file strongly suggests it was delivered as a spearphishing attachment.

Heuristics 6

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • VBA character-shift decoded Shell command critical OLE_VBA_ASC_CHR_SHIFT_SHELL
    VBA auto-exec macro stores an encoded command string, decodes it with a Mid/Asc/Chr character-shift loop, and passes the recovered text to Shell. This is a high-confidence command stager.
  • ClamAV: Xls.Dropper.Agent-7640732-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Xls.Dropper.Agent-7640732-0
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_Open macro
  • VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Compiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
  • 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
b805b01d6c3ae63709bf18b4308e0ce54fdf05d9ca7638ff6ac273444210e493
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2537 bytes