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

Static analysis result for SHA-256 e83d08e4dad16964…

MALICIOUS

Office (OLE) / .DOC

135.5 KB Created: 2020-04-03 15:27:38 Authoring application: Microsoft Excel
MD5: a16de2297f1622891df6a8846e6690d9 SHA-1: 082274fdb4a4b6dada2de23a43619145ffadaa68 SHA-256: e83d08e4dad169647018242373bcf67bd8aad960e2addedde9f94dc2a4e770eb
100 Risk Score

Malware Insights

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

The file is an Excel 4.0 macro sheet that is heavily encrypted, indicating an attempt to hide malicious functionality. The presence of an 'AutoOpen' macro suggests that the malicious code is intended to execute automatically upon opening the document. The heuristics indicate a high likelihood of malicious intent, likely for delivering a secondary payload.

Heuristics 3

  • Encrypted Excel 4.0 macro sheet high OLE_XLM_ENCRYPTED_MACROSHEET
    Workbook contains an Excel 4.0 macro sheet and BIFF FILEPASS encryption. Password-protected XLM macro sheets, especially the default Excel password path, are a common malware evasion pattern because static formula extraction may fail until the workbook is decrypted.
  • OLE metadata lists many Excel 4.0 macro sheets high OLE_XLM_DOCPROPS_MACROSHEET_INVENTORY
    Workbook contains a BIFF Excel 4.0 macro-sheet marker and its clear OLE DocumentSummaryInformation stream lists many MacroN sheet titles. This is a useful static signal when FILEPASS encryption prevents formula extraction from the workbook stream.
  • Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPEN
    Workbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.