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

Static analysis result for SHA-256 e294e2e4a4add5de…

MALICIOUS

Office (OLE) / .PPT

75.0 KB Created: 2022-11-01 04:07:35 Authoring application: Microsoft Office PowerPoint
MD5: 543aabe363ee23877828774528e7844b SHA-1: 22f0d031053667fedc2e12401396e5dc29d7758e SHA-256: e294e2e4a4add5de708f7edde67544effa6834502466c6392905139f16ecad41
140 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 a VBA macro. The Auto_Open macro is configured to execute a shell command, indicating an intent to download and execute a second-stage payload. The embedded URL, although marked as benign, is a potential indicator of compromise. The VBA p-code auto-execution with execution tokens further supports the malicious nature of the macro.

Heuristics 5

  • 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.
  • 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://bitbucket.org/!api/2.0/snippets/newwork123social/gq4Rkk/a14ddd6b601f3d0d4294da78787016ea57ebbf16/files/believerstart.txt

Extracted artifacts 1

Files carved from inside the sample during analysis.

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