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

Static analysis result for SHA-256 52f282207f1cb7d5…

MALICIOUS

Office (OLE) / .DOC

58.0 KB Created: 2010-02-22 18:09:00 Authoring application: Microsoft Word 11.5.5
MD5: 9265cf18f7510195a941019382340e88 SHA-1: 0c9493741955e22e1057e6ebeb17a65b6d933856 SHA-256: 52f282207f1cb7d50450ccc39c4c50e9c4285979375fb3d1f00bba52d6de33e9
240 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic for Applications T1059.001 PowerShell T1204.002 Malicious File

The sample is a Microsoft Word document containing VBA macros. The document body presents a quiz about 'The Odyssey' to trick the user into enabling macros. Upon enabling, the VBA macros execute a Shell() command, as indicated by the 'OLE_VBA_SHELL' heuristic. This suggests the document is designed to download and execute a second-stage payload. The 'macros.bas' file is identified as the source of these malicious macros.

Heuristics 5

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • ClamAV: Doc.Trojan.Marker-31 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Trojan.Marker-31
  • 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.
  • 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

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
aa5d69b9f964abaf366491ca381d58eda3c6125037e9db8a2c232194e3ec295e
vba-macro oletools.olevba.extract_macros (decoded VBA source) 5938 bytes
Detection
ClamAV: Doc.Trojan.Marker-3
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.