{
  "family": "simplyinstaller",
  "sample_count": 1,
  "category": "advanced_threat",
  "description": "Adware/PUP:Win32/Simplyinstaller represents a deceptive 'Pay-Per-Install' (PPI) monetization framework. It masquerades as a legitimate installation wizard or download manager for popular, free software (like media players, PDF readers, or game mods). However, its actual, hidden purpose is to aggressively bundle and install multiple, potentially unwanted programs (PUPs), adware, browser hijackers, and sometimes severe malware alongside the requested software (`T1189`).<br><br><b>Understanding Simplyinstaller (Deceptive Bundling)</b><br>To an end-user, they believe they are clicking 'Next' through a standard software installation. For an IT department, Simplyinstaller is a major headache, as a single execution can result in the silent installation of five or six different adware programs, instantly degrading the endpoint's performance and compromising browser security.<br><br><b>Execution and Bundling Mechanics</b><br>Simplyinstaller relies heavily on User Execution (`T1204.002`). The user intentionally downloads the installer, often from a deceptive third-party software portal. When executed, the installer often uses confusing UI design ('Dark Patterns') to trick the user into accepting the 'Express Install' (which includes all the adware) rather than the 'Custom Install'. In the background, Simplyinstaller reaches out to its C2 server, dynamically pulls down the adware payloads tailored to the user's geolocation, and installs them silently. These payloads often establish persistence via Scheduled Tasks (`T1053.005`) and hijack browser settings (`T1176`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact is a severely degraded user experience, unauthorized monetization of web traffic, and increased risk of subsequent malware infection (malvertising). Host-based IoCs include the sudden appearance of multiple unknown applications in the 'Programs and Features' list, new desktop shortcuts, changed browser homepages, and EDR alerts for a single installer process rapidly dropping and executing multiple child executables in `%Temp%`. Network IoCs include the initial installer making HTTP/HTTPS requests to known affiliate marketing or PPI distribution domains to fetch the payloads.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1176",
    "T1189",
    "T1204.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Distribution via deceptive software portals and fake download buttons)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File (Relying on the user to run the installer and click 'Next')",
      "tactic": "Execution"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions (Installing bundled hijackers into Chrome/Edge)",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Use the standard Windows 'Programs and Features' control panel to attempt a clean uninstall of all recently installed, unrecognized applications.",
    "Run a comprehensive scan with a reputable Adware/Malware removal tool (like Malwarebytes) to clean up residual registry keys and background services.",
    "Reset all web browsers to their default settings to clear out hijacked search engines, forced homepages, and malicious extensions.",
    "Educate users to always download software directly from the official vendor's website, never from third-party aggregation portals."
  ],
  "what_to_avoid": [
    "Do not assume uninstalling just one application fixes the problem; Simplyinstaller typically drops multiple, independent adware programs.",
    "Avoid quickly clicking 'Next' or 'Accept' during software installations; always look for the 'Decline' or 'Custom Install' options to uncheck bundled offers."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}