Office (OLE) / .XLS static analysis report

Static analysis result for SHA-256 77fdfc5339e10e15…

SUSPICIOUS

Office (OLE) / .XLS

79.0 KB
MD5: 98e4f5daae423b6b37e6e1dce681a812 SHA-1: da2125cee0845ec929437ed4b9f0fdb31ef10bee SHA-256: 77fdfc5339e10e1511f87bdd27f94463786381ef30d01fc9efc01c1a0dab0a85
40 Risk Score

Malware Insights

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

This XLS file contains VBA macros, including an AutoOpen function, which is a common technique for executing malicious code upon opening. The presence of CreateObject calls suggests the macro is capable of launching external processes or manipulating the system. While the specific payload is not directly visible, the overall pattern indicates a macro-based downloader designed to execute a second-stage payload, likely via PowerShell.

Heuristics 6

  • AutoOpen macro high OLE_VBA_AUTOOPEN
    AutoOpen 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.
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code
  • Environ() call (env variable access) low OLE_VBA_ENVIRON
    Environ() call (env variable access)
  • Macro capabilities present but unconfirmed info MACRO_CAPABILITY_UNCORROBORATED
    The document's VBA exposes execution capabilities (Shell/WScript/CreateObject/auto-exec) but nothing corroborates malicious intent — no obfuscation, memory-exec primitive, download+exec chain, encoded payload, LOLBin, DDE, AV hit, or suspicious URL. The verdict was capped at 'suspicious' so legitimate macro-heavy business documents are not flagged malicious on capability presence alone.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
5e9aaf98db72ac1bbea13444f09a68e56188648c5a955c3d1c54893c1ad031ac
vba-macro oletools.olevba.extract_macros (decoded VBA source) 11786 bytes