{
  "family": "rontokbr",
  "sample_count": 5,
  "category": "advanced_threat",
  "description": "Worm:Win32/Rontokbr (also widely known as **Rontokbro** or Brontok) is a classic, highly pervasive computer worm that first surged in the mid-2000s. It was famous for primarily targeting users in Indonesia (it often displayed messages referencing Indonesian politics or culture). Unlike modern, stealthy malware, Rontokbro is 'noisy' and highly visible. It spreads aggressively via infected USB flash drives and massive email spam campaigns, disabling critical Windows administrative tools to prevent users from removing it.<br><br><b>Understanding the Rontokbro Worm Threat</b><br>To an end-user, a Rontokbro infection is incredibly disruptive; the machine frequently restarts, web browsers pop open to random HTML files, and folder options disappear. For an enterprise, an outbreak of a classic worm indicates a severe failure in USB device control policies and legacy AV signatures. While it doesn't typically steal data, it cripples productivity and consumes massive network bandwidth as it attempts to email copies of itself to every contact found on the machine.<br><br><b>Execution and Spreading Mechanics</b><br>Rontokbro primarily spreads via USB drives (`T1091`). When a user double-clicks what looks like a standard Windows folder icon on the USB drive (which is actually a `.exe` with a folder icon) (`T1036.003`), the worm executes. It immediately drops copies of itself into the `%AppData%` and `%WinDir%` directories (`T1547.001`). Crucially, to defend itself, it aggressively modifies the Registry to disable the Registry Editor (`regedit.exe`), the Task Manager (`taskmgr.exe`), and the Command Prompt (`cmd.exe`) (`T1562.001`). It also modifies Folder Options to hide system files and file extensions, making its dropped `.exe` files look like regular folders. It then harvests email addresses from the local machine and uses a built-in SMTP engine to spam out malicious attachments (`T1566.001`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact is a severely degraded, unstable workstation and potential network congestion from outbound spam. IoCs are glaringly obvious: the user cannot open Task Manager or Regedit, getting an 'Administratively Disabled' error. Hidden files cannot be revealed via the Folder Options menu. EDR logs will show a single executable creating hundreds of hidden `.exe` files (often named after the folder they reside in) across local and mapped network drives. Network logs will show a massive spike in outbound port 25 (SMTP) traffic.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1562.001",
    "T1566.001",
    "T1036.003",
    "T1091"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1091",
      "name": "Replication Through Removable Media (USB spreading)",
      "tactic": "Lateral Movement"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Disabling Task Manager/Regedit)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1036.003",
      "name": "Masquerading: Rename System Utilities (Using folder icons for executables)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1566.001",
      "name": "Phishing: Spearphishing Attachment (Self-propagation via email)",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Immediately disconnect the infected endpoint from the network to halt the outbound email spam and prevent lateral movement to network shares.",
    "Boot the infected system into Windows Safe Mode, or use a bootable Linux Live USB, to manually delete the worm executables, as it cannot defend itself while offline.",
    "Use a Group Policy Object (GPO) to re-enable the Task Manager, Registry Editor, and Command Prompt across the domain.",
    "Enforce strict USB device control policies (e.g., blocking all unauthorized mass storage devices) to prevent reinfection."
  ],
  "what_to_avoid": [
    "Do not assume the infection is isolated to one machine; if Rontokbro is present, it has almost certainly spread to other USB drives or network shares.",
    "Avoid trying to manually fix the registry while the worm is active in memory; it operates a watchdog process that will instantly revert your changes."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}