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

Static analysis result for SHA-256 1c2a04dc7dbf27a4…

MALICIOUS

Office (OLE) / .PPT

62.5 KB Created: 2021-05-26 21:35:46 Authoring application: Microsoft Office PowerPoint
MD5: 22ab8d36387b5618d91cc2c39130f442 SHA-1: bc26e07aa411a1d89ac1f0283b468a57d42359dd SHA-256: 1c2a04dc7dbf27a4a5b18a24c12c26b8fb74a5c73b1229ccfe64c57e3a63bab8
200 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 VBA macros, specifically an Auto_Close macro that is triggered when the presentation is closed. The presence of GetObject calls and ShellExecute API references indicates that the macro is designed to execute arbitrary code. The Auto_Close macro is likely used to download and execute a second-stage payload, a common technique for initial access.

Heuristics 6

  • Reference to ShellExecute API high SC_STR_SHELLEXEC
    Reference to ShellExecute API
  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close macro
  • GetObject call high OLE_VBA_GETOBJ
    GetObject 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
  • Suspicious extracted artifact medium 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.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
fb85e43fcfd5f4e5eaf423c19bb0809621415440d8d89d1c7b196033dc86a293
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1109 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 1 shell/COM execution token(s).