LiveActive security incident?Get immediate response
MITRE ATT&CK® Malware

S9034: Tsundere Botnet

Tsundere Botnet is a botnet first reported in mid-2025 that is delivered via MSI installer or a PowerShell script. It leverages Node.js and JavaScript for payload delivery and execution, and uses smart contracts on the blockchain to host command and control (C2) addresses. Tsundere Botnet is attributed to a likely Russian-speaking threat actor.

A variant named DinDoor has been linked to MuddyWater operations and uses the Deno runtime for execution rather than Node.js.[1][2][3][4]

EnterpriseS9034MalwareObject v1.0Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceMedium

Tsundere Botnet matters because it combines common enterprise execution paths, such as MSI installers, PowerShell, JavaScript, Node.js, and the Deno runtime in the DinDoor variant, with harder-to-govern command-and-control patterns including blockchain-hosted C2 address resolution and web/cloud services. For leaders, the key issue is not just one malware family; it is whether endpoint, network, cloud-egress, and software-supply-chain controls can see scripted execution and external service abuse across Windows, Linux, and macOS.

Executive priority

Prioritize this as a coverage-validation use case for cross-platform endpoint visibility, egress governance, and incident response readiness. The ATT&CK relationships connect the malware to initial access via compromised software dependencies/development tools, execution through PowerShell/JavaScript/MSI, persistence via Windows Run Keys/Startup Folder, C2 through web protocols and dead-drop resolvers, and possible exfiltration to cloud storage. Executives should ask whether teams can prove collection and response across those stages, especially where legitimate runtimes, installers, web traffic, and cloud services may create audit and detection blind spots.

Technical view

SOC and IR teams should validate detections around MSI execution through msiexec, PowerShell script execution, JavaScript/Node.js or Deno runtime activity, encoded or obfuscated files/commands, deobfuscation behavior, system and location discovery, startup persistence, web-based C2, dead-drop resolver behavior, ingress tool transfer, and cloud-storage exfiltration patterns. Because official MITRE detection text is not provided, detection engineering should be relationship-driven and environment-specific rather than signature-only. The MuddyWater relationship and DinDoor variant are useful context for threat intelligence enrichment, but local alerts should be grounded in observed behaviors rather than attribution assumptions.

Likely telemetry

  • Endpoint process creation telemetry including command line, parent/child process relationships, and script interpreter activity
  • PowerShell logging where applicable, including script block/module visibility if enabled
  • Windows Installer and msiexec execution records, including local or remote MSI paths
  • File creation/modification telemetry for encoded, encrypted, renamed, or suspiciously located payloads
  • Registry Run Key and Startup Folder change events on Windows

Detection direction

  • Baseline legitimate use of PowerShell, msiexec, JavaScript runtimes, Node.js, Deno, and package/dependency tooling before alerting on presence alone.
  • Correlate script execution with downloaded installers, encoded content, hidden-window behavior, file decoding, persistence changes, and outbound web connections.
  • Tune for renamed or misplaced binaries and resources that mimic legitimate names or locations, especially where endpoint naming conventions are well understood.
  • Review egress controls for destinations resolved through legitimate external services, including dead-drop resolver patterns, because static blocklists may miss changing C2 addresses.
  • Monitor cloud-storage uploads in context of user role, host, volume, timing, and preceding execution/discovery activity to reduce false positives.

Mitigation priorities

  • Confirm enterprise-wide collection first: endpoint process, script, file, registry, network, proxy, DNS, and cloud-service logs must be available before measuring coverage.
  • Restrict and monitor high-risk execution paths such as PowerShell, msiexec, JavaScript runtimes, Node.js/Deno usage, and unsigned or unexpected installers according to business need.
  • Harden software-supply-chain intake by validating dependencies, development tools, and package sources used by the organization.
  • Apply least-privilege and application-control principles where feasible to limit unauthorized runtimes, installers, persistence locations, and tool transfer.
  • Govern outbound web and cloud-storage access with allowlisting, proxy inspection, anomaly monitoring, and documented business exceptions.
Additional notes and limits

ATT&CK lists Tsundere Botnet as first reported in mid-2025, delivered by MSI installer or PowerShell script, using Node.js and JavaScript for payload delivery/execution, and using blockchain smart contracts to host C2 addresses. ATT&CK also notes a DinDoor variant linked to MuddyWater operations that uses Deno rather than Node.js. The relationship set provides the most useful defensive framing: execution, stealth, persistence, discovery, C2, ingress transfer, software dependency compromise, and cloud-storage exfiltration.

Official MITRE detection guidance is not provided for this malware object, and tactics are not specified on the object itself. This take relies on the supplied description, external references, and ATT&CK relationships. It does not establish local exposure, active exploitation, confirmed targeting, or guaranteed detection coverage; those require environment-specific telemetry, threat intelligence, and incident evidence.

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Official MITRE ATT&CK definition

Tsundere Botnet

Tsundere Botnet is a botnet first reported in mid-2025 that is delivered via MSI installer or a PowerShell script. It leverages Node.js and JavaScript for payload delivery and execution, and uses smart contracts on the blockchain to host command and control (C2) addresses. Tsundere Botnet is attributed to a likely Russian-speaking threat actor.

A variant named DinDoor has been linked to MuddyWater operations and uses the Deno runtime for execution rather than Node.js.[1][2][3][4]

View the same entry on attack.mitre.org (MITRE-hosted reference; in-page links above use the Glexia ATT&CK library.)

Glexia analysis

How security teams should use this page

Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.

ATT&CK relationship table

Techniques used

This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.

17 rows
DomainIDNameRelationship / procedure
EnterpriseT1567.002Exfiltration to Cloud StorageSub-technique

Tsundere Botnet’s variant DinDoor has used Rclone to access a Wasabi server.[1]

EnterpriseT1480Execution Guardrails

Tsundere Botnet has checked the victim machine’s location to avoid infecting in the Commonwealth of Independent States (CIS) region.[4]

EnterpriseT1071.001Web ProtocolsSub-technique

Tsundere Botnet has obtained the WebSocket C2 address by making remote procedure call (RPC) APIs to Ethereum blockchain nodes.[4][3]

EnterpriseT1614System Location Discovery

Tsundere Botnet has checked the victim machine’s location by obtaining the culture name of the machine.[4]

EnterpriseT1195.001Compromise Software Dependencies and Development ToolsSub-technique

Tsundere Botnet has used the Node Package Manager (npm) to download malicious packages and to deliver the payload.[4]

EnterpriseT1105Ingress Tool Transfer

Tsundere Botnet’s loader component has downloaded the zip file node-v18.17.0-win-x64.zip from the official Node.js website, as well as pm2, a Node.js process management tool.[4]

EnterpriseT1102.001Dead Drop ResolverSub-technique

Tsundere Botnet has obtained the C2 address from Ethereum blockchain nodes.[4][3]

EnterpriseT1547.001Registry Run Keys / Startup FolderSub-technique

Tsundere Botnet has created a value in the `HKCU:\Software\Microsoft\Windows\CurrentVersion\Run` Registry key, ensuring that it is run at login.[4][3]

EnterpriseT1027.013Encrypted/Encoded FileSub-technique

Tsundere Botnet’s loader contained AES-CBC/PKCS7 encrypted blobs, which were descrypted and written to disk.[3]

EnterpriseT1059.007JavaScriptSub-technique

Tsundere Botnet has the ability to run JavaScript code from the C2 server. Additionally, Tsundere Botnet has used Node.js to execute JavaScript code for the loader component.[4]

EnterpriseT1059.001PowerShellSub-technique

Tsundere Botnet has been distributed via a PowerShell script.[4][3]

EnterpriseT1027.010Command ObfuscationSub-technique

Tsundere Botnet’s MSI installer has Base64-encoded command execution.[4]

EnterpriseT1082System Information Discovery

Tsundere Botnet has collected the machine’s MAC address, total memory, GPU information and other system information.[4]

EnterpriseT1036.005Match Legitimate Resource Name or LocationSub-technique

Tsundere Botnet has disguised its MSI installer as a fake installer for popular games and software.[4]

EnterpriseT1218.007MsiexecSub-technique

Tsundere Botnet has been distributed via an MSI installer.[4]

EnterpriseT1140Deobfuscate/Decode Files or Information

Tsundere Botnet’s loader has decrypted obfuscated JavaScript files using the AES-256 CBC algorithm, a build-specific key, and initialization vector.[4][3]

EnterpriseT1564.003Hidden WindowSub-technique

Tsundere Botnet’s MSI installer has used `-WindowStyle Hidden` to hide Tsundere Botnet’s execution from the user.[4]

Associated objects

Groups, software, and campaigns

GroupEnterprise

G0069: MuddyWater

MuddyWater is a cyber espionage group assessed to be a subordinate element within Iran's Ministry of Intelligence and Security (MOIS).[1] Since at least 2017, MuddyWater has targeted a range of government and private organizations across sectors, including telecommunications, local government, finance, defense, and oil and natural gas organizations, in the Middle East (specifically the UAE and Saudi Arabia), Asia, Africa, Europe, and North America. MuddyWater has reused domains dating back to October 2025, and has a preference for NameCheap and Hosterdaddy Private Limited (AS136557). In late 2025 and early 2026, MuddyWater used commercial satellite internet (i.e., Starlink) for command and control (C2) communication. [2][3][4][5][6][7][8][9][10][11][12][13]

Relationship explorer

All related ATT&CK context

Change history

Object version and sync metadata

The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates.

ATT&CK release
19.1
Object version
1.0
Created
Modified
Raw hash
f6ead6b804a98a6a...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.0Current bundlef6ead6b804a9…
Raw source

Mirrored ATT&CK source object

The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.

Source references

External references and citations

MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.

  1. [1]
    Checkpoint_MOISCyberCrime_Mar2026

    CheckPoint Research. (2026, March 10). Iranian MOIS Actors & the Cyber Crime Connection. Retrieved March 12, 2026.

    Open source URL
  2. [2]
    SOCRadar_MuddyWaterDindoor_Mar2026

    SOCRadar. (2026, March 9). MuddyWater Uses Dindoor Malware Targeting U.S. Networks. Retrieved March 12, 2026.

    Open source URL
  3. [3]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  4. [4]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  5. [5]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  6. [6]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  7. [7]
    Checkpoint_MOISCyberCrime_Mar2026

    CheckPoint Research. (2026, March 10). Iranian MOIS Actors & the Cyber Crime Connection. Retrieved March 12, 2026.

    Open source URL
  8. [8]
    Checkpoint_MOISCyberCrime_Mar2026

    CheckPoint Research. (2026, March 10). Iranian MOIS Actors & the Cyber Crime Connection. Retrieved March 12, 2026.

    Open source URL
  9. [9]
    DinDoor

    (Citation: Checkpoint_MOISCyberCrime_Mar2026)

  10. [10]
    DinDoor

    (Citation: Checkpoint_MOISCyberCrime_Mar2026)

  11. [11]
    DinDoor

    (Citation: Checkpoint_MOISCyberCrime_Mar2026)

  12. [12]
    SOCRadar_MuddyWaterDindoor_Mar2026

    SOCRadar. (2026, March 9). MuddyWater Uses Dindoor Malware Targeting U.S. Networks. Retrieved March 12, 2026.

    Open source URL
  13. [13]
    SOCRadar_MuddyWaterDindoor_Mar2026

    SOCRadar. (2026, March 9). MuddyWater Uses Dindoor Malware Targeting U.S. Networks. Retrieved March 12, 2026.

    Open source URL
  14. [14]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  15. [15]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  16. [16]
    mitre-attackS9034
    Open source URL
  17. [17]
    mitre-attackS9034
    Open source URL
  18. [18]
    mitre-attackS9034
    Open source URL
  19. [19]
    Checkpoint_MOISCyberCrime_Mar2026

    CheckPoint Research. (2026, March 10). Iranian MOIS Actors & the Cyber Crime Connection. Retrieved March 12, 2026.

    Open source URL
  20. [20]
    Checkpoint_MOISCyberCrime_Mar2026

    CheckPoint Research. (2026, March 10). Iranian MOIS Actors & the Cyber Crime Connection. Retrieved March 12, 2026.

    Open source URL
  21. [21]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  22. [22]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  23. [23]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  24. [24]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  25. [25]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  26. [26]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  27. [27]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  28. [28]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  29. [29]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  30. [30]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  31. [31]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  32. [32]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  33. [33]
    Checkpoint_MOISCyberCrime_Mar2026

    CheckPoint Research. (2026, March 10). Iranian MOIS Actors & the Cyber Crime Connection. Retrieved March 12, 2026.

    Open source URL
  34. [34]
    Checkpoint_MOISCyberCrime_Mar2026

    CheckPoint Research. (2026, March 10). Iranian MOIS Actors & the Cyber Crime Connection. Retrieved March 12, 2026.

    Open source URL
  35. [35]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  36. [36]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  37. [37]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  38. [38]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  39. [39]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  40. [40]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  41. [41]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  42. [42]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  43. [43]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  44. [44]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  45. [45]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  46. [46]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  47. [47]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  48. [48]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  49. [49]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  50. [50]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  51. [51]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  52. [52]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  53. [53]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  54. [54]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  55. [55]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  56. [56]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  57. [57]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  58. [58]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  59. [59]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  60. [60]
    CAL_MuddyWater_Mar2026

    Ctrl-Alt-Intel. (2026, March 4). MuddyWater Exposed: Inside an Iranian APT operation . Retrieved April 6, 2026.

    Open source URL
  61. [61]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  62. [62]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
  63. [63]
    SecureListUbiedo_Tsundere_Nov2025

    Ubiedo, L. (2025, November 20). Blockchain and Node.js abused by Tsundere: an emerging botnet. Retrieved April 6, 2026.

    Open source URL
Source and licensing

Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.