Phantom Stealer Malware Hides Payload in PNG Images

Phantom Stealer malware uses PNG steganography to evade detection

HIGH
August 14, 2026
5m read
MalwarePhishingThreat Intelligence

Related Entities

Products & Tech

WindowsDiscordTelegramFileZillaWinSCPPowerShell

Other

Phantom Stealer

Full Report

Executive Summary

Phantom Stealer, a modular .NET-based information stealer, is being actively distributed in campaigns utilizing multiple evasion and data theft techniques. A key feature of this malware is its use of steganography, where it hides its encrypted payload within a file resource disguised as a PNG image. This allows it to bypass some static detection methods. The malware is being spread through common vectors like phishing emails and malicious links on platforms like Discord and Telegram. Once executed on a Windows system, Phantom Stealer harvests a wide array of sensitive information, with a strong focus on credentials, cookies, and cryptocurrency wallets. Its combination of stealthy delivery and comprehensive data collection makes it a potent threat to both individuals and organizations.


Threat Overview

Phantom Stealer is a credential and information theft tool designed for widespread impact. Its distribution methods are varied, targeting users through social engineering on popular platforms.

Infection Vectors:

  • Phishing emails with malicious attachments or links.
  • Malicious links shared on Discord and Telegram servers.
  • Trojanized software installers masquerading as legitimate applications.

Evasion Techniques:

  • Steganography: In some variants, a loader contains an encrypted payload hidden within a resource file that mimics a PNG image. This payload is decrypted and loaded directly into memory. This is a form of T1027 - Obfuscated Files or Information.
  • PowerShell Injection: Other campaigns use heavily obfuscated PowerShell scripts to perform process injection (T1059.001 - PowerShell), running the stealer's code within the context of a legitimate process like explorer.exe.
  • Persistence: The malware ensures it runs on system startup by creating entries in the HKCU\Software\Microsoft\Windows\CurrentVersion\Run registry key or by dropping a shortcut in the user's Startup folder (T1547.001 - Registry Run Keys / Startup Folder).

Technical Analysis

Upon execution, Phantom Stealer begins its data harvesting routine. Its primary targets include:

  • Web Browsers: Steals saved credentials, session cookies, and credit card information from popular browsers like Chrome, Firefox, and Edge.
  • Cryptocurrency: It actively searches for data related to cryptocurrency. This includes:
    • Browser-based wallet extensions (e.g., MetaMask, Phantom).
    • Desktop wallet application files.
    • A clipboard-hijacking module (T1115 - Clipboard Data) that monitors the clipboard for cryptocurrency wallet addresses and replaces them with an attacker-controlled address.
  • Other Applications: It exfiltrates saved credentials from FTP clients such as FileZilla and WinSCP, as well as Outlook profile data.
  • System Information: The stealer also captures saved Wi-Fi profiles, takes screenshots of the desktop (T1113 - Screen Capture), and can log keystrokes (T1056.001 - Keylogging).

All collected data is typically compressed and exfiltrated to a command-and-control (C2) server over HTTP or another common protocol.

Impact Assessment

A successful infection by Phantom Stealer can lead to a complete compromise of a user's digital identity. The theft of browser cookies can allow attackers to bypass MFA and hijack active sessions for corporate and personal accounts. The theft of cryptocurrency wallets can result in immediate and irreversible financial loss. For organizations, a compromised employee endpoint can serve as a beachhead for a larger network intrusion, as stolen credentials can be used for lateral movement.

IOCs — Directly from Articles

No specific file hashes, C2 domains, or IP addresses were disclosed in the source articles.

Cyber Observables — Hunting Hints

Security teams can hunt for activity related to Phantom Stealer using the following clues:

Type
Process Name
Value
explorer.exe
Description
Suspicious network connections originating from explorer.exe could indicate process injection.
Type
Command Line Pattern
Value
powershell.exe -enc
Description
Execution of encoded PowerShell commands is a common technique for obfuscated script delivery.
Type
Registry Key
Value
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
Description
Monitor for new, suspicious entries in this key pointing to executables in temporary or user profile directories.
Type
File Path
Value
%AppData%, %Temp%
Description
Stealers often drop their payloads or temporary data files in these locations.
Type
Network Traffic Pattern
Value
HTTP POST to unknown domains
Description
Look for outbound HTTP POST requests containing large, potentially compressed data blobs from user workstations.

Detection & Response

  • Endpoint Security: A modern EDR solution with behavioral detection capabilities is crucial for identifying techniques like process injection and in-memory execution. D3FEND's Process Analysis (D3-PA) is essential.
  • PowerShell Logging: Enable PowerShell Script Block Logging (Event ID 4104) and Module Logging. This will record the content of obfuscated scripts once they are de-obfuscated for execution, allowing for analysis and detection.
  • File Analysis: Use security tools capable of deep file inspection to identify steganographic content or embedded payloads within seemingly benign files. This corresponds to File Analysis (D3-FA).
  • Network Monitoring: Monitor egress traffic for connections to suspicious domains or patterns indicative of data exfiltration.

Mitigation

  • Email & Web Security: Employ robust email and web filtering solutions to block phishing attempts, malicious attachments, and links to known malicious sites. This aligns with M1021 - Restrict Web-Based Content.
  • Application Control: Use application allowlisting to prevent the execution of unauthorized software downloaded from the internet. This is a form of M1038 - Execution Prevention.
  • User Training: Educate users on the dangers of downloading software from untrusted sources and clicking suspicious links, especially on platforms like Discord and Telegram.
  • Credential Protection: Encourage the use of password managers to avoid browser-based password storage, which is a primary target for stealers. Use phishing-resistant MFA wherever possible to mitigate the impact of stolen credentials.

Timeline of Events

1
August 14, 2026
This article was published

MITRE ATT&CK Mitigations

Use a reputable EDR/AV solution with behavioral analysis to detect malicious scripts and process injection.

Mapped D3FEND Techniques:

Filter web and email traffic to block access to malicious links and attachments used to distribute the stealer.

Mapped D3FEND Techniques:

Educate users about the risks of downloading files from untrusted sources and social engineering tactics.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

Phantom StealerMalwareInformation StealerSteganographyPowerShellCryptocurrency

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.