In 2025, cybersecurity analysts witnessed the emergence of a sophisticated and highly evasive info-stealer known as Katz Stealer β a malware-as-a-service (MaaS).
According to a detailed report by Picus, Katz Stealer is engineered for βmaximum stealth, modular payload delivery, and rapid data exfiltration.β This threat is not only technically impressive, but also commercially accessible, allowing even novice threat actors to unleash highly effective data-theft campaigns.
The attack begins like many others β with phishing emails or fake cracked software downloads delivering a malicious GZIP archive.
βWithin this archive lies a JavaScript dropper, intentionally obfuscated to evade detection and analysisβ¦ using deceptive variable names and convoluted JavaScript tricks,β the report notes.
The dropper leverages tricks like +[] coercion and polymorphic string building to confuse analysts. Once executed, it launches a PowerShell command with the -WindowStyle Hidden flag and decodes a Base64 blob entirely in memory β completely evading disk-based detection.
βThe script scans the imageβs content for markers <<base64_start>> and <<base64_end>>, extracting a chunk of hidden code embedded within the image file,β Picus reveals, showcasing its creative use of steganography.
Katz Stealer escalates its privileges using a known UAC bypass via cmstp.exe, executing with admin rights through a malicious INF file. It then creates a Scheduled Task to ensure persistence across reboots.

The next step is process hollowing, where the malware spawns a legitimate binary β MSBuild.exe β and injects itself into it. This allows the malware to blend into the system, appearing as a trusted Microsoft process.
βBy running inside MSBuildβ¦ the malware hopes to blend in and bypass security tools,β the report states.
Katz Stealer lives up to its name by aggressively exfiltrating data from virtually every user application that holds sensitive information:
- Browsers: Passwords, cookies, autofill data, session tokens β even credit card CVVs.
- VPNs and Email Clients: Credentials from Outlook, Foxmail, Windows Live Mail, and more.
- Messaging Platforms: Discord and Telegram tokens and session hijacks.
- Crypto Wallets: Exodus, Electrum, MetaMask, Brave Wallet, and 150+ others.
βPut simply, it collects nearly everything of value that resides on a compromised system.β
The malware even injects itself into browsers like Chrome and Firefox using DLL injection, accessing encrypted password stores by replicating the browserβs own decryption logic.
One of Katz Stealerβs most devious features is how it hijacks the Discord app to establish a persistent backdoor:
βIt modifies the index.js file inside [Discordβs] app.asar archiveβ¦ to fetch and execute attacker-supplied JavaScript,β explains Picus.
Because Discord runs at startup and is trusted by users and firewalls alike, this technique allows attackers to reinfect systems silently every time Discord launches.
Communication with the malware’s C2 infrastructure is stealthy and persistent. Katz Stealer maintains a TCP beacon to servers like 185.107.74[.]40, identifies itself with an implant ID (e.g., al3rbi), and downloads modules on demand.
βThe string is nearly identical to a legitimate Chrome browser agent, with the addition of katz-ontop at the end,β researchers observe, highlighting a unique IOC for defenders.
Stolen data β passwords, screenshots, crypto keys β is exfiltrated immediately, minimizing on-disk presence and maximizing attacker success.
Related Posts:
- JavaScript-Based Malware Exploits Steganography for Covert Data Theft
- Warning: Discord’s API Exploited for Malicious Takeover
- Beware the Invisible Threat: Phishing Expands with QR Codes, CAPTCHAs, and Steganography
- Malicious PyPI Package Targets Discord Developers with Token Theft and Backdoor Exploit
Support Our Threat Intelligence
If you find our CVE report and cybersecurity news helpful, consider supporting our work.