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

Static analysis result for SHA-256 cad6990cdab88f52…

MALICIOUS

Office (OLE) / .PPT

93.5 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: beaa81a02b9211c4a1381ec3d4e7f03a SHA-1: 29fe3a2793f0c64ddb1133860fa966c8ac75fab2 SHA-256: cad6990cdab88f52ad4842a013b5d0f5ec68e1a9b97f850739c6e81d962f3c8e
160 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell

The sample is a PowerPoint file containing VBA macros. The critical heuristic 'OLE_VBA_SHELL' indicates the presence of a Shell() call within the VBA code, which is often used to execute arbitrary commands. The 'OLE_VBA_AUTOCLOSE' and 'OLE_VBA_PCODE_AUTOEXEC_EXEC' heuristics further suggest that this malicious code is designed to run automatically when the document is opened or closed. The specific command executed by Shell() could not be determined from the provided evidence, but the intent is to run an external process.

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
9271f221cbab3822d742879c222debec577c5180c20e028ff1cc279c41851156
vba-macro oletools.olevba.extract_macros (decoded VBA source) 536 bytes