Malicious Office (OOXML) — malware analysis report

Static analysis result for SHA-256 26fdcec76050bad4…

MALICIOUS

Office (OOXML)

41.6 KB Created: 2021-06-22 12:43:05 UTC Authoring application: Microsoft Excel 16.0300
MD5: 0541d112744c0b8b72c45c7d71604eea SHA-1: ba4d0bbb56080765b672a34920c2e75bd559d1d1 SHA-256: 26fdcec76050bad480b5d76bf8ed25fac6fb097cc65ebc5ed7caf99e20146ca5
160 Risk Score

Malware Insights

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

The file is an OOXML document containing VBA macros. Heuristics indicate the VBA code references PowerShell and cmd.exe, and uses GetObject. The VBA code itself appears to be heavily obfuscated, but its structure suggests it is designed to execute further commands, likely downloading and executing a second-stage payload. The presence of these indicators strongly suggests a malicious intent, likely for payload delivery.

Heuristics 4

  • PowerShell reference in VBA critical OLE_VBA_PS
    PowerShell reference in VBA
  • GetObject call high OLE_VBA_GETOBJ
    GetObject call
  • cmd.exe reference in VBA high OLE_VBA_CMD
    cmd.exe reference in VBA
  • VBA project inside OOXML medium OOXML_VBA
    Document contains a VBA project — VBA macros present

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
ce53332b3602f38ca444fb5015fee03902bea0b50f8ed9ea4d78dec60cb2870f
vba-macro oletools.olevba.extract_macros (decoded VBA source from OOXML) 35036 bytes
vbaProject_00.bin
262e42d3b56368a7c5575a603812fbbbcee8f843ecc4945e448c9f22d3498360
vba-project OOXML VBA project: xl/vbaProject.bin 11264 bytes