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

Static analysis result for SHA-256 d2f1f28bac562071…

MALICIOUS

Office (OLE) / .PPT

115.5 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: ef0aed5496df29894d543f176f58ffb8 SHA-1: c76d78256b743d6401c2272b69eb307f1ada4a9a SHA-256: d2f1f28bac56207164e2c5364be21700303c8a8b6ef05270038736255c4593b2
220 Risk Score

Malware Insights

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

The file contains VBA macros, specifically an Auto_Close function, which is designed to execute arbitrary commands. Critical heuristics indicate the use of Shell() and a character-shift decoding mechanism to obscure the command. This strongly suggests the macro's purpose is to download and execute a second-stage payload. No specific family could be identified, and the only extracted URL was benign.

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@j.mp/chobesjjjj

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
ed4917855fe05805ab6f10e077510f51c427142b93d379da07a81ce261ded96a
vba-macro oletools.olevba.extract_macros (decoded VBA source) 17060 bytes