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

Static analysis result for SHA-256 eabb47d5c3516380…

MALICIOUS

Office (OLE) / .PPT

63.5 KB Created: 2020-08-17 23:47:50 Authoring application: Microsoft Office PowerPoint
MD5: 254244f24596e9bbbb262447ad255502 SHA-1: 1e52bd79eb6eb9fabdc45db6c9a554cb67dbaa55 SHA-256: eabb47d5c3516380208d11359aec05a54f149602fbcf67ed44c6a4c0ebd806eb
160 Risk Score

Malware Insights

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

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 macro. This suggests the macro is designed to execute arbitrary commands upon closing the document, likely to download and execute a secondary 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
d4e04394a4983ebd6655ec8c7642427b2f9db38639dbd8899bb6f2e2f600c2f3
vba-macro oletools.olevba.extract_macros (decoded VBA source) 854 bytes