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

Static analysis result for SHA-256 2a3f893a65d0b03b…

MALICIOUS

Office (OLE) / .DOC

605.5 KB Created: 2007-10-29 16:19:00 Authoring application: Microsoft Word 9.0
MD5: 5d1ddc176b098ec2abcbc5959426bdc2 SHA-1: 3596d58802e80e5d6d8824da3609e02a508e092c SHA-256: 2a3f893a65d0b03b1ea411cb0a639a21e6ea5701caa9b103ce2fd3462594cad1
160 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File T1566.001 Spearphishing Attachment T1059.005 Visual Basic

The sample is a Microsoft Word document containing VBA macros, including AutoOpen and Auto_Close, which are commonly used to execute malicious code upon opening or closing the document. The document body contains DDEAUTO links pointing to an Excel file, suggesting a social engineering attempt to trick the user into opening a potentially malicious spreadsheet. The presence of VBA macros and the DDE execution vector strongly indicate a malicious intent to download and execute further payloads, as suggested by the ClamAV detection on an extracted artifact.

Heuristics 4

  • 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.
  • AutoOpen macro high OLE_VBA_AUTOOPEN
    AutoOpen macro
  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close 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
56229fa8128ed5f31784d5d0e3ea56494129923f244dc22608b8278c4e07753e
vba-macro oletools.olevba.extract_macros (decoded VBA source) 11235 bytes
Detection
ClamAV: Win.Trojan.C-286
Obfuscation or payload: unlikely