Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 e727d31f97cdc24e…

MALICIOUS

Office (OLE)

1.45 MB Created: 1998-08-05 06:30:47 Authoring application: Microsoft Excel
MD5: 45b80369cd490ba79c0c73a8bc464d3e SHA-1: db145abf4d08d5802b2515d5b457c0485aab1bf0 SHA-256: e727d31f97cdc24e717b379aa9e8b855e6d64e1c0823731304c2fcd272b5da03
180 Risk Score

Malware Insights

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

The file is an Excel document with a high-confidence verdict for maliciousness. Static analysis detected VBA macros, specifically a Workbook_Open auto-execution macro that uses CreateObject. This indicates the macro is designed to run code upon opening the document, likely to download and execute a second-stage payload. The presence of VBA Chr string obfuscation further supports this. No specific family could be identified, and no external IOCs were extracted.

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
da4af6305088752ebc8deea48330c1f282d2b8a48a6575612555cc779c35a5e3
vba-macro oletools.olevba.extract_macros (decoded VBA source) 503985 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 15 Chr/ChrW string-construction calls. Carved macro source contains an auto-exec entry point and execution/download terms.