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

Static analysis result for SHA-256 2173a81011be8c70…

MALICIOUS

Office (OLE) / .XLS

74.0 KB Created: 2015-06-05 18:17:20 Authoring application: Microsoft Excel First seen: 2021-10-23
MD5: 263195fc310f94e591f79c8a35e9b576 SHA-1: a82599599658b92f36c5565b1b527f2435c2b5dc SHA-256: 2173a81011be8c709740a74a65674ac9d84510cb93fdc94134d883c4f61642f6
180 Risk Score

Malware Insights

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

The Workbook_Open macro executes a command to download a second-stage payload from 'http://greenpayindia.com/wp-conternt/ConsoleApp18.exe' and save it as 'C:\Users\Public\Documents\brotherneed.exe'. The macro also writes a command to 'C:\Users\Public\Documents\travelespecially.cmd' which appears to be used to launch the downloaded executable. The VBA code reconstructs the URL and file paths from concatenated strings.

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
5fc878911f6fdaca894cc0a9df073ca5ac8389c689f7c1b606d0da25e8345b9c
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1227 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.