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

Static analysis result for SHA-256 9de22b379b552c1a…

MALICIOUS

Office (OLE) / .PPT

81.0 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: e95087538fd2eaa551d1c4654cadc899 SHA-1: 01a3399f8a075137cd4f68a2b247c509fceab21f SHA-256: 9de22b379b552c1a8aa466df10764b6a106d2ef0a16e1b9433e99d2686a258aa
160 Risk Score

Malware Insights

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

The file is a PowerPoint presentation containing VBA macros. A critical heuristic firing indicates the use of the Shell() function within a VBA macro, specifically within an Auto_Close function. This suggests the macro is designed to execute arbitrary commands upon closing the presentation, likely to download and execute a secondary payload. No specific family could be identified, but the technique is common for initial access.

Heuristics 4

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • 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
6224ffdadcfcc24d784effdd159fefa65812d4dba77ae81eb4270fcf225f961a
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1117 bytes