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

Static analysis result for SHA-256 635a74416fba185c…

MALICIOUS

Office (OLE) / .DOC

242.3 KB
MD5: 9999b9d96200fb791a5f7fb09f2e79da SHA-1: c6207faca936b653e64228b2608e95a43ec88cff SHA-256: 635a74416fba185c2d901ad6c437ddc2258d061fb43e420653cb07f071e62075
202 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1566.001 Spearphishing Attachment T1203 Exploitation for Client Execution

The sample is a malicious OLE document containing VBA macros, specifically a Document_Open macro that uses CreateObject to execute code. This indicates an attempt to download and run a second-stage payload. The ClamAV detection as 'Doc.Downloader.Generic' further supports this. The obfuscated VBA code and the presence of a Document_Open macro strongly suggest a downloader functionality.

Heuristics 6

  • ClamAV: Doc.Downloader.Generic-9785156-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Downloader.Generic-9785156-0
  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_Open macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject 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
  • 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://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
53c940c9e61b86bba3a049505972bd865d71f0e7c155177329bd8613b2e4028a
vba-macro oletools.olevba.extract_macros (decoded VBA source) 18779 bytes