{
  "family": "moneyinst",
  "sample_count": 3,
  "category": "trojan",
  "description": "Adware:Win32/Moneyinst is a detection for a potentially malicious software packager or bundler. It is designed to act as a primary installation wrapper, promising the user a piece of legitimate freeware or pirated content, but its true intent is to silently download and install a payload of Potentially Unwanted Programs (PUPs), adware toolbars, and sometimes outright trojans in the background.<br><br><b>Understanding Moneyinst (Software Bundlers)</b><br>To an end-user, executing Moneyinst looks like a standard, if somewhat aggressive, software setup wizard. For a security analyst, encountering this detection implies that the endpoint has likely been exposed to multiple secondary payloads. The business model relies on Pay-Per-Install (PPI) networks, where the distributor gets paid for every extra toolbar or adware application they successfully sneak onto the victim's machine.<br><br><b>Execution and Bundling Mechanics</b><br>Moneyinst is usually encountered when users attempt to download software from untrusted third-party portals (`T1189`). When the user runs the installer, the UI presents deceptive 'Express Install' options. If the user clicks 'Next' without reading the fine print, the wrapper reaches out to its C2 servers (`T1105`) and silently executes secondary installers in the background. These secondary payloads establish persistence (`T1547.001`), modify browser settings (`T1112`), and inject advertisements. The 'Moneyinst' wrapper itself is essentially a highly weaponized download manager.<br><br><b>Indicators of Compromise & Impact</b><br>The impact ranges from extreme annoyance (adware) to full system compromise (if the bundler drops a trojan). Host-based IoCs include EDR alerts for a single setup executable spawning multiple unrelated child processes (`msiexec.exe`, `cmd.exe`, or unknown binaries in `%Temp%`), sudden modifications to browser shortcut properties, and the appearance of unrequested desktop icons. Network IoCs include the installer reaching out to affiliate networks (often ad-tracking domains) to register a successful installation and download the secondary payloads.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1105",
    "T1112",
    "T1204.002",
    "T1189"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Bundled installations)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File",
      "tactic": "Execution"
    },
    {
      "id": "T1105",
      "name": "Ingress Tool Transfer (Downloading bundled payloads)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1112",
      "name": "Modify Registry (Browser hijacking by dropped payloads)",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Use Task Manager to terminate the installation process if it is still running, along with any suspicious child processes it spawned.",
    "Use the Windows Control Panel to uninstall the primary software and meticulously review the installed programs list for any unwanted applications installed on the same date.",
    "Run a full system scan with an enterprise anti-malware and adware removal tool to catch any deeply embedded PUPs.",
    "Reset all browser settings to default to remove any hijacked search engines or malicious extensions."
  ],
  "what_to_avoid": [
    "Do not blindly click 'Next' or 'Express Install' when installing freeware; always choose the 'Custom' option to uncheck bundled software.",
    "Avoid downloading software from third-party download portals (e.g., CNET, Softonic); always source software directly from the official developer's website."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}