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

Static analysis result for SHA-256 3b8a3f7841c91187…

MALICIOUS

Office (OLE) / .PPT

63.5 KB Created: 2021-03-14 23:15:17 Authoring application: Microsoft Office PowerPoint
MD5: dd19bb77b590ffaef0fa80334bf05781 SHA-1: 6c07c7ecac52af4d4c578a13ec4f7616036fad08 SHA-256: 3b8a3f7841c911872878f9e562ba0e694fb7a23c3ac29c17a61df65a5765b0b3
280 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1218.005 System Binary Proxy Execution: Mshta

The file is a PowerPoint presentation containing a VBA macro with an Auto_Open function. This macro utilizes a Shell() call to execute mshta.exe, indicating an attempt to download and run a secondary payload. The presence of the Auto_Open macro and the Shell() call strongly suggests malicious intent, likely for initial execution and further infection.

Heuristics 8

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • Reference to mshta.exe high SC_STR_MSHTA
    Reference to mshta.exe
  • 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.
  • Visible LOLBin command execution instruction high SE_LOLBIN_RUN_COMMAND
    Document contains instructions or visible command text involving Windows script/execution tools such as PowerShell, mshta, cmd, rundll32, or regsvr32
  • 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 https://%6786d78asd6786d78asd%6786d78asd%6786d78asd@j.mp/jasidwdasdasddasdoj

Extracted artifacts 1

Files carved from inside the sample during analysis.

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