Family
RedTail
A Monero miner with craft: comes in on a password but brings its binary with its own key, evicts the competition and hides the wallet outside the binary.
RedTail isn’t a denial-of-service bot like XorDDoS or Mirai: it’s a cryptocurrency miner. Its business is stealing other people’s CPU to mine Monero, quietly and for as long as it can.
And the craftsmanship shows. Where commodity malware just reaches for wget, RedTail comes in on a weak password like everyone else but fetches its binary with an embedded SSH key, does a surgical cleanup of other miners to keep the whole machine to itself, compiles for five architectures (RISC-V included) and, above all, leaves its wallet written nowhere: it runs its own pools, which recognise its miners by the IP they call from, so the binary never needs to carry it.
Here we catch it, follow its trail, and open it with Ghidra as far as the author’s own discipline lets us go.
- 05
The intruder who brought his own key
The previous critter kicked the door in with wget. This one walked in with an SSH key in its pocket, cleared the house of rival miners, and settled in with a professional's manners. It's RedTail, and it plays in a different league.
RedTail
2026-08 - 06
The miner that hides its wallet
We unpack RedTail's miner and crack it open in Ghidra hunting for the pool and the wallet. What we find is more interesting than a number: the data is in there, embedded and encrypted — and nobody has published how to crack it.
RedTail
2026-08 - 15
I went back for RedTail, and RedTail already had an owner
I built a cage, ran the miner and pulled from memory the configuration I couldn't decrypt back in chapter 6. I got excited… and walked away with two things I wasn't looking for: that this family was already documented top to bottom —somewhere it never occurred to me to look— and that the piece I thought I'd decrypted was for something else.
RedTail
2026-08