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

Static analysis result for SHA-256 c297b29f56297f65…

MALICIOUS

Office (OLE) / .PPT

60.0 KB Created: 2020-05-06 16:28:54 Authoring application: Microsoft Office PowerPoint
MD5: 536d03572918f4d37e3830a81d276e82 SHA-1: 96eb709f28aae41c81d9bf51c1e900e9bb5a84b4 SHA-256: c297b29f56297f658565fbfcf5c287c9cbd1f67fb14ca33e7cd0f148f5fbb58b
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 an Auto_Close macro, which is a common technique for executing arbitrary commands. This suggests the macro is designed to download and execute a secondary payload upon closing the presentation. No specific family could be identified, and no external IOCs were extracted.

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