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

Static analysis result for SHA-256 8d3e1d1a1775191a…

MALICIOUS

Office (OLE) / .PPT

99.5 KB Created: 2021-01-12 20:38:51 Authoring application: Microsoft Office PowerPoint
MD5: 7f0b415d0b7a76530b2f510a910811e5 SHA-1: 480594ad26c91dd9d719c80334285375540dc83e SHA-256: 8d3e1d1a1775191a33980069f500e37f22bdcd0a1ad3544ab4a9d0a651fbd019
220 Risk Score

Malware Insights

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

The sample is a PowerPoint file containing a malicious VBA macro. The Auto_Close macro utilizes a character-shift decoder to execute a Shell command, which is a common technique for downloading and executing second-stage payloads. The embedded URL, although marked as benign, is suspicious in this context. The VBA p-code indicates auto-execution with Shell commands.

Heuristics 6

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • VBA character-shift decoded Shell command critical OLE_VBA_ASC_CHR_SHIFT_SHELL
    VBA auto-exec macro stores an encoded command string, decodes it with a Mid/Asc/Chr character-shift loop, and passes the recovered text to Shell. This is a high-confidence command stager.
  • 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
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL http://1230948%1230948%1230948%1230948@j.mp/dbgghasdnasdjasgdakgsdhv

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
4cbf469b8807b00c47e2bb8e507435e4189f81aef29375ac2ed11fd9c880f3df
vba-macro oletools.olevba.extract_macros (decoded VBA source) 17092 bytes