Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
Back to malware
Malware

Katz Stealer

Katz Stealer is an information-stealing malware family operated as a Malware-as-a-Service (MaaS) platform and launched in early 2025. It was advertised by the user “katzadmin” on BreachForums on April 13, 2025, with later advertisements on exploit[.]in and xss[.]is, and was also marketed via Telegram and Discord. It is described as a feature-rich infostealer with a web-based panel for generating payloads and managing stolen data.

Observed delivery commonly uses phishing emails or trojanized downloads. Reported infection chains include malicious .gz, ZIP, or RAR archives containing obfuscated JavaScript or VBS droppers that launch PowerShell. The PowerShell stage retrieves steganographically embedded payload data from image files, decodes it in memory, and may use a .NET loader stage. Katz Stealer has also been delivered by PhantomVAI Loader, formerly referred to as Katz Stealer Loader and also known as VMDetectLoader/VMDetector Loader. PhantomVAI is a C#/.NET loader that performs VM checks, establishes persistence, downloads a final payload from a supplied URL, and injects it into legitimate processes using process hollowing; Unit 42 observed it most commonly using MSBuild.exe, while other reporting described injection into RegAsm.exe or calc.exe/calc64.exe depending on campaign. Some campaigns also used cmstp.exe for UAC bypass and scheduled tasks or Run keys for persistence.

Katz Stealer includes anti-analysis and geofencing behavior. It checks locale, keyboard layout, and default language settings and stops execution if it detects CIS-related country codes or languages. Reported anti-analysis checks include BIOS and system artifact inspection for VirtualBox and VMware, as well as checks on resolution and uptime.

Its collection scope is broad. High-confidence reporting states it steals browser credentials and browser data, including passwords, cookies, session tokens, autofill data, and stored credit card/CVV data, from Chrome, Edge, Brave, Firefox, and other Chromium- and Gecko-based browsers. It targets cryptocurrency wallets and browser wallet extensions, including MetaMask, Phantom, Binance, Exodus, Coinomi, Dash, Dogecoin, Litecoin, Monero, Bitcoin, and Ethereum-related assets. It also steals Telegram, Discord, Steam and other game-related data, email client data, FTP client data, VPN data and credentials, Wi-Fi credentials, operating system information, screenshots, clipboard contents, and in some reporting audio/video capture. Firefox artifacts such as logins.json and key4.db are specifically targeted.

Multiple sources state Katz Stealer can bypass Chromium’s Application Bound Encryption protections by injecting into headless browser processes and using the browser or OS cryptographic context to decrypt protected secrets. Reported artifacts include writing a DLL to %temp% for browser injection and storing decrypted browser key material as text files such as decrypted_chrome_key.txt under %APPDATA%.

Command-and-control communications are described as HTTP/HTTPS-based with hardcoded C2 IPs per instance, continuous beaconing, and chunked exfiltration for larger data. Reported Katz Stealer-related infrastructure includes domains katz-panel[.]com, katz-stealer[.]com, katzstealer[.]com, twist2katz[.]com, and Zxczxczxczxc.twist2katz[.]com, and IPs 172.67.146[.]103, 185.107.74[.]40, 195.182.25[.]71, 31.177.109[.]39, and 80.64.18[.]219. Reported operator-associated handles include Katzadmin, KatzStealer, @katzst, @katzcontact, and @katzadmin, plus qTOX ID 375AB62BD333F80905E612DB71BEE06660C40F00AAF393FD7F8605DF5761E47670B6578C9410.

Katz Stealer has been observed in campaigns targeting organizations worldwide across sectors including manufacturing, education, utilities, technology, healthcare, information, and government, as well as individuals. It has also been noted in campaigns targeting VPN credentials and crypto assets. Reporting describes broad criminal adoption due to its ease of use, customizable features, credential theft capability, and modern evasion and anti-analysis features.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

MITRE ATT&CK

Techniques & procedures

12 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

3 techniques
T1078Valid AccountsEvidence1

The FBI warning concerning Medusa ransomware compromising VPN credentials... One more? OK, the recent Katz Stealer warning as this threat also targeted VPN credentials.

T1566PhishingEvidence1

The infection chain starts with a phishing email that contains a malicious attachment.

T1566.001Spearphishing AttachmentEvidence1

The phishing email attachments are archived JavaScript or VBS files.

Execution

3 techniques
T1059.005Visual BasicEvidence1

The phishing email attachments are archived JavaScript or VBS files.

T1059.007JavaScriptEvidence1

The phishing email attachments are archived JavaScript or VBS files.

T1127.001MSBuildEvidence1

In most of the cases observed at the time of writing this article, PhantomVAI Loader injected the payload into the Microsoft Build Engine executable, MSBuild.exe.

Persistence

1 technique
T1078Valid AccountsEvidence1

The FBI warning concerning Medusa ransomware compromising VPN credentials... One more? OK, the recent Katz Stealer warning as this threat also targeted VPN credentials.

Privilege Escalation

3 techniques
T1055Process InjectionEvidence1

"...Uses Steganography in Images to Inject Katz Stealer..."

T1055.012Process HollowingEvidence1

It then injects this payload into a target process that is also defined by a command-line parameter, using the process hollowing technique.

T1078Valid AccountsEvidence1

The FBI warning concerning Medusa ransomware compromising VPN credentials... One more? OK, the recent Katz Stealer warning as this threat also targeted VPN credentials.

Stealth

8 techniques
T1027Obfuscated Files or InformationEvidence1

Threat actors obfuscate these scripts in an attempt to bypass detections.

T1027.003SteganographyEvidence1

"PhantomVAI Loader Uses Steganography in Images to Inject Katz Stealer and Evade Sandboxes"

T1055Process InjectionEvidence1

"...Uses Steganography in Images to Inject Katz Stealer..."

T1055.012Process HollowingEvidence1

It then injects this payload into a target process that is also defined by a command-line parameter, using the process hollowing technique.

T1078Valid AccountsEvidence1

The FBI warning concerning Medusa ransomware compromising VPN credentials... One more? OK, the recent Katz Stealer warning as this threat also targeted VPN credentials.

T1127.001MSBuildEvidence1

In most of the cases observed at the time of writing this article, PhantomVAI Loader injected the payload into the Microsoft Build Engine executable, MSBuild.exe.

T1497Virtualization/Sandbox EvasionEvidence1

"...and Evade Sandboxes"

T1497.001System ChecksEvidence1

Katz Stealer also checks the machine’s language and compares it to a hardcoded list of country codes... If it finds a match, Katz Stealer stops executing.

Discovery

2 techniques
T1497Virtualization/Sandbox EvasionEvidence1

"...and Evade Sandboxes"

T1497.001System ChecksEvidence1

Katz Stealer also checks the machine’s language and compares it to a hardcoded list of country codes... If it finds a match, Katz Stealer stops executing.

INDICATORS OF COMPROMISE

IOCs tracked for this family

28 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Hashes
28 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

TypeValueLatest sighting
hash.sha256●●●●●●●●●●●●View more in app8 months ago
hash.sha256●●●●●●●●●●●●View more in app8 months ago
hash.sha256●●●●●●●●●●●●View more in app8 months ago
hash.sha256●●●●●●●●●●●●View more in app8 months ago
hash.sha256●●●●●●●●●●●●View more in app8 months ago
hash.sha256●●●●●●●●●●●●View more in app8 months ago
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching28

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping12

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.