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

Static analysis result for SHA-256 251718d66c215910…

MALICIOUS

Office (OLE) / .XLS

73.5 KB Created: 2015-06-05 18:17:20 Authoring application: Microsoft Excel
MD5: 87be94b68c192ec19d18b3ee79891525 SHA-1: 775b90e5a5b94bb65089615b325b6c818caf1a71 SHA-256: 251718d66c2159109b4cb2c193407ad913d70e37bc43f5f1f4b9dbecc865f48a
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 file named 'institutionsport.cm'. This command then downloads 'AnyDesk.exe' from 'http://thepunchlineexpose.com/Manager/AnyDesk.exe' and saves it as 'weekshe.exe' in the public documents directory. Finally, it executes the downloaded file. The script's intent is to download and execute a second-stage payload from a remote URL.

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.