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

Static analysis result for SHA-256 4cc938ebd285791a…

MALICIOUS

Office (OLE) / .PPT

66.5 KB Created: 2021-04-25 20:30:06 Authoring application: Microsoft Office PowerPoint
MD5: e635b3b61eff6189b3e9b9c741b7f20c SHA-1: 1978d487d5f2d0de1b86386158e940de2be33dbc SHA-256: 4cc938ebd285791adab2bd5e800e1b710e2169ffda6b36cbe58d157c694b42db
240 Risk Score

Malware Insights

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

The sample is a PowerPoint file containing VBA macros. The Auto_Close macro is configured to execute a command using Shell(), which is further indicated by the SC_STR_MSHTA and SE_LOLBIN_RUN_COMMAND heuristics. This suggests the macro is designed to launch mshta.exe to execute malicious code.

Heuristics 7

  • 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_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close 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
  • 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://www.j.mp/hndjkashdjkashdjksa
    • http://www.google.com

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
8ae49e0c85b705fa3372196052199237f8bc8131adf0157d4ea96441faee557e
vba-macro oletools.olevba.extract_macros (decoded VBA source) 954 bytes