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

Static analysis result for SHA-256 541d2b3f34842b41…

MALICIOUS

Office (OLE) / .XLS

151.5 KB Created: 2020-12-08 13:50:16 Authoring application: Microsoft Excel
MD5: 0777bf7020b78d26af996298be5093db SHA-1: 29c65607ca8b9c11514bdb9c8bc2cf34eb933414 SHA-256: 541d2b3f34842b415901f2a40880b3fd44344b5ac7d78c991ee11456ae88e30a
200 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1566.002 Spearphishing Attachment T1059.005 Visual Basic

The file is an XLS spreadsheet containing VBA macros. A critical heuristic firing indicates the use of the Shell() function within a Workbook_Open macro, which is a common technique for executing arbitrary commands. The extracted document body contains obfuscated PowerShell code, strongly suggesting the macro's purpose is to launch a PowerShell process to download and execute further malicious content. The presence of a Workbook_Open auto-execution macro and the Shell() call are high-confidence indicators of malicious intent.

Heuristics 5

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • 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.
  • Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGE
    One or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
  • 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
f2d9150e91aa2a23dfea3ad0ac93ea403801ab65b808e0759f81c3a19857d024
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2167 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.