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

Static analysis result for SHA-256 74e6f8e2301604df…

MALICIOUS

Office (OLE) / .PPT

87.5 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: 2151d178b6c849e4ddb08e5016a38a9a SHA-1: c2b47d3a11528df3da8975d5517ab200c67847e8 SHA-256: 74e6f8e2301604df72a04392873c3df0f12af79ff890cdbde052ae6081e483b7
280 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1203 Exploitation for Client Execution

The sample contains VBA macros that leverage Auto_Close and CreateObject to execute a script. This script constructs the string "WScript.Shell" and then calls its Exec method with a URL that appears to be a shortened link, likely to download and execute a second-stage payload. The presence of Auto_Close and CreateObject, along with references to ShellExecute and WScript, strongly indicates a dropper functionality.

Heuristics 7

  • ClamAV: Doc.Dropper.Agent-9116544-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Dropper.Agent-9116544-0
  • Reference to ShellExecute API high SC_STR_SHELLEXEC
    Reference to ShellExecute API
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • 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
c63357eec2e7efb914abd54848f9136f819c6c70bd6abfd7148e982886859cc2
vba-macro oletools.olevba.extract_macros (decoded VBA source) 661 bytes