Fake SSMS on GitHub Spreads Crypto-Stealing OkoBot

Securelist · High sophistication
Last updated July 30, 2026

Kaspersky reports an active malware campaign (“OkoBot”) that tricks people into running malicious scripts via a ClickFix-style prompt or by downloading a fake “SQL Server Management Studio” installer from GitHub. Once a victim runs it, the attackers set up remote access and quietly install browser-stealing tools designed to capture crypto wallet and browser data.

How the attack worked

The OkoBot campaign relied on two separate deception paths to get a malicious script running on a victim's machine. The first was a fake package on GitHub posing as SQL Server Management Studio (SSMS), a legitimate database tool many developers and administrators use regularly. The repository consisted of a single README.md file written in an official style, closely resembling Microsoft's own documentation, with an install link that simply pointed back to the repo's own releases page. The second path was a ClickFix-style web prompt that convinced users to run a PowerShell script called TookPS to 'fix' a supposed problem. Both paths triggered execution of TookPS, which then pulled down further malicious commands and scripts from attacker-controlled infrastructure.

Why it succeeded

The fake SSMS repository worked in part because it was indexed by search engines and ranked at the top of results for the query "SSMS." That visibility substituted for legitimacy in the eyes of many users, who trusted the top search result over verifying the source was an official vendor channel. The installation guide's official-sounding language, likely drawn from real Microsoft documentation, reinforced that false sense of trust. On the ClickFix side, the attack exploited the habit of following on-screen troubleshooting instructions without confirming them through an official support channel first.

What to watch for

  • Software download links that point to community GitHub repositories rather than an official vendor site or vendor-hosted release channel
  • Installation guides written in an "official style" that direct you back to the same repository for the actual download
  • Any web page instructing you to open PowerShell or a terminal and run a command to "fix" an issue
  • Unexpected browser extensions or SSH-related activity appearing after installing a tool
  • Activity focused on capturing cryptocurrency wallet windows or browser data like cookies and saved credentials

How to build resistance

Organizations should reinforce that common developer and database tools, including SSMS, should only be downloaded from official vendor pages, not from third-party GitHub repositories regardless of search ranking. Employees should be trained to treat any page instructing them to run PowerShell or terminal commands as a red flag requiring verification with IT or security before proceeding. Because this campaign specifically targeted cryptocurrency wallets and browser data, teams with crypto exposure should apply extra scrutiny to browser extensions and wallet access, and IT/helpdesk staff should be equipped to recognize and report ClickFix-style prompts quickly.

This pattern reflects the techniques described under MITRE ATT&CK T1566.003 for spearphishing via service, T1204.002 for user execution of malicious files, and T1105 for ingress tool transfer.

Key findings

  • Initial infection used two user-deception paths: a ClickFix attack and a fake GitHub software package posing as SQL Server Management Studio (SSMS).
  • The fake SSMS GitHub repo used an “official style” installation guide and a download link pointing to the repo’s releases, helping it appear legitimate in search results.
  • After execution, the malware sets up an SSH-based back channel and uses automation to deploy many modules, including browser-focused theft (e.g., Rilide).
  • Attackers aimed to steal cryptocurrency wallet data and browser data (cookies, profiles, credentials).

Who’s being targeted

  • Commonly targeted roles: Developers, DBA/Database administrators, IT/Helpdesk, Finance teams (crypto exposure), Employees who use cryptocurrency wallets.
  • Affected industries: Cryptocurrency / digital assets, Consumer technology users, Financial services (individual investors/traders).
  • Attack channels: github, website.
  • Impersonated: A legitimate-looking SSMS installer/project using Microsoft-style documentation, A web page or prompt instructing the user to ‘fix’ something by running a script.

Red flags to watch for

  • Software is obtained from an unofficial GitHub repository instead of an official vendor download page
  • The page is an “installation guide” whose download link points back to the same repository’s releases
  • Search results/top ranking is used as proof of legitimacy
  • A web page instructs you to run PowerShell/commands to resolve a supposed issue
  • Unrequested “fix” steps that require command execution
  • No official support channel verifies the instructions
Try Mirage

Mirage safely runs attacks like this one against your own team, so you find out what happens before a real adversary does.

Get a demo

Frequently asked questions

What is the OkoBot attack?

OkoBot is a malware campaign identified by Kaspersky that infects victims through a fake SQL Server Management Studio (SSMS) installer on GitHub or a ClickFix-style prompt, then installs browser-stealing tools to capture crypto wallet and browser data.

How does the fake SSMS GitHub repo trick users?

The repo contains a single README.md file written like an official installation guide, mimicking Microsoft documentation style, with a download link pointing back to the repo's own releases, and it ranked highly in search results for 'SSMS'.

What is a ClickFix attack in this context?

It is a web page prompt that convinces a user to run a malicious PowerShell script, called TookPS, under the guise of 'fixing' something, which then downloads further malicious components.

What does OkoBot target once installed?

It sets up an SSH-based back channel and deploys modules, including a browser extension called Rilide, aimed at stealing cryptocurrency wallet data and browser data such as cookies, profiles, and credentials.

Read the video transcript

Imagine you Google “SSMS download”, click a top GitHub result, install it… and that one click hands over your browser and crypto wallets. OkoBot spreads two ways: a ClickFix page that tells you to run a PowerShell script called TookPS, and a fake SQL Server Management Studio installer on GitHub with an official-looking README and a “Download from Releases” link. The moment you run it, TookPS opens an SSH back channel and quietly drops browser-stealing tools like Rilide, hunting for crypto wallet windows, cookies, and saved credentials in Chrome, Edge, and other browsers. Your move: if you ever need tools like SSMS, skip search results and random GitHub repos. Go straight to the official vendor site or our internal software portal and download only from there.

Similar attacks