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

Static analysis result for SHA-256 bc692c42c9c300e9…

MALICIOUS

Office (OLE) / .PPT

66.0 KB Created: 2021-03-01 22:30:06 Authoring application: Microsoft Office PowerPoint
MD5: e4405847f94ce7a7ff1cf42754030467 SHA-1: 3c183881bab3a09576a24da6c6aceaf106e97f1b SHA-256: bc692c42c9c300e9ea559d6cdd74239d85339b60918b1c712db7078c1298421a
240 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.003 Windows Command Shell

The presence of a VBA Auto_Open macro, coupled with a Shell() call and CreateObject call, strongly indicates that this PowerPoint file is designed to execute arbitrary code. The macro likely downloads and executes a second-stage payload. The specific URL found was confirmed as benign and is not included as an IOC.

Heuristics 7

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • Auto_Open macro high OLE_VBA_AUTO
    Auto_Open 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.
  • 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
  • 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://12384928198391823%12384928198391823@j.mp/

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
e368e5325006e590d91c218aeba7daa833e01e416d11d1d65559a3204196da11
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2099 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.