Webcompanion

Category: advanced_threat · Aliases: None known · Sample count (EMBER 2018): 13 · Enrichment: expert-seo · Updated: 2026-06-09
Category: Advanced_ThreatActor: Unknown / CybercriminalIndustry: Global / OpportunisticMotivation: Opportunistic

Overview

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.

Understanding Webcompanion
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.

Execution and Controversial Behavior
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`).

Indicators of Compromise & Impact
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.

MITRE ATT&CK Techniques

Observed techniques used by this family, mapped to the MITRE ATT&CK framework:

TechniqueNameTactic
T1189Drive-by Compromise (Bundled Installers)Initial Access
T1543.003Create or Modify System Process: Windows ServicePersistence
T1185Browser Session Hijacking (Traffic Interception)Collection
T1112Modify Registry (Search Hijacking)Defense Evasion
T1204.002User Execution: Malicious FileExecution

Tactical Mitigations

Based on the techniques used by this family, consider the following defensive strategies:

Generated Detections (Boilerplate)

These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.

YARA Rule

rule MALWARE_WIN_WEBCOMPANION {
    meta:
        description = "Detects Webcompanion (advanced_threat)"
        author = "SystemHelpdesk Boilerplate Generator"
        date = "2026-07-06"
    strings:
        $s1 = "webcompanion" ascii wide nocase
    condition:
        uint16(0) == 0x5a4d and any of them
}

Sigma Rule

title: Suspicious Webcompanion Activity
id: fce6082f10e967147a34fa584e74914a
status: experimental
description: Detects generic indicators of the webcompanion malware family.
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith:
            - '\cmd.exe'
            - '\powershell.exe'
        CommandLine|contains:
            - "*webcompanion*"
    condition: selection
level: medium

Containment & Response Steps

Home Users: If you suspect a malware infection on your personal device, disconnect from the internet immediately and run a full system scan with your antivirus software. The steps below are intended for IT professionals responding to enterprise incidents.

Ordered checklist for responders. Adapt to your environment and engage professional support for active incidents.

  1. Use the standard Windows Control Panel (appwiz.cpl) to uninstall Lavasoft Web Companion.
  2. Verify that the `LavasoftTcpService` has been completely removed from the Windows Services console (`services.msc`); if not, delete it manually.
  3. Check Windows proxy settings (`inetcpl.cpl` -> Connections -> LAN settings) and ensure 'Use a proxy server' is unchecked if not required by enterprise policy.
  4. Instruct users to reset their web browsers to factory defaults to clear any lingering search engine modifications.

What to Avoid

Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.

  1. 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.
  2. Avoid relying solely on file deletion, as the associated Windows Service will attempt to restart or recreate the application.

References & External Analysis

Frequently Asked Questions

How do I remove the Webcompanion Advanced_Threat from Windows?

Manual removal of Webcompanion is highly discouraged as it may leave persistence mechanisms intact. We recommend disconnecting the device from the internet and utilizing a professional incident response service or enterprise-grade EDR software to conduct a full forensic sweep.

Is Webcompanion a virus or a Advanced_Threat?

Webcompanion is classified as a Advanced_Threat. Unlike traditional viruses that infect files, modern malware like Webcompanion typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.

What are the main symptoms of a Webcompanion infection?

Symptoms of Webcompanion can include unexpected system slowness, unauthorized outbound network traffic to unknown IP addresses, disabled security software, and suspicious background processes running from AppData or Temp directories.

Related Families (Category: advanced_threat)

Explore other malware families in the same category:

Protect Your Network Against Advanced_Threats

Want to prevent Webcompanion and similar threats from compromising your organization? Read our comprehensive defensive guide: Suspect an Infection? What to do.

Need help with an active incident? Published by the SystemHelpdesk team.

Machine-readable

Get this profile as JSON: https://jordan123234-malware-families-explorer.static.hf.space/api/webcompanion.json

Ecosystem & Interactive Environments

This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Zenodo, Replit, StackBlitz, CodeSandbox, and CodePen.