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

Static analysis result for SHA-256 212745f177457439…

MALICIOUS

Office (OLE) / .PPT

74.5 KB Created: 2022-06-13 21:34:52 Authoring application: Microsoft Office PowerPoint First seen: 2022-06-15
MD5: 9c8446758cb0593612229bcbbc54ba70 SHA-1: 86d9b719222435f33dee03216f98b7d990509a0b SHA-256: 212745f17745743905aab58ca048e672b151b1346b28815898429b0d4a7aaf76
200 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1218.005 System Binary Proxy Execution: Mshta

The critical OLE_VBA_SHELL heuristic indicates the presence of a Shell() call within the VBA macros. This is further supported by the SC_STR_MSHTA and OLE_VBA_PCODE_AUTOEXEC_EXEC firings, suggesting the macro attempts to execute commands using mshta.exe. The Auto_Close macro is designed to trigger this execution upon file closure. The script concatenates strings to form a command, but the exact payload URL or command is not fully reconstructible from the provided snippet.

Heuristics 5

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • Reference to mshta.exe high SC_STR_MSHTA
    Reference to mshta.exe
  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close macro
  • 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

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
d6951e6da0a7a087afa47595346d7a6fc60b572eea8fff0c880d230d299a64d2
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1567 bytes