{
  "family": "somoto",
  "sample_count": 3,
  "category": "advanced_threat",
  "description": "Adware:Win32/Somoto (also known as BetterInstaller) represents a massive, highly organized **Software Bundling and Adware Network**. Rather than functioning as a standalone virus, Somoto provides a 'monetization platform' for software developers. It wraps legitimate free software in a custom installer that aggressively and deceptively pushes unwanted toolbars, browser hijackers, and Potentially Unwanted Programs (PUPs) onto the user's system during the installation process.<br><br><b>Understanding Somoto (Bundlers)</b><br>To an end-user, Somoto is highly frustrating. A user attempts to download a free PDF reader, but ends up with three new search toolbars, a changed homepage, and annoying pop-up ads. For a security team, Somoto represents a significant degradation of endpoint hygiene and a massive compliance risk, as these bundled toolbars often extensively track user browsing data and transmit it to third-party advertising networks.<br><br><b>Execution and Bundling Mechanics</b><br>Somoto is distributed when users download software from untrustworthy third-party download portals (like old versions of Download.com or Softonic) (`T1189`). When the user runs the installer (`T1204.002`), the Somoto framework presents a series of deceptive screens. These screens use 'Dark Patterns'—pre-checked boxes, confusing 'Accept' vs 'Decline' buttons—to trick the user into installing the sponsored 'offers'. Once accepted, Somoto modifies the Windows Registry (`T1112`) and installs browser extensions/BHOs (`T1176`) to hijack the browser's search engine and inject sponsored links. It frequently modifies desktop shortcuts to ensure the browser always opens to the adware's landing page.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is a degraded user experience, slow system performance, and compromised privacy. Host-based IoCs include the sudden appearance of unknown applications in the 'Programs and Features' list, EDR alerts for modifications to browser shortcut targets (e.g., appending a URL to the `chrome.exe` shortcut), and the installation of BHOs in the Registry. Network IoCs include a high volume of DNS requests to tracking and advertising domains (like `somoto.com` or affiliate networks).",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1176",
    "T1204.002",
    "T1562.001",
    "T1112"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1176",
      "name": "Browser Extensions (Installing sponsored toolbars/BHOs)",
      "tactic": "Persistence"
    },
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File (User tricked into accepting the bundle)",
      "tactic": "Execution"
    },
    {
      "id": "T1112",
      "name": "Modify Registry (Changing browser start pages and defaults)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Modifying browser shortcuts)",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Use the standard Windows Control Panel to methodically uninstall all unrecognized 'sponsored' applications, toolbars, and the primary software that initiated the bundle.",
    "Remove all unknown or recently installed browser extensions from Chrome, Edge, and Firefox.",
    "Inspect the properties of browser shortcut icons (on the Desktop and Taskbar) and remove any malicious URLs appended to the Target path.",
    "Run a thorough scan with an enterprise-grade Adware/PUA removal tool to clean up the extensive registry modifications left behind by the Somoto installer."
  ],
  "what_to_avoid": [
    "Do not allow users administrative rights to install unapproved free software from third-party download sites; enforce application whitelisting.",
    "Avoid simply changing the homepage back in the browser settings, as the modified shortcuts and BHOs will just revert the change on the next launch."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}