Installiq

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

Overview

Adware:Win32/Installiq is a massive, commercial Pay-Per-Install (PPI) bundler framework, functioning similarly to Installmonetizer. It is essentially an aggressive distribution engine utilized by hundreds of different Potentially Unwanted Programs (PUAs). Its core objective is to act as a deceptive 'wrapper' around legitimate, highly sought-after freeware, tricking users into simultaneously installing highly intrusive browser hijackers, fake system optimizers, and tracking toolbars to generate affiliate revenue.

Understanding Installiq
To an end-user, Installiq is the convoluted installation wizard they must navigate to get their free software. For a corporate IT Helpdesk, Installiq is a major operational headache, responsible for a massive influx of 'browser hijacked' and 'pop-up ads' tickets. It represents a significant failure in endpoint Application Control, allowing unvetted, potentially vulnerable applications to saturate the network.

Execution and Dark Patterns
Installiq thrives on deceptive UI design, known as 'Dark Patterns' (`T1204.002`). During installation, it presents pre-checked boxes, confusing 'Decline' vs 'Cancel' buttons, and hidden 'Custom Installation' menus to trick the user into granting consent for secondary payloads (`T1189`). Once running, it acts as a dynamic downloader (`T1105`). It contacts its PPI network infrastructure, assesses the target's operating system, and downloads the highest-paying adware payloads. It then silently installs these payloads (BHOs, extensions, registry hooks) (`T1176`) in the background while the user waits for the main freeware installation to complete.

Indicators of Compromise & Impact
The primary impact is the introduction of multiple, disparate secondary adware infections, severely degrading system performance and violating user privacy. IoCs include EDR alerts for unsigned installer executables dropping numerous MSIs and EXEs into the `%Temp%` directory. Network logs will show bursts of HTTP/HTTPS traffic to known PPI distribution networks (often dynamically generated subdomains) during the software installation phase.

MITRE ATT&CK Techniques

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

TechniqueNameTactic
T1189Drive-by Compromise (Deceptive software bundling)Initial Access
T1204.002User Execution: Malicious File (User running the wrapper)Execution
T1105Ingress Tool Transfer (Downloading the adware payloads)Command and Control
T1176Browser Extensions (Installing the hijacked toolbars)Persistence

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_INSTALLIQ {
    meta:
        description = "Detects Installiq (advanced_threat)"
        author = "SystemHelpdesk Boilerplate Generator"
        date = "2026-07-06"
    strings:
        $s1 = "installiq" ascii wide nocase
    condition:
        uint16(0) == 0x5a4d and any of them
}

Sigma Rule

title: Suspicious Installiq Activity
id: 8bee69fdb4549eea6e6838a16a9ec001
status: experimental
description: Detects generic indicators of the installiq malware family.
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith:
            - '\cmd.exe'
            - '\powershell.exe'
        CommandLine|contains:
            - "*installiq*"
    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. Do not just uninstall the initially requested freeware; you must identify and meticulously uninstall all the secondary payloads dropped by Installiq.
  2. Deploy an enterprise PUA/Adware removal tool (like Malwarebytes or AdwCleaner) to clean the deeply embedded registry hooks and force-installed extensions.
  3. Implement strict Application Control (AppLocker/WDAC) to block users from executing unsigned installers from the `%Downloads%` directory.
  4. Educate users on the dangers of third-party software portals and the deceptive use of 'Dark Patterns' in installers.

What to Avoid

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

  1. Avoid assuming a single AV scan will clean the machine; PPI bundlers drop *multiple* different adware families, requiring comprehensive cleanup.
  2. Do not allow users local administrative privileges, as this is required for the bundler to install system-wide browser hijackers.

References & External Analysis

Frequently Asked Questions

How do I remove the Installiq Advanced_Threat from Windows?

Manual removal of Installiq 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 Installiq a virus or a Advanced_Threat?

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

What are the main symptoms of a Installiq infection?

Symptoms of Installiq 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 Installiq 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://jordanricky1604-ship-it.github.io/malware-families-catalog/api/installiq.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.