Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 9abdc42480ec534a…

MALICIOUS

Office (OLE)

40.5 KB Created: 2002-04-30 16:22:00 Authoring application: Microsoft Word 9.0
MD5: 8776532221a29485e14cc889906b31f9 SHA-1: ca5adee2ecd5da31e22cdf918fa777c4994c4f55 SHA-256: 9abdc42480ec534af3383d6461b188ea27ccde9f3e1a9f5c9833abfa443f93f1
120 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1566.001 Spearphishing Attachment

The file is an Office document containing VBA macros, specifically a Document_Open macro, which is a common technique for executing malicious code upon opening. The document body provides seemingly legitimate instructions for abstract submission, acting as a lure to trick the user into enabling macros. The presence of a Document_Open macro suggests an attempt to automatically run malicious code, likely to download and execute a second-stage payload, as indicated by the ClamAV detection of 'Doc.Trojan.Thus-10'.

Heuristics 3

  • ClamAV detection on extracted artifact critical EXTRACTED_FILE_CLAMAV
    ClamAV flagged at least one file extracted from inside this sample. Even when the wrapping document carries no AV detection of its own, a hit on the carved artifact is a strong indicator the sample is a delivery vehicle.
  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_Open macro
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
d38812a0d2e4d8975df3c5c9fe79707a7643b33307aac4f772f8f045e17768ba
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2313 bytes
Detection
ClamAV: Doc.Trojan.Thus-10
Obfuscation or payload: unlikely