{
  "family": "webcompanion",
  "sample_count": 13,
  "category": "advanced_threat",
  "description": "Adware:Win32/Webcompanion (Lavasoft Web Companion) is a highly controversial application often classified by EDR and Antivirus vendors as a Potentially Unwanted Program (PUA) or Adware. While nominally marketed as a security tool designed to protect users from malicious websites, its aggressive distribution methods, difficulty of removal, and potential to hijack search settings often lead to it being flagged as a threat.<br><br><b>Understanding Webcompanion</b><br>To an end-user, Webcompanion might appear unexpectedly on their system, often featuring a shield icon and claiming to 'secure your browsing'. For a security analyst, Webcompanion operates in a grey area. It is frequently distributed via Pay-Per-Install (PPI) software bundlers alongside freeware. Its primary controversial behavior is its attempt to change the user's default homepage and search engine (often to Bing or Yahoo, generating affiliate revenue for Lavasoft). It also intercepts and inspects web traffic, which can introduce privacy concerns and conflict with legitimate enterprise security proxies.<br><br><b>Execution and Controversial Behavior</b><br>Webcompanion is typically installed silently (`T1189`) when a user rapidly clicks through a deceptive freeware installer (`T1204.002`). Upon execution, it establishes persistence via a Windows Service (`T1543.003`) and Registry Run keys to ensure it launches at boot. It frequently installs a network filter driver or modifies proxy settings (`T1562.001`) to intercept HTTP/HTTPS traffic—purportedly to block malicious sites, but this mechanism is functionally identical to Man-in-the-Middle (MitM) techniques used by malware (`T1185`). Furthermore, it actively attempts to modify browser configuration files to redirect search queries (`T1112`).<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is a degraded user experience, unwanted search redirection, and potential interference with enterprise TLS inspection. Incident responders will observe the `LavasoftTcpService.exe` or `WebCompanion.exe` running from `C:\\Program Files (x86)\\Lavasoft\\`. EDR logs may flag the application injecting DLLs into web browsers to monitor traffic or modifying the `ProxyEnable` registry key.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1112",
    "T1185",
    "T1543.003",
    "T1189",
    "T1204.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Bundled Installers)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1543.003",
      "name": "Create or Modify System Process: Windows Service",
      "tactic": "Persistence"
    },
    {
      "id": "T1185",
      "name": "Browser Session Hijacking (Traffic Interception)",
      "tactic": "Collection"
    },
    {
      "id": "T1112",
      "name": "Modify Registry (Search Hijacking)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File",
      "tactic": "Execution"
    }
  ],
  "containment_steps": [
    "Use the standard Windows Control Panel (appwiz.cpl) to uninstall Lavasoft Web Companion.",
    "Verify that the `LavasoftTcpService` has been completely removed from the Windows Services console (`services.msc`); if not, delete it manually.",
    "Check Windows proxy settings (`inetcpl.cpl` -> Connections -> LAN settings) and ensure 'Use a proxy server' is unchecked if not required by enterprise policy.",
    "Instruct users to reset their web browsers to factory defaults to clear any lingering search engine modifications."
  ],
  "what_to_avoid": [
    "Do not ignore the presence of Webcompanion; its presence indicates the user is executing untrusted bundled software, which could easily deliver more severe payloads next time.",
    "Avoid relying solely on file deletion, as the associated Windows Service will attempt to restart or recreate the application."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}