Someone is looking for a new cryptocurrency wallet, or a free version of a paid app, and finds it promoted in a post on X or in a Telegram group. It's called Toria. The problem is that Toria doesn't exist as a real product — it's the shell that MacSync, a piece of macOS malware, uses to install itself on the computer of whoever downloads it.

Imagen del artículo

🔍 Suspicious message?

Analyze senders, links or files in real time with our scanner.

Analyze now

How it gets in: fake wallets, pirated apps, and the trick of pasting a command into Terminal

Kaspersky, which documented this new infection chain in September 2026, has identified several different entry points for the same malware. The oldest one is a ClickFix-style campaign — pages that pose as a security check or as a tool to "fix" a system problem, and that actually ask the user to copy and paste a command into Terminal. In this case, the pages disguise themselves as Homebrew (the most widely used package manager on Mac) or as disk-space analyzers. The more recent route is more direct: a DMG file posing as a real application — including that non-existent crypto wallet, Toria — promoted on websites, X, and Telegram.

Opening the DMG runs a JXA script (JavaScript for Automation, macOS's native scripting language) in memory, or starts a loader. That loader retrieves an encrypted address and, in at least one of the documented cases, uses it to reach a public iCloud calendar.

The iCloud calendar acting as a command server

A publicly shared iCloud calendar isn't unusual by itself — it's a feature meant to coordinate schedules with people who don't even need an Apple account. MacSync uses it very differently: it hides the commands it needs to run inside the description field of a calendar event. The loader reads that description, extracts the commands, and runs them directly on the system.

Those commands download an archive containing the next-stage application, strip the quarantine flag macOS adds to anything downloaded from the internet, attach an ad-hoc signature so Gatekeeper doesn't block it, and run it. At no point does the user need to do anything else: the entire process, from the initial DMG to the final malware, happens without any further clicks on their part.

What it steals and how it stays in: a backdoor disguised as Finder

What gets installed at the end of that chain are two pieces. The first is an information stealer (infostealer) that collects browser history and cookies, saved passwords, cryptocurrency wallet data, Telegram data, macOS Keychain secrets, and configuration files for SSH, AWS, Kubernetes, and Git — essentially any credential a developer or a regular cryptocurrency user tends to keep stored on their computer.

The second piece, new in this version according to Kaspersky, is a backdoor that poses as Finder itself. It installs as a LaunchAgent named com.apple.finder.agent, and ensures it stays active after every restart by modifying the user's .zshrc file and adding hooks (pre-commit, post-checkout) to any Git repositories it finds. With that backdoor in place, whoever controls it can run custom AppleScript code, install malicious browser extensions, replace legitimate applications — such as Ledger wallet apps — with fake versions, and collect files from the machine at will.

Don't do this:

Do this:

A publicly shared iCloud calendar isn't suspicious on its own — it's a feature plenty of people use every day without a second thought. That's exactly what makes it useful to whoever is spreading malware: it doesn't raise any alarms, because it was never built to. The real defense isn't distrusting every normal feature of the operating system — it's never running a command in Terminal just because a website told you to.