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

Static analysis result for SHA-256 a1eca5ee52be5942…

MALICIOUS

Office (OLE) / .PPT

137.5 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: 8d9692c5f1b7f15351dfeab1098100d3 SHA-1: 41e63fc6c18562b578c61f430836be7369e7cd77 SHA-256: a1eca5ee52be59423250284bfc91d39241a10a4b143fa66eb1757934e22649a8
280 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell T1059.003 Windows Command Shell

The file is a malicious PowerPoint presentation containing VBA macros. Critical heuristics indicate the use of `Shell()` and character-shift decoding to execute commands. The `Auto_Close` macro is designed to run automatically when the presentation is closed. This suggests the macro is intended to download and execute a second-stage payload, as indicated by the ClamAV detection name 'Doc.Malware.Valyria-10008087-0'. No specific IOCs like URLs or hashes were extracted from the provided evidence.

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
122d98c9020d18f7b9c87f77d53d09df0f29ea102d949411f6f2457bf565c11a
vba-macro oletools.olevba.extract_macros (decoded VBA source) 4444 bytes