{
  "family": "yoddos",
  "sample_count": 9,
  "category": "trojan",
  "description": "Trojan:Win32/Yoddos (also known as the **Yoddos Botnet**) is a significant malware family specifically engineered to compromise endpoints and recruit them into a massive, decentralized botnet whose primary purpose is launching Distributed Denial of Service (DDoS) attacks. Threat actors rent out the Yoddos infrastructure to extort businesses, disrupt competitors, or cause generalized chaos on the internet.<br><br><b>Understanding the Yoddos Botnet</b><br>To the infected user, the malware is mostly invisible, aside from potential severe system sluggishness or a completely saturated internet connection when an attack is ordered. For a security analyst, a Yoddos infection represents a critical abuse of the organization's network resources. By participating in a DDoS attack, the corporate IP address is heavily implicated in a cyberattack, leading to severe reputational damage and the IP being blacklisted by major ISPs.<br><br><b>Execution and DDoS Mechanics</b><br>Yoddos is typically distributed via exploit kits (`T1189`), weaponized spam attachments, or bundled with pirated software. Upon execution, it drops a randomized executable into the `%SystemRoot%` or `%Temp%` directory and establishes persistence via Registry Run keys (`T1547.001`). It heavily obfuscates itself to evade detection (`T1027`). The core component connects to a hardcoded Command and Control (C2) server, often utilizing IRC or custom encrypted TCP protocols, and waits for instructions (`T1071.001`). When the botmaster issues an attack command, Yoddos utilizes the infected machine's bandwidth to launch various flooding attacks—most commonly TCP SYN floods, UDP floods, or HTTP GET floods (`T1498`) against a target IP address.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is massive network bandwidth consumption, localized endpoint denial of service (due to resource exhaustion), and corporate IP blacklisting. The primary IoCs are network-based: analysts will observe a massive, sudden spike in outbound traffic (specifically TCP SYN or UDP packets) directed at a single, unknown external IP address. Host-based IoCs include EDR alerts for a suspicious, persistent process (often spoofing a Windows system name like `svchost.exe`) consuming high network resources.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1071.001",
    "T1498",
    "T1547.001",
    "T1027"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1498",
      "name": "Network Denial of Service (TCP SYN / UDP Flooding)",
      "tactic": "Impact"
    },
    {
      "id": "T1071.001",
      "name": "Application Layer Protocol: Web Protocols (C2 Communication)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution: Registry Run Keys",
      "tactic": "Persistence"
    },
    {
      "id": "T1027",
      "name": "Obfuscated Files or Information",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Isolate the endpoint immediately to halt its participation in the DDoS attack and prevent further bandwidth consumption or IP reputation damage.",
    "Use EDR to locate and terminate the hidden processes (often disguised as system files) generating the outbound flood.",
    "Remove the persistence mechanisms (Registry Run keys and Scheduled Tasks) established by the malware.",
    "Monitor firewall logs to identify the C2 domains providing the attack instructions, and block them enterprise-wide."
  ],
  "what_to_avoid": [
    "Do not ignore the infection simply because it isn't ransomware; DDoS botnets often rent out their infrastructure to deploy more severe payloads later, or act as a smokescreen for other attacks.",
    "Avoid assuming standard firewalls will block the outbound flood automatically; explicit egress filtering may be required."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}