Malicious Office (OOXML) / .XLSM — malware analysis report

Static analysis result for SHA-256 ed03afe2e38d3b9a…

MALICIOUS

Office (OOXML) / .XLSM

569.5 KB Created: 2013-08-30 14:29:57 UTC Authoring application: Microsoft Excel 16.0300 First seen: 2026-01-09
MD5: 48d1325ad75a2a4f017e406922183c84 SHA-1: 550a0de8d4c4f0a1e79c7a560a3b689ee9d1318a SHA-256: ed03afe2e38d3b9af9762b6b0731d7f409261c36119d100b2eec7021a6bea8eb
390 Risk Score

Malware Insights

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

The sample is an XLSM file containing a Workbook_Open macro that is obfuscated and uses WScript.Shell and CreateObject to likely download and execute a second-stage payload. The document body provides a lure instructing the user to enable macros, which is a common social engineering tactic for macro-based malware.

Heuristics 11

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • WScript.Shell usage critical OLE_VBA_WSCRIPT
    WScript.Shell usage
  • Obfuscated auto-exec VBA loader critical OLE_VBA_OBFUSCATED_AUTOEXEC_LOADER
    Auto-exec VBA reconstructs strings with a heavy custom decoder (numeric char-array, repeated hex-string decode, or junk-token Replace removal) and feeds them to a COM-instantiation or execution sink. This obfuscated-loader shape keeps CreateObject/Shell/URL indicators out of the macro source.
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_Open macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • GetObject call high OLE_VBA_GETOBJ
    GetObject 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.
  • VBA project inside OOXML medium OOXML_VBA
    Document contains a VBA project — VBA macros present
  • Macro/content-enable lure medium SE_ENABLE_LURE
    Document instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
  • Hidden worksheet (hidden, veryHidden) low OOXML_HIDDEN_SHEET
    Excel workbook contains 13 hidden sheet(s) — hidden sheets are commonly used to conceal macro code, staging data, or intermediate payload construction
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL http://www.frez.co.uk

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
1a2cf2eca81dadecc456443c1223a8b8b4639d889dec4d303d58e4fd77da429c
vba-macro oletools.olevba.extract_macros (decoded VBA source from OOXML) 626066 bytes
vbaProject_00.bin
8a1fad28e214a176a745fee8786dbdc45a988e1e14e297ec883c3e767512c1ee
vba-project OOXML VBA project: xl/vbaProject.bin 1236992 bytes