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

Static analysis result for SHA-256 ae3cad1be04eff42…

MALICIOUS

Office (OLE) / .PPT

59.5 KB Created: 2020-04-14 12:34:02 Authoring application: Microsoft Office PowerPoint
MD5: bf42c9635614a6875e3947ac3f0d5d51 SHA-1: 032ae2fb3e65ca596114584460c9620b2dbda351 SHA-256: ae3cad1be04eff42f1640aa7649774c770326c4c9fcb9b8b2081d3563789565a
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 firing indicates a Shell() call within the VBA code, and the Auto_Close macro suggests it executes upon closing the presentation. This functionality is likely used to download and execute a second-stage payload. 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
59b945090f6483c435433f0814075244dab05629de4bd8f92231285cb40ef7db
vba-macro oletools.olevba.extract_macros (decoded VBA source) 527 bytes