<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Phantom Stealer - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/actors/phantom-stealer/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 27 Jul 2026 18:29:21 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/actors/phantom-stealer/feed.xml" rel="self" type="application/rss+xml"/><item><title>Detection of Unauthorized WinSCP Credential Access</title><link>https://feed.craftedsignal.io/briefs/2026-07-winscp-credential-theft-detection/</link><pubDate>Mon, 27 Jul 2026 18:29:21 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-winscp-credential-theft-detection/</guid><description>This analytic detects unauthorized access to the WinSCP security configuration folder, which stores sensitive SSH and FTP credentials, by processes other than WinSCP, leveraging Windows Security Event 4663 to identify abnormal read or access attempts often indicative of credential-stealing malware like Phantom Stealer.</description><content:encoded><![CDATA[<p>This brief details a detection for unauthorized access to WinSCP's security configuration files, a common target for information-stealing malware. WinSCP, a popular free SFTP, SCP, S3, FTP, and WebDAV client for Windows, stores sensitive SSH and FTP session credentials, including plain-text passwords and private key references, within a specific user profile directory: <code>%APPDATA%\Martin Prikryl\WinSCP 2\Configuration\Security</code>. Information-stealing malware families, such as Phantom Stealer and Stealerium, specifically target this directory to harvest stored credentials for exfiltration. This detection focuses on identifying any process other than the legitimate WinSCP executable attempting to read or access files within this sensitive configuration path. Such activity is highly anomalous during routine system operation and strongly indicates an attempted credential theft. Defenders should prioritize investigation into any process triggering this alert, including its origin, parent process, and network communications, to mitigate potential unauthorized access to remote systems.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Compromise</strong>: A threat actor gains initial access to a victim's Windows endpoint through various means, such as spearphishing, exploiting a vulnerable service, or drive-by download.</li>
<li><strong>Malware Deployment</strong>: The attacker deploys an information-stealing malware, such as Phantom Stealer or Stealerium, to the compromised system.</li>
<li><strong>Credential Harvesting Initialization</strong>: The deployed info-stealer executes, beginning its reconnaissance phase for valuable credentials.</li>
<li><strong>Targeted File Access</strong>: The info-stealer attempts to access files located within the <code>%APPDATA%\Martin Prikryl\WinSCP 2\Configuration\Security</code> directory, which is known to contain sensitive WinSCP credentials.</li>
<li><strong>Credential Exfiltration</strong>: The info-stealer reads and parses the WinSCP configuration files, extracting stored SSH and FTP credentials, including passwords and private keys.</li>
<li><strong>Data Transmission</strong>: The harvested credentials are then encoded and exfiltrated to attacker-controlled command and control (C2) infrastructure over various network protocols.</li>
<li><strong>Unauthorized Access</strong>: Threat actors use the stolen credentials to gain unauthorized access to remote systems (e.g., servers, cloud instances) where WinSCP was configured to connect, enabling further lateral movement and data theft.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this credential theft technique can lead to severe consequences. Attackers can leverage stolen SSH and FTP credentials to gain unauthorized access to critical systems, including production servers, cloud environments, and internal networks. This access can facilitate further lateral movement, data exfiltration of sensitive intellectual property or customer data, deployment of additional malware (e.g., ransomware), and disruption of business operations. The targeted nature of WinSCP credentials implies the attacker is seeking access to specific, often high-value, remote resources configured by the user.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li><strong>Deploy the Sigma rule</strong> in this brief to your SIEM and tune for your environment.</li>
<li><strong>Enable Windows Security Event logging for EventCode 4663</strong> (Object Access) on all endpoints to provide the necessary telemetry for this detection.</li>
<li><strong>Investigate any alerts generated by this rule</strong> by examining the <code>process_name</code>, <code>process_path</code>, and <code>process_id</code> fields, along with associated network connections.</li>
<li><strong>Review network logs and proxy logs</strong> for connections from the identified suspicious process to external or unusual IP addresses, which may indicate credential exfiltration.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">threat</category><category>credential-theft</category><category>infostealer</category><category>windows</category></item></channel></rss>