Malicious Office (OOXML) / .XLSX — malware analysis report

Static analysis result for SHA-256 1b0329aa6aad2d2b…

MALICIOUS

Office (OOXML) / .XLSX

410.7 KB Created: 2020-04-16 15:41:14 UTC Authoring application: Microsoft Excel 16.0300
MD5: d4177645156c5f3949a32d9c88d32f3e SHA-1: 5d2971a64351098f7c1277092125f9cf4616912e SHA-256: 1b0329aa6aad2d2b0a9fc983fad925441fdaf8c5d53c1e878a98e3f0b5466984
440 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.003 Windows Command Shell T1204.002 Malicious File

The sample contains a Workbook_Open macro that utilizes WScript.Shell and a character-shift decoder to execute a command. This is a common technique for downloading and executing a second-stage payload. ClamAV detections indicate this is a downloader/dropper, likely related to the Dridex family, though specific attribution is not possible from the provided evidence.

Heuristics 10

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • WScript.Shell usage critical OLE_VBA_WSCRIPT
    WScript.Shell usage
  • VBA character-shift decoded Shell command critical OLE_VBA_ASC_CHR_SHIFT_SHELL
    VBA auto-exec macro stores an encoded command string, decodes it with a Mid/Asc/Chr character-shift loop, and passes the recovered text to Shell. This is a high-confidence command stager.
  • ClamAV: Xls.Downloader.DridexGreen09213-9890103-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Xls.Downloader.DridexGreen09213-9890103-0
  • 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.
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_Open macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • 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 project inside OOXML medium OOXML_VBA
    Document contains vbaProject.bin — VBA macros present
  • 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/spreadsheetml/2006/main
    • http://schemas.openxmlformats.org/officeDocument/2006/relationships
    • http://schemas.openxmlformats.org/markup-compatibility/2006
    • http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac
    • http://schemas.microsoft.com/office/spreadsheetml/2014/revision
    • http://schemas.microsoft.com/office/spreadsheetml/2015/revision2
    • http://schemas.microsoft.com/office/spreadsheetml/2016/revision3

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
62b84b58560e7f5b52b5589737a7d947ad6254446522bbcacf123d8c5a561b2b
vba-macro oletools.olevba.extract_macros (decoded VBA source from OOXML) 2176 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 1 shell/COM execution token(s). Carved macro source contains an auto-exec entry point and execution/download terms.
vbaProject_00.bin
c441fd5644f136f15a831641ea374538027314975c7b7c760180d9667875cd84
vba-project OOXML VBA project: xl/vbaProject.bin 13824 bytes
Detection
ClamAV: Xls.Dropper.Agent-7670657-0
Obfuscation or payload: likely
Carved artifact contains 1 shell/COM execution token(s). Carved macro source contains an auto-exec entry point and execution/download terms.