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

Static analysis result for SHA-256 e78f84e434722b06…

MALICIOUS

Office (OLE) / .PPT

78.0 KB Created: 2022-06-08 13:40:30 Authoring application: Microsoft Office PowerPoint First seen: 2022-06-10
MD5: 3ff4e43d782270103ce1c3fcee337ca8 SHA-1: 3db45ec07fd7e18e9cb12a008ff739c9e3d0b484 SHA-256: e78f84e434722b0640aebab530c3d978e8777e5a8ec9dd71da53dd87f6e71e5c
202 Risk Score

Malware Insights

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

The file is a PowerPoint document containing VBA macros. The Auto_Close macro triggers a Shell() call, which is a high-confidence indicator of malicious intent. The script attempts to construct a command string by concatenating values from 'oneday1.Tag' and 'oneday1.yellow.ControlTipText', and then executes this constructed command using Shell(). This indicates the macro is designed to download and execute a second-stage payload. The embedded URL, though marked as benign, is included as a potential IOC.

Heuristics 6

  • 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.
  • 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://bitbucket.org/!api/2.0/snippets/rikimartinplace/KMMe6p/84dd89e3da0a597f178af84b75fa301869bb9740/files/charlesfinal

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
7a5407754ffc195f9b8ccb79e21e9dc02133872e61302cc10969d903829dfacf
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1526 bytes