{
  "family": "perion",
  "sample_count": 17,
  "category": "advanced_threat",
  "description": "Adware:Win32/Perion is a broad detection for a massive network of Potentially Unwanted Programs (PUAs) and aggressive adware installers, historically associated with companies like Perion Network (creators of IncrediMail, SmileysWeLove, and various browser toolbars). While operating in a legal gray area, these installers were notorious for deceptive bundling practices.<br><br><b>Understanding the Perion Adware Ecosystem</b><br>To an end-user, a Perion-associated infection results in a severely degraded computing experience. The browser homepage is forcibly changed (often to search portals powered by Bing or Yahoo, heavily laced with affiliate ads), default search engines are locked, and desktop software (like custom email clients) constantly prompts for upgrades. For security analysts, Perion represents the aggressive peak of the early 2010s Pay-Per-Install (PPI) model. The installers leverage deceptive tactics ('Dark Patterns') to gain technical consent, ensuring the user cannot easily revert their settings, guaranteeing continued revenue generation for the software publisher.<br><br><b>Execution and Persistence Mechanics</b><br>Perion installers are primarily distributed via software bundlers hosted on third-party download sites (`T1189`). When executed, pre-checked boxes hidden behind 'Advanced' menus silently authorize the installation of multiple 'offers' alongside the desired software. Upon execution, these modules install malicious browser extensions (`T1176`) and frequently leverage Windows Group Policy (GPO) settings or modify shortcut arguments to lock the rogue extensions in place. They establish deep persistence via Registry Run keys and scheduled tasks (`T1053.005`) to monitor and revert any user attempts to uninstall the adware or change the homepage back to normal (`T1112`).<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is a compromised browsing privacy and massive helpdesk resource drain. Incident responders will observe anomalous HTTP/HTTPS traffic to known ad-tracking networks. EDR logs will show the initial installer attempting to modify browser preference files and establishing unauthorized Group Policies.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1562.001",
    "T1112",
    "T1189",
    "T1176",
    "T1053.005"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise",
      "tactic": "Initial Access"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions",
      "tactic": "Persistence"
    },
    {
      "id": "T1112",
      "name": "Modify Registry",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1053.005",
      "name": "Scheduled Task/Job: Scheduled Task",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Use the Windows Control Panel to systematically uninstall all unrecognized or bundled software (e.g., search protectors, custom toolbars).",
    "Audit Windows Group Policies and the Registry to remove any forced extension installation policies created by the adware.",
    "Deploy an enterprise adware removal tool (e.g., AdwCleaner) to locate and strip the deeply embedded registry hooks and watchdog services.",
    "Force a complete reset of all installed web browsers to factory defaults to eradicate the rogue extensions and restore the homepage."
  ],
  "what_to_avoid": [
    "Do not rely solely on the browser's 'remove extension' button; Perion installers frequently use watchdog services to immediately reinstall themselves.",
    "Avoid ignoring the infection; the affiliate networks powering these hijackers often serve tracking cookies that violate corporate privacy policies."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}