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

Static analysis result for SHA-256 7d763d40795a161b…

MALICIOUS

Office (OLE) / .XLS

66.0 KB Created: 2003-04-23 08:59:25 Authoring application: Microsoft Excel
MD5: e1f70fa36ceace829772dcb7acb96d39 SHA-1: 170ed63ed2926a386705365c77832c15af6c8228 SHA-256: 7d763d40795a161b3378f30a073285ba036aa5452ad6c78208a307c8cb9b3c47
302 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File T1105 Ingress Tool Transfer

The Workbook_Open macro executes an obfuscated PowerShell command that downloads a payload from 'https://futanostra.win/foglio.ful'. The macro uses Shell() to execute this command, indicating a clear intent to download and run a second-stage payload. The document body appears to be a lure for invoice payment, consistent with phishing or social engineering tactics.

Heuristics 8

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • Obfuscated VBA Shell command with URL critical OLE_VBA_OBFUSCATED_SHELL_URL
    VBA macro invokes Shell with command text assembled through decoder or string-manipulation functions and includes a URL. This is a high-confidence downloader/dropper pattern, stronger than Shell or URL evidence on their own.
  • ClamAV: Xls.Trojan.Agent-6424727-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Xls.Trojan.Agent-6424727-0
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_Open macro
  • 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.
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code
  • Macro/content-enable lure medium SE_ENABLE_LURE
    Document instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
  • 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 https://futanostra.win/foglio.ful

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
b73f1b0a91843c49817ee4dd1b88a768f3093d42e6da1e45b99a31436401eaa5
vba-macro oletools.olevba.extract_macros (decoded VBA source) 4733 bytes