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

Static analysis result for SHA-256 fa709ed572a5d93b…

MALICIOUS

Office (OLE) / .PPT

86.5 KB Created: 2020-11-23 19:28:22 Authoring application: Microsoft Office PowerPoint
MD5: e33f6ea2238e43fe6b2b0af48359a1b8 SHA-1: f4dd94365ff7dd4c4246aac7da53ac60b365cdd9 SHA-256: fa709ed572a5d93b4bd1c2316988afa75b8a044a47cc27b0120ae006be2eb081
280 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell T1204.002 Malicious File

The file contains VBA macros, specifically an Auto_Close function, which is designed to execute automatically when the presentation is closed. Critical heuristics indicate the use of Shell() and character-shift decoding to execute a command. This strongly suggests the macro's purpose is to download and execute a second-stage payload. The ClamAV detection further confirms its malicious nature.

Heuristics 6

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • VBA character-shift decoded Shell command critical OLE_VBA_ASC_CHR_SHIFT_SHELL
    VBA auto-exec macro stores an encoded command string, decodes it with a Mid/Asc/Chr character-shift loop, and passes the recovered text to Shell. This is a high-confidence command stager.
  • ClamAV: Doc.Malware.Valyria-10008087-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Malware.Valyria-10008087-0
  • 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
800b15e60ff12bc34701d50a465cb27ff4f751da184e86339f44c7fd9c6baf0b
vba-macro oletools.olevba.extract_macros (decoded VBA source) 4489 bytes