Security1 publisher2 min readPublished
A fake macOS toolkit page plants two AMOS payloads in hidden Library folders
Unit 42 followed the copy-paste instructions on Aug. 5, 2026, and watched one Zsh command install AMOS twice over and package a lab Mac's wallet folders and cloud credentials into a single zip.
The Watch · Security desk

What happened
- Unit 42 ran an AMOS stealer infection in its lab on Aug. 5, 2026, starting from a page that offered instructions for installing what it called a macOS toolkit.
- The command pasted into Terminal pulled a Zsh script from ferncore13[.]com that carried a Base64-encoded, GZIP-compressed payload.
- That payload unpacked a second Zsh script, which fetched and ran a Mach-O installer saved as /tmp/helper alongside a plist file named starter.
- The Terminal process then asked for control of Finder, control of Notes, and access to files in the user's Desktop and Documents folders.
- Unit 42 says AMOS takes system information, login credentials and other sensitive data from applications including web browsers and cryptocurrency wallets.
Compiled by The WatchSomething wrong?How this is made
Why it matters
- exposure The weak point is a Mac whose everyday user holds administrative rights, so the fix is an account-privilege decision rather than a patch cycle.
- decision One AMOS hit on an engineer's laptop forces a call on rotating AWS and Google Cloud keys before anyone has finished counting the wallet files.
- constraint Blocking the two August domains buys days. Anything durable has to key on file paths and process behaviour, because Unit 42 says the indicator set rotates.
- contradiction Unit 42 declines to file this cracked-software lure under ClickFix, which matters to anyone sizing ClickFix volume from vendor telemetry: the same copy-paste behaviour is being counted in two different buckets.
The payload lands twice. One shell script and Mach-O pair sits in the hidden .com.apple.accountsd directory under the user's Application Support folder, as .service and AccountsHelper [11]. A second pair sits in .com.apple.metadata.mds, as .mdworker and mdworker_shared [12]. Both directory names imitate real Apple services, and both launcher scripts are dot-prefixed. Delete AccountsHelper and mdworker_shared keeps running [3].
What the stealer collected was staged under /tmp and compressed into a file named out.zip [15]. Of the seven paths Unit 42 lists inside that archive, four are credential stores for cloud and developer tooling: aws, docker, filezilla and gcloud [2]. Two are desktop wallet directories, Binance and TonKeeper, and the seventh is the user's zsh_history [15]. Shell history sitting next to an aws configuration directory tells whoever receives the zip which accounts the keys belong to and what they were last used for.
No CVE appears anywhere in this chain. Every gate is a consent dialog answered by the person at the keyboard, and the lab account had administrative rights [13].
AMOS was advertised on Telegram as early as April 2024, which puts about 28 months between the first ad Unit 42 cites and this sample [1][1]. Unit 42 describes it as a noticeable portion of macOS stealer-based malware and a growing threat [2].
getmacouscloud[.]com and ferncore13[.]com are early-August artefacts, and Unit 42 states at the top of the write-up that AMOS indicators constantly change and that what it published is a snapshot [6][9][16]. A blocklist built from those two domains ages out fast. The article does not publish detection rules. It does lay out a sequence a fleet can be queried for: Terminal spawning curl to an unfamiliar host, a Mach-O written to /tmp, a plist there named starter, and a new hidden directory under Application Support carrying an Apple-looking name [9][10][11].
Unit 42 also separates this lure from ClickFix. The page offered quick setup instructions for a cracked macOS toolkit, and the researchers wrote that "this is not really ClickFix", reserving that label for fake CAPTCHA and verification pages that inject a script into the visitor's clipboard for pasting into a Run or Terminal window [7][8]. AMOS has also arrived through actual ClickFix campaigns and through malicious ads, according to Unit 42 [4].
What to watch
- Replacement lure domains for getmacouscloud[.]com and ferncore13[.]com, which is what any blocklist built on the August set depends on.
- Whether the persistence directory names shift away from .com.apple.accountsd and .com.apple.metadata.mds, breaking file-path hunts.
- Whether AMOS operators find a path that installs without the administrative password prompt.