{
  "family": "jetmedia",
  "sample_count": 2,
  "category": "advanced_threat",
  "description": "Adware:Win32/Jetmedia is a highly persistent adware framework designed to monetize user web traffic by injecting intrusive advertisements, altering browser search configurations, and tracking user behavior across the internet (`T1189`). It acts as a local proxy or rogue browser extension, significantly degrading the user experience and compromising web privacy.<br><br><b>Understanding Jetmedia</b><br>To an end-user, Jetmedia ruins the browsing experience. Legitimate websites are overlaid with 'Sponsored Links', click-throughs are redirected to affiliate marketing sites, and the default search engine is forcibly changed. For a security operations center, Jetmedia is a risk because the adware networks it utilizes are notoriously poorly regulated and frequently serve as vectors for secondary malware infections (malvertising).<br><br><b>Execution and Persistence Mechanics</b><br>Jetmedia is primarily distributed via software bundling—users unknowingly agree to install it when downloading 'free' media players, PDF converters, or pirated software. Upon execution, it establishes persistence via a Scheduled Task (`T1053.005`) to ensure its updater service runs continuously. It then modifies browser settings, often installing extensions and altering the `ExtensionInstallForcelist` in the Windows Registry to prevent the user from easily disabling the adware (`T1562.001`). It intercepts HTTP traffic to inject its own advertising HTML directly into the web pages the user visits.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is the unauthorized monetization of user data and a significant decrease in productivity. Host-based IoCs include the presence of unexpected browser extensions, unauthorized changes to the `HKLM\\Software\\Policies\\Google\\Chrome` registry paths, and the presence of suspicious, persistently running updaters in `%LocalAppData%` or `%ProgramFiles(x86)%`. Network IoCs include a massive volume of background HTTP/HTTPS requests to known adware domains (e.g., serving the injected banners).",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1053.005",
    "T1189",
    "T1562.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Initial distribution via deceptive software bundles)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Modifying browser policies to prevent adware removal)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1053.005",
      "name": "Scheduled Task/Job: Scheduled Task (Establishing persistent adware updaters)",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Use an enterprise-grade Adware/Malware removal tool to identify and strip out the persistent registry keys and scheduled tasks protecting Jetmedia.",
    "Manually inspect and remove any forced browser policies (`chrome://policy` or `edge://policy`) that prevent extension removal.",
    "Reset all installed web browsers to their default, factory settings to clear out hijacked search engines and proxy configurations.",
    "Implement endpoint application control to block the execution of common, known adware installers from user directories."
  ],
  "what_to_avoid": [
    "Do not rely solely on the browser's 'Uninstall Extension' button; the underlying background service will simply reinstall it.",
    "Avoid downloading 'free' software from third-party download portals, as they are the primary distribution vector for bundled adware."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}