Security1 publisher2 min readPublished
MovieReaper reached several hundred victims through a compromised torrent file repository
Kaspersky says the trojanized torrents come from itorrents.org, the file archive many trackers pull from, and that the archive was still returning substituted files when the report went out. Organizations are among the several hundred victims.
The Watch · Security desk

What happened
- Kaspersky says it identified a large-scale infection campaign in mid-August 2026. Previously unknown malware was disguised as popular movies and hit individuals and organizations in multiple countries.
- The actors compromised itorrents.org, the widely used public repository of torrent files that trackers pull from, and those trackers passed on malicious torrents. The trackers themselves were not broken into.
- Kaspersky counts several hundred victims across at least ten named countries, among them Russia, Turkiye, Japan, Kenya, Uganda, Colombia, Spain, the Netherlands, Belgium and Germany.
- At the report's publication date the archive was still compromised, returning a substituted torrent file to magnet link requests that then pulls down the malware loader.
Compiled by The WatchSomething wrong?How this is made
Why it matters
- exposure One repository compromise puts the combined user base of every tracker that depends on itorrents.org in reach. Kaspersky notes the actors got there without attacking any tracker individually.
- constraint Indicator-based blocking only covers part of this. Kaspersky saw several loaders, so a hash block on the most common sample leaves the delivery path open while the archive keeps substituting files.
- decision Organizations sit inside the victim count, and the shared trait was tracker use. Endpoint teams have to decide whether torrent client activity on managed machines is a detection trigger and not only an acceptable-use question.
The first stage arrives as an executable named to look like a film release, and Kaspersky reports an identical MD5, A0B13781EDD7CFDAB13D79AFFF3C83C1, across every download of that file [6]. The user still has to double-click. Kaspersky saw several loaders, each hiding behind a long filename and the icon of a well-known application, and says the filenames are long presumably to push the ".exe" out of view at the end [7].
On launch the loader sets a global mutex so that only one copy runs, then begins its checks [8]. Only the first step of the chain is written to disk before execution [9]. Strings are encrypted with a custom stream cipher and the code is otherwise not heavily obfuscated, with most of the countermeasures aimed at AV sandboxes [10]. The observed mutex strings are randomly generated per sample, such as Global\fnulSktzSqvVLXHU [8]. Across the loader set, then, the mutex is not a stable indicator [2].
Kaspersky found the framework while analyzing malware that uses blockchain networks for its C2 infrastructure [1]. The loader-stage detail in the report describes the mutex and the sandbox evasion [8][10]. A defender keying detection to on-chain C2 traffic is working ahead of what this report documents [3].
Kaspersky's earlier research found criminals returning to torrents as an initial infection vector with trojanized cracks and installers [12], and the report notes that installation guides for pirated software routinely instruct users to disable their antivirus [13]. This time the wrong file arriving was visible to the people it happened to: Kaspersky says it identified multiple user reports of suspicious downloads, including one on Reddit from a user of a popular movie torrent tracker [15]. The common factor across the victims it triaged was that all of them had used torrent trackers [11]. Kaspersky products detect the threat as HEUR:Trojan.Win64.Agent.gen [14].
What to watch
- Whether itorrents.org is cleaned or pulled, and whether trackers stop resolving magnet links through it.
- Later parts of Kaspersky's analysis naming MovieReaper's own C2 channel and its modules.
- Any of the affected organizations disclosing what ran after the loader stage on their networks.