{
  "family": "admedia",
  "sample_count": 1,
  "category": "trojan",
  "description": "Adware:Win32/Admedia is a category of intrusive advertising software that hijacks browser functionality, injects unwanted advertisements, and severely degrades the user experience to generate illicit affiliate revenue (`T1189`). While often classified as a Potentially Unwanted Program (PUP) rather than a destructive trojan, Admedia poses significant security risks by exposing users to malvertising networks and compromising endpoint stability.<br><br><b>Understanding Admedia (Adware & Browser Hijacking)</b><br>To an end-user, the infection is highly visible: their browser homepage changes without consent, search queries are redirected to unfamiliar engines, and intrusive pop-up ads appear even when not browsing the web. For an IT department, Admedia represents a major source of helpdesk tickets, productivity loss, and a failure of perimeter security (as it is usually downloaded via deceptive installers).<br><br><b>Execution and Hijacking Mechanics</b><br>Admedia is almost always distributed via 'bundling'—hidden inside the installers of 'free' software, PDF converters, or media players downloaded from third-party sites (`T1204.002`). During installation, if the user doesn't uncheck hidden boxes, the adware is installed. It establishes persistence via Registry Run keys (`T1547.001`) or as a malicious browser extension (`T1176`). Once active, it manipulates DNS settings or proxies web traffic locally to inject its own ads over legitimate websites.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is a severe degradation of the user experience and potential exposure to secondary malware via malicious ads. Host-based IoCs include the presence of unknown browser extensions, modifications to the `HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run` registry key pointing to obscure executables in `%AppData%`, and unexpected changes to the browser's default search provider. Network IoCs include continuous background traffic to known adware tracking domains and advertising networks.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1176",
    "T1547.001",
    "T1189"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Frequently associated with malvertising networks pushed by the adware)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions (Installing malicious add-ons to control web traffic)",
      "tactic": "Persistence"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution: Registry Run Keys (Ensuring the adware launcher runs on boot)",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Disconnect the affected machine from the network to stop the constant stream of intrusive ads and tracking data.",
    "Use dedicated anti-malware/anti-adware tools (like Malwarebytes or AdwCleaner) to thoroughly scan and remove the deeply embedded registry hooks.",
    "Reset all installed web browsers (Chrome, Edge, Firefox) to their default settings to remove malicious extensions and restore the correct search provider.",
    "Identify the 'free' software the user downloaded that initially bundled the adware, and enforce AppLocker policies to prevent its execution."
  ],
  "what_to_avoid": [
    "Do not assume the threat is minor just because it's 'only adware'; adware networks frequently pivot to serving ransomware if the host appears vulnerable.",
    "Avoid relying solely on the Windows Add/Remove Programs menu to remove the adware, as it almost never uninstalls cleanly."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}