DEV Community

jordanricky1604-ship-it
jordanricky1604-ship-it

Posted on

Malware Deep Dive: Installcore

Deep Dive: Installcore (Pua)

Today we are analyzing the Installcore malware family, which falls under the Pua category.

Overview

Executive Summary

InstallCore is a highly prevalent, aggressive content delivery network (CDN) and installation manager that is universally classified by the cybersecurity industry as a Potentially Unwanted Program (PUP) and Adware. It acts as a wrapper around legitimate software installations, monetizing the "free" download by aggressively bundling and silently installing a multitude of unwanted third-party applications, browser hijackers, and tracking cookies onto the user's system.

Infection Vector and Technical Capabilities

InstallCore is encountered when users attempt to download popular freeware (like media players, PDF readers, or Java updates) from third-party, unofficial software aggregators. The downloaded file is not the software itself, but the InstallCore "wrapper."

Its technical operation relies on deception and aggressive installation tactics:

  • Deceptive UI/UX (Dark Patterns): The InstallCore installer uses confusing language, pre-checked boxes, and misleading "Next" buttons to trick the user into "agreeing" to install the bundled adware.
  • Aggressive Bundling: A single InstallCore wrapper can silently install 5 to 10 different PUPs simultaneously. This typically includes browser hijackers (changing the default search engine), desktop weather widgets, fake system optimizers, and extensive tracking software.
  • Evasion and Anti-Analysis: Advanced versions of InstallCore employ techniques to evade detection by security researchers. They may refuse to execute or serve different (clean) payloads if they detect they are running in a Virtual Machine (VMware) or an automated sandbox.

Threat Assessment

InstallCore is a high-impact nuisance and a moderate security risk. While it does not typically deploy ransomware, it severely degrades system performance, compromises browser security (via hijacking), and exposes the user to potentially malicious third-party advertisements (malvertising). It also generates massive IT helpdesk overhead as users complain of "slow PCs" and "pop-ups."

Incident Response and Remediation

  • PUP-Specific Scanning: Standard enterprise antivirus often ignores InstallCore because the user technically "agreed" to the installation via the EULA. A dedicated anti-malware solution configured to aggressively target PUPs is required to remove the deeply embedded adware components.
  • Comprehensive Browser Reset: The most damaging aspect of InstallCore is the browser hijacking. IT must thoroughly reset all web browsers to default settings, remove all unknown extensions, and delete all tracking cookies.
  • Software Restriction Policies: To prevent future infections, implement AppLocker or Software Restriction Policies (SRP) to prevent users from executing unapproved `.exe` installers downloaded from the internet.

Known Aliases

Security vendors and researchers may refer to this family by several different names, including:

  • PUP.Optional.InstallCore
  • Adware.InstallCore
  • OSX/InstallCore

MITRE ATT&CK Techniques

This family has been observed utilizing the following techniques:

Frequently Asked Questions

Where can I learn more about installcore?
Refer to the linked MITRE ATT&CK technique pages, which document the behaviors associated with this family.


This article is part of the Malware Families Catalog. Visit the original page for more details and interactive data! You can also find the full dataset on Hugging Face and Kaggle.

Top comments (0)