{
  "family": "mediaget",
  "sample_count": 9,
  "category": "ransomware",
  "description": "PUA:Win32/MediaGet is a highly prevalent BitTorrent client that is aggressively classified as a Potentially Unwanted Program (PUA) or Adware by almost all major endpoint security vendors. While it functions as a working peer-to-peer (P2P) file-sharing application, its primary monetization strategy relies on deceptive installation practices, aggressive bundling of third-party adware, and deep integration into the operating system that makes uninstallation difficult.<br><br><b>Understanding MediaGet</b><br>To an end-user, MediaGet is often downloaded intentionally to pirate movies or software, but they are subsequently bombarded with pop-up ads and find their browser homepage hijacked. For a security analyst, MediaGet represents a significant risk to the corporate network. Not only does it violate acceptable use policies by facilitating piracy, but the P2P network architecture frequently exposes the internal network to severe secondary malware infections (like ransomware hidden in downloaded torrents).<br><br><b>Execution and Bundling Mechanics</b><br>MediaGet is distributed primarily via deceptive malvertising (fake 'Download Here' buttons on streaming sites) or bundled within other freeware installers (`T1189`). During installation, it utilizes 'Dark Patterns' to bypass user consent (`T1204.002`), silently installing browser extensions (`T1176`), search hijackers, and sometimes even silent cryptominers. It establishes persistence by creating multiple Registry Run keys and Scheduled Tasks to ensure the client launches at boot (`T1547.001`). Crucially, MediaGet frequently modifies the Windows Firewall (`T1562.004`) to allow unrestricted inbound and outbound P2P traffic, punching holes in the endpoint's perimeter defenses.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is the severe risk of secondary malware infections via pirated files, bandwidth consumption, and potential legal liability for copyright infringement. Incident responders will observe a massive spike in outbound UDP/TCP traffic on non-standard ports (characteristic of BitTorrent protocol) originating from the endpoint. Host-based IoCs include the installation of `mediaget.exe` (often in `%AppData%` rather than `Program Files` to bypass UAC) and unauthorized modifications to the Windows Firewall rules.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1547.001",
    "T1189",
    "T1562.004",
    "T1176"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Bundled Installers and Malvertising)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1562.004",
      "name": "Impair Defenses: Disable or Modify System Firewall (Opening P2P ports)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions (Adware bundling)",
      "tactic": "Persistence"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution: Registry Run Keys",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Immediately block the BitTorrent protocol at the enterprise firewall/IPS to halt the P2P traffic and prevent the downloading of illegal or malicious files.",
    "Use the Windows Control Panel to uninstall MediaGet, and manually audit the Windows Firewall to remove the 'allow' rules created by the software.",
    "Deploy an enterprise adware removal tool to locate and strip any deeply embedded Scheduled Tasks and browser hijacking extensions left behind by the installer.",
    "Enforce organizational Acceptable Use Policies regarding P2P software and investigate what files were downloaded, as they frequently contain secondary malware payloads."
  ],
  "what_to_avoid": [
    "Do not rely solely on the software's uninstaller; it frequently leaves behind the firewall modifications and bundled adware components.",
    "Avoid ignoring the alert as a 'low priority' PUA; the files downloaded via MediaGet are a primary vector for severe ransomware infections."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}