{
  "family": "premium",
  "sample_count": 3,
  "category": "trojan",
  "description": "Adware:Win32/Premium (often associated with Premium SMS Fraud or aggressive Potentially Unwanted Programs) is a detection for software that deceptively enrolls users in premium-rate services or displays highly intrusive advertisements. While historically prevalent on mobile devices (J2ME and early Android) via 'Premium SMS' trojans, on Windows, this detection generally refers to Adware that forces users into expensive subscriptions or aggressively monetizes their browsing experience.<br><br><b>Understanding Premium (Adware/Fraud)</b><br>To an end-user, an infection might manifest as unexpected charges on a phone bill (if a mobile device was tethered/synced) or an overwhelming barrage of pop-up ads demanding payment for fake tech support or software subscriptions. For a security team, it represents a breach of endpoint hygiene and a vector for financial fraud against the organization or its employees (`T1496`).<br><br><b>Execution and Hijacking Mechanics</b><br>Premium Adware is typically distributed via deceptive software bundles, fake codec installers, or malicious advertising networks (`T1189`). Upon execution, it modifies the Windows Registry (`T1112`) and installs persistent browser extensions (`T1176`). It may redirect the user's browser to affiliate sites that attempt to trick them into entering a phone number to 'verify' an account, which actually subscribes them to a $10/week premium SMS service. It also intercepts web traffic to inject sponsored links directly into legitimate websites (`T1562.001`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact ranges from a severely degraded user experience to direct financial loss. Host-based IoCs include EDR alerts for modifications to browser shortcut properties, unexpected additions to browser extension directories, or anomalous BHO registrations. Network IoCs include DNS queries resolving to known adware or affiliate marketing tracking infrastructure.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1189",
    "T1112",
    "T1562.001",
    "T1176"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1176",
      "name": "Browser Extensions (Installing malicious toolbars/BHOs)",
      "tactic": "Persistence"
    },
    {
      "id": "T1112",
      "name": "Modify Registry (Changing default search/homepage keys)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Browser hijacking)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Remove any unknown or recently installed browser extensions or toolbars from Chrome, Edge, Internet Explorer, and Firefox.",
    "Use the Windows Control Panel to thoroughly uninstall explicitly named adware programs.",
    "Reset all installed web browsers to their default settings to clear out hijacked homepages, search engines, and modified preferences.",
    "Run a thorough scan with an enterprise-grade Adware/PUA removal tool to clean up deep registry persistence mechanisms."
  ],
  "what_to_avoid": [
    "Do not enter any personal information, especially phone numbers or credit card details, into pop-ups generated by this software.",
    "Avoid simply changing the homepage back manually; if the adware extension is still present, the changes will revert on the next launch."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}