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

Static analysis result for SHA-256 d5464a1454618af9…

MALICIOUS

Office (OLE) / .PPT

172.0 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: 9fad4233d741164596281fb0670e800e SHA-1: 01421abc33e53ae1790b17af3ea8e857c58c950c SHA-256: d5464a1454618af93b47a96e45fd5931844de81693fbd0abeb5cdbccb85d44ba
260 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 VBA macro. The 'Auto_Open' macro is present and utilizes the 'Shell()' function, indicating an intent to execute external code. This is further supported by the ClamAV detection name 'Doc.Dropper.Agent-7554523-0', which suggests a dropper functionality. The macro likely downloads and executes a second-stage payload.

Heuristics 6

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • ClamAV: Doc.Dropper.Agent-7554523-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Dropper.Agent-7554523-0
  • Auto_Open macro high OLE_VBA_AUTO
    Auto_Open 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.
  • Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGE
    One or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
  • 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
7889dac5b6f0b3191bccd2cc543b9d8efc3ece27861b116bc2b41341c0fa39ba
vba-macro oletools.olevba.extract_macros (decoded VBA source) 29354 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.