Loadmoney

Category: pua · Aliases: None known · Sample count (EMBER 2018): 398 · Enrichment: expert-seo · Updated: 2026-06-09

Overview

Adware:Win32/LoadMoney is a massive Russian pay-per-install (PPI) affiliate network responsible for distributing vast quantities of adware, browser hijackers, and Potentially Unwanted Programs (PUPs).

What is LoadMoney?
For consumers, LoadMoney is the underlying infrastructure that ruins their browsing experience with pop-ups and fake toolbars. For threat intelligence, LoadMoney represents a highly organized cybercrime business model. Software developers pay the LoadMoney network to bundle their toolbars or adware into legitimate freeware installers. The affiliate who facilitates the download gets a cut of the revenue, driving massive, deceptive distribution campaigns.

Infection Vectors & Threat Hunting
LoadMoney relies entirely on social engineering during the software installation process. Users are presented with confusing opt-out screens or pre-checked boxes while installing media players or PDF converters downloaded from third-party sites. Once executed, the LoadMoney wrapper reaches out to its C2 servers to determine which adware payloads will generate the most revenue for that specific geographic region. It then silently downloads and installs a myriad of toolbars, crypto-miners, or search hijackers, modifying the Windows Registry to establish persistence.

Forensic Analysis & Impact
Threat hunters will notice a massive spike in outbound HTTP/HTTPS connections to known PPI tracking domains (e.g., loadmoney.ru or affiliate links). The %ProgramFiles% and %AppData% directories will suddenly fill with randomly named folders containing unwanted software. The impact is a severely bloated endpoint, reduced performance, and an expanded attack surface, as LoadMoney has historically been observed dropping higher-severity trojans.

MITRE ATT&CK Techniques

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

TechniqueNameTactic
T1189Drive-by CompromiseInitial Access
T1105Ingress Tool TransferCommand and Control
T1204.002User Execution: Malicious FileExecution
T1112Modify RegistryDefense Evasion
T1176Browser ExtensionsPersistence

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

Sigma Rule

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

Containment & Response Steps

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

  1. Quarantine the endpoint to halt the ongoing downloading of secondary adware modules and toolbars.
  2. Audit the 'Add/Remove Programs' list and methodically uninstall the LoadMoney utility and all software installed concurrently.
  3. Reset all web browsers to their factory defaults to purge rogue extensions and restore legitimate search engine configurations.
  4. Deploy specialized adware removal tools (like AdwCleaner) to automatically identify and strip deep registry hooks left by the bundled PUPs.

What to Avoid

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

  1. Do not allow users to download software from third-party aggregators; enforce strict application whitelisting.
  2. Avoid treating LoadMoney as a simple annoyance; the affiliate networks it contacts are known to drop banking trojans.

References & External Analysis

Related Families (Category: pua)

Explore other malware families in the same category:

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/loadmoney.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, Replit, StackBlitz, CodeSandbox, and CodePen.