Article Details

Scrape Timestamp (UTC): 2024-06-12 13:46:22.913

Source: https://thehackernews.com/2024/06/cryptojacking-campaign-targets.html

Original Article Text

Click to Toggle View

Cryptojacking Campaign Targets Misconfigured Kubernetes Clusters. Cybersecurity researchers have warned of an ongoing cryptojacking campaign targeting misconfigured Kubernetes clusters to mine Dero cryptocurrency. Cloud security firm Wiz, which shed light on the activity, said it's an updated variant of a financially motivated operation that was first documented by CrowdStrike in March 2023. "In this incident, the threat actor abused anonymous access to an Internet-facing cluster to launch malicious container images hosted at Docker Hub, some of which have more than 10,000 pulls," Wiz researchers Avigayil Mechtinger, Shay Berkovich, and Gili Tikochinski said. "These docker images contain a UPX-packed DERO miner named 'pause.'" Initial access is accomplished by targeting externally accessible Kubernetes API servers with anonymous authentication enabled to deliver the miner payloads. Unlike the 2023 version that deployed a Kubernetes DaemonSet named "proxy-api," the latest flavor makes use of seemingly benign DaemonSets called "k8s-device-plugin" and "pytorch-container" to ultimately run the miner on all nodes of the cluster. In addition, the idea behind naming the container "pause" is an attempt to pass off as the actual "pause" container that's used to bootstrap a pod and enforce network isolation. The cryptocurrency miner is an open-source binary written in Go that has been modified to hard-code the wallet address and custom Dero mining pool URLs. It's also obfuscated using the open-source UPX packer to resist analysis. The main idea is that by embedding the mining configuration within the code, it makes it possible to run the miner without any command-line arguments that are typically monitored by security mechanisms. Wiz said it identified additional tools developed by the threat actor, including a Windows sample of a UPX-packed Dero miner as well as a dropper shell script that's designed to terminate competing miner processes on an infected host and drop GMiner from GitHub. "[The attacker] registered domains with innocent-looking names to avoid raising suspicion and to better blend in with legitimate web traffic, while masking communication with otherwise well-known mining pools," the researchers said. "These combined tactics demonstrate the attacker's ongoing efforts to adapt their methods and stay one step ahead of defenders." Continuous Attack Surface Discovery & Penetration Testing Continuously discover, prioritize, & mitigate exposures with evidence-backed ASM, Pentesting, and Red Teaming.

Daily Brief Summary

CYBERCRIME // Cryptojacking Operation Exploits Kubernetes to Mine Cryptocurrency

Cybersecurity firm Wiz reports a cryptojacking campaign exploiting misconfigured Kubernetes clusters to mine Dero cryptocurrency.

The term "cryptojacking" refers to the unauthorized use of someone else's computer processing power to mine cryptocurrency.

Attackers are using Docker Hub to host malicious container images, with some accumulating over 10,000 pulls.

These images bypass initial security setups by targeting Kubernetes API servers set to allow anonymous access.

The new cryptojacking variant uses misleading names like "k8s-device-plugin" and "pytorch-container" for DaemonSets to deploy mining operations across cluster nodes.

The involved DERO miner is a UPX-packed, open-source Go binary with built-in cryptocurrency wallet addresses and mining pool URLs to facilitate undetected operations.

Security analysts also discovered additional malicious tools, including a Windows DERO miner and scripts intended to disrupt competing mining processes.

The actor’s tactics include using innocuously named domains to camouflage malicious traffic and blend with legitimate web activities.