ZeroHour
Cyber Security Newspublished ()ingested Tushar Subhra Dutta
Part of a story covered by 3 sources: “MovieReaper malware delivered via compromised itorrents.org torrent repository uses Solana blockchain for resilient C2” — merged summary and timeline →

Hackers Poison Movie Torrents With MovieReaper Malware That Uses Solana for C2

mediumMalware exploited in the wildimportance 55
AI summary · glm-5.3-flash

Poisoned movie torrents deliver MovieReaper malware using Solana blockchain for resilient C2, infecting several hundred victims across multiple continents.

Securelist reports a new Windows malware framework dubbed MovieReaper distributed through poisoned torrent downloads of popular films, with several hundred victims identified across Europe, Asia, and Africa, including organizations in government, IT, retail, transport, consulting, and agriculture. A loader disguised as a movie release file runs staged payloads largely in memory, installs persistence masquerading as Windows telemetry (msedge.exe under ProgramData), bypasses UAC, and grants operators broad file access for data theft. Unusually, the shellcode queries a Solana account via getAccountInfo to decode later command-and-control addresses, complicating takedowns, and the second stage uses HTTPS with a pinned certificate. Actor activity dates back to October 2025 and involves a compromised public torrent-file repository.

  • Loader masquerades as movie releases such as 'the odyssey (2026) [1080p].exe' with hidden .exe extension
  • Solana getAccountInfo queries encode C2 addresses, making takedowns harder
  • Malware poses as msedge.exe under a Windows telemetry path and bypasses UAC for persistence
  • Victims span Europe, Asia, and Africa, including government, IT, retail, and transport organizations
  • Compromised itorrents[.]org repository served malicious torrents across multiple trackers

Indicators of compromiseAll →

TypeIndicatorContext
domaindeadhub.orgl\fnulSktzSqvVLXHU Observed MovieReaper loader mutex Domain deadhub[.]org First-stage command-and-control domain used to retrieve s
domainitorrents.orgrs of compromise (IoCs):- Type Indicator Description Domain itorrents[.]org Public torrent-file repository reported as compromised an
md54843f9fafcae492f11e2d4d33dbb4cddE33BF9D45E9B4E4E3BC2 MovieReaper-related file hash MD5 hash 4843F9FAFCAE492F11E2D4D33DBB4CDD MovieReaper-related file hash MD5 hash 5310CABAE3FBE6DB8742
md55310cabae3fbe6db8742849b588093f9492F11E2D4D33DBB4CDD MovieReaper-related file hash MD5 hash 5310CABAE3FBE6DB8742849B588093F9 MovieReaper-related file hash MD5 hash A0B13781EDD7CFDAB13D
md570060341caf3338697a7ddfe0fb62875iated with the commonly distributed initial loader MD5 hash 70060341CAF3338697A7DDFE0FB62875 MovieReaper-related file hash MD5 hash AD4643EEA15AC286FA47
md5a0b13781edd7cfdab13d79afff3c83c1E6DB8742849B588093F9 MovieReaper-related file hash MD5 hash A0B13781EDD7CFDAB13D79AFFF3C83C1 Hash associated with the commonly distributed initial loade
md5ad4643eea15ac286fa47d1131f9ef756338697A7DDFE0FB62875 MovieReaper-related file hash MD5 hash AD4643EEA15AC286FA47D1131F9EF756 MovieReaper-related file hash MD5 hash D0B967571AC8A3863C7F
md5d0b967571ac8a3863c7f324bf5bde99cC286FA47D1131F9EF756 MovieReaper-related file hash MD5 hash D0B967571AC8A3863C7F324BF5BDE99C MovieReaper-related file hash MD5 hash D88D550D0FB8E60CFFFF
md5d88d550d0fb8e60cffff3ea61ff7a067A3863C7F324BF5BDE99C MovieReaper-related file hash MD5 hash D88D550D0FB8E60CFFFF3EA61FF7A067 MovieReaper-related file hash File path %ProgramData%\Micro
Full article981 words · extracted from cybersecuritynews.com · click to collapse

Movie torrents are being used to deliver a new Windows malware framework called MovieReaper. Attackers have poisoned torrent downloads for popular films, turning a routine search for entertainment into a route for remote access and data theft.

The campaign has reached users and organizations across several countries. Victims who use a magnet link may receive a malicious torrent file instead of the movie they expected.

The altered file downloads a loader disguised as a media release, often with a long name designed to hide its executable extension. Once opened, it begins a staged compromise that largely runs in memory.

Analysts linked the activity to compromised storage used by torrent trackers rather than a breach of every tracker itself. That distinction let the operators reach multiple services through one poisoned repository.

Securelist said in a report shared with Cyber Security News (CSN) that investigators identified several hundred victims. Observed infections span Europe, Asia, and Africa, affecting private users as well as organizations in government, IT, retail, transport, consulting, and agriculture.

The breadth of those targets shows why poisoned downloads remain a problem: a single compromised distribution point can expose people who never visit the same torrent website.

Some infections were found in Russia, Türkiye, Japan, Kenya, Uganda, Colombia, Spain, the Netherlands, Belgium, and Germany during the first reported campaign wave.

Hackers Poison Movie Torrents With MovieReaper Malware

The first-stage loader has appeared under names such as “the odyssey (2026) [1080p] [webrip] [5.1].exe,” while sharing the same MD5 hash across downloads.

It uses a familiar application icon and an oversized filename to make the final .exe less obvious. This social engineering relies on victims launching what looks like video content.

Before contacting its operators, the loader performs checks intended to frustrate automated analysis. It avoids common Windows calls, uses a vectored exception handler, and executes the next component in memory.

Readers tracking similar evasive behavior can compare Windows UAC bypass technique, where trusted-looking Windows paths and elevation weaknesses were also used to reduce suspicion.

MovieReaper then reaches a first-stage server for shellcode, using a domain and a fallback IP address. The payload fetches extra code in fragments that resemble harmless cloud-service image paths.

Infection chain (Source - Securelist)
Infection chain (Source – Securelist)

It later installs itself under a Windows telemetry-looking location, bypasses User Account Control, and restarts to preserve access after the victim logs back in.

The final module gives the operators broad control over files, including the ability to read, upload, download, rename, move, and delete them.

It can also create previews and thumbnails before taking content, helping attackers choose valuable files. That modular design means further capabilities can be delivered only when an operator decides they are needed.

Solana-Based C2 Strengthens Resilience

The campaign’s most unusual feature is its use of the Solana blockchain to locate a later command-and-control server. The shellcode queries a specific account through Solana’s getAccountInfo endpoint, then decodes an encrypted address stored in the returned data.

This makes the communication path harder to disrupt than a conventional server list. Blockchain-based control does not make the malware invisible, but it can complicate takedowns because the attacker can update destination data without depending on one ordinary website.

A related Developer-targeting Glassworm malware campaign likewise used Solana to distribute instructions, illustrating how criminals are adapting public blockchain services for operational resilience.

MovieReaper’s second-stage component uses HTTPS with a pinned certificate and can load add-on modules directly into memory. Researchers say the actor’s activity dates to October 2025 and has evolved to make the loader harder to detect.

The PHANTOMPULSE blockchain C2 analysis similarly shows how memory execution, privilege bypasses, and decentralized control can reinforce one another.

Defenders should block the indicators in the table, investigate systems with unusual torrent downloads, and review suspicious executions carefully.

Users should avoid pirated installers and never disable protection to run them on personal devices. For another supply-chain example, the Solana FakeFix supply-chain campaign shows why unverified software sources can quickly expose credentials and sensitive data.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
Domainitorrents[.]orgPublic torrent-file repository reported as compromised and used to distribute malicious torrent files
File namethe odyssey (2026) [1080p] [webrip] [5.1].exeExample MovieReaper loader filename masquerading as a movie release
MD5 hash4334BBAEA8DE33BF9D45E9B4E4E3BC2MovieReaper-related file hash
MD5 hash4843F9FAFCAE492F11E2D4D33DBB4CDDMovieReaper-related file hash
MD5 hash5310CABAE3FBE6DB8742849B588093F9MovieReaper-related file hash
MD5 hashA0B13781EDD7CFDAB13D79AFFF3C83C1Hash associated with the commonly distributed initial loader
MD5 hash70060341CAF3338697A7DDFE0FB62875MovieReaper-related file hash
MD5 hashAD4643EEA15AC286FA47D1131F9EF756MovieReaper-related file hash
MD5 hashD0B967571AC8A3863C7F324BF5BDE99CMovieReaper-related file hash
MD5 hashD88D550D0FB8E60CFFFF3EA61FF7A067MovieReaper-related file hash
File path%ProgramData%\Microsoft\Windows\Telemetry\msedge.exePersistence location used to masquerade the malware as a Windows telemetry executable
MutexGlobal\E4AyDKzvEhe2hgArObserved MovieReaper loader mutex
MutexGlobal\fnulSktzSqvVLXHUObserved MovieReaper loader mutex
Domaindeadhub[.]orgFirst-stage command-and-control domain used to retrieve shellcode
IP address193.23.118[.]155Fallback first-stage command-and-control IP address
URL path/cloud/v192.4/ui/sync-status-icons.pngExample path used to request shellcode fragments
URL path/cloud/v192.4/onboarding/welcome-bg.jpgExample path used to request shellcode fragments
URL path/cloud/v192.4/ui/file-preview-placeholder.pngExample path used to request shellcode fragments
URL path/cloud/v192.4/shared/link-banner.jpgExample path used to request shellcode fragments
Solana RPC endpointapi.mainnet.solana.com/getAccountInfoBlockchain endpoint queried to obtain later-stage C2 information
Solana account6pnDGAiHgyPdmckM5Qt1YbanGzrX43WLEU159nRaNLDmAccount containing encoded data used to resolve the second-stage C2
Solana programCSiY8bQLBYPdfPWkwipBzH6sijTVQVVsA279JQdvwHtLSolana program reportedly used by the attackers to store account data
IP address208.64.33[.]90Second-stage command-and-control infrastructure
IP address208.94.246[.]53Second-stage command-and-control infrastructure

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Cut every SOC alert investigation by 21 min. Power your SOC with instant IOC context for immediate response: Integrate TI Lookup in your SOC

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.

Text extracted automatically; images, tables and formatting may be missing. Original: https://cybersecuritynews.com/poison-movie-torrents/