{
  "family": "russoturisto",
  "sample_count": 2,
  "category": "advanced_threat",
  "description": "Adware:Win32/Russoturisto is a classification for a family of highly intrusive adware and browser modifiers. As the name suggests, its primary behavior is to inundate the user with unwanted advertising in the form of pop-ups, pop-unders, in-text hyperlinks, and unauthorized modifications to search engine results (`T1189`). It degrades system performance and exposes the user to further malvertising risks.<br><br><b>Understanding Russoturisto (Aggressive Adware)</b><br>To an end-user, Russoturisto makes navigating the web incredibly frustrating. Clicking a legitimate link may open a completely unrelated advertising page, and shopping sites are often injected with 'Compare Prices' banners that obscure the actual content. For security teams, Russoturisto is a compliance and security risk, as the adware networks it connects to are often unvetted and frequently distribute secondary payloads.<br><br><b>Execution and Hijacking Mechanics</b><br>Russoturisto is typically distributed via pay-per-install (PPI) affiliate networks, bundled with freeware, torrent downloads, or fake software updates (`T1189`). Upon execution, it installs itself as a Windows service or a Scheduled Task to ensure it runs at boot (`T1543.003`). It then forcibly installs extensions into installed browsers (Chrome, Edge, Firefox). To protect these extensions, it often modifies the Windows Registry (e.g., using `ExtensionInstallForcelist` policies) (`T1562.001`), preventing the user from easily removing them via the browser's interface.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is the unauthorized monetization of user data and a significant decrease in productivity. Host-based IoCs include the presence of unexpected browser extensions (often with randomly generated IDs), unauthorized changes to the `HKLM\\Software\\Policies\\Google\\Chrome` registry paths, and the presence of suspicious updaters in `%LocalAppData%`. Network IoCs include a massive volume of background HTTP/HTTPS requests to known advertising and tracking domains, even when the user is idle.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1543.003",
    "T1189",
    "T1562.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Initial distribution via deceptive software bundles)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Modifying browser policies to prevent adware removal)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1543.003",
      "name": "Create or Modify System Process: Windows Service (Establishing persistent adware updaters)",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Use an enterprise-grade Adware/Malware removal tool to identify and strip out the persistent registry keys and services protecting the adware.",
    "Manually inspect and remove any forced browser policies (`chrome://policy` or `edge://policy`) that prevent extension removal.",
    "Reset all installed web browsers to their default, factory settings to clear out hijacked search engines and proxy configurations.",
    "Implement endpoint application control to block the execution of common, known adware installers from user directories."
  ],
  "what_to_avoid": [
    "Do not rely solely on the browser's 'Uninstall Extension' button; Russoturisto's background service will simply reinstall it.",
    "Avoid downloading 'free' software from third-party download portals, as they are the primary distribution vector for bundled adware."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}