{
  "family": "taworm",
  "sample_count": 1,
  "category": "ransomware",
  "description": "Worm:Win32/Taworm is a self-replicating malware strain designed to spread rapidly across networks and removable media without requiring user interaction beyond the initial execution (`T1090`). While historically worms were noisy and designed to cause disruption, modern variants like Taworm often act as silent delivery vehicles, establishing botnets or dropping secondary payloads (like cryptominers or ransomware) on every machine they infect.<br><br><b>Understanding Taworm (Self-Replication)</b><br>To an end-user, a Taworm infection might initially be invisible, though network slowdowns may occur as the worm aggressively scans for new targets. For an IT department, a worm outbreak is a critical incident, as it can compromise an entire corporate network in minutes, saturating bandwidth and forcing widespread operational downtime.<br><br><b>Execution and Propagation Mechanics</b><br>Taworm typically arrives via phishing, exploit kits, or by a user plugging in an infected USB drive (`T1091`). Upon execution, it establishes persistence (often via Registry Run keys) and begins its propagation cycle. It scans the local subnet (`T1046`) for vulnerable machines (e.g., exposed SMB or RDP ports). It often attempts to exploit known vulnerabilities (like MS17-010/EternalBlue) (`T1210`) or uses brute-force credential stuffing against network shares (`T1110`) to copy itself to adjacent machines and execute remotely using tools like PsExec or WMI (`T1047`). It also copies itself to all attached removable drives, creating `autorun.inf` files to execute when plugged into a new system.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is the rapid, exponential spread of the infection and the deployment of secondary payloads across the enterprise. Host-based IoCs include the presence of anomalous executables and `autorun.inf` files on USB drives, and EDR alerts for rapid lateral movement techniques (e.g., unexpected WMI or SMB execution). Network IoCs are highly visible: massive spikes in ARP scanning, port scanning (particularly ports 445, 139, 3389), and excessive SMB traffic between workstations.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1046",
    "T1110",
    "T1210",
    "T1091"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1210",
      "name": "Exploitation of Remote Services (Exploiting vulnerabilities like SMB to spread laterally)",
      "tactic": "Lateral Movement"
    },
    {
      "id": "T1091",
      "name": "Replication Through Removable Media (Infecting USB drives to jump air-gaps)",
      "tactic": "Lateral Movement"
    },
    {
      "id": "T1046",
      "name": "Network Service Discovery (Scanning the local subnet for vulnerable targets)",
      "tactic": "Discovery"
    },
    {
      "id": "T1110",
      "name": "Brute Force (Attempting to crack passwords to access network shares)",
      "tactic": "Credential Access"
    }
  ],
  "containment_steps": [
    "Immediately segment the network; isolate infected VLANs from the core network to halt the worm's lateral spread.",
    "Disable SMBv1 globally and block workstation-to-workstation communication (host isolation) at the switch or host firewall level.",
    "Identify the vulnerability the worm is exploiting (e.g., missing patches) and rapidly deploy the patch to all uninfected machines.",
    "Disable AutoRun/AutoPlay enterprise-wide via Group Policy to prevent USB-based infections."
  ],
  "what_to_avoid": [
    "Do not attempt to clean machines one by one while they are still connected to the network; they will simply be reinfected instantly.",
    "Avoid relying solely on perimeter defenses; worms spread laterally *inside* the network."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}