<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Badpatch - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/badpatch/</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, 31 Aug 2026 07:05:01 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/badpatch/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Detection of Potential Command and Control via SMTP on Port 26/TCP</title><link>https://feed.craftedsignal.io/briefs/2026-08-smtp-port-26-c2/</link><pubDate>Mon, 31 Aug 2026 07:05:01 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-smtp-port-26-c2/</guid><description>Adversaries, including the BadPatch malware family, utilize non-standard port 26/TCP for SMTP-based command and control and data exfiltration to evade traditional security monitoring.</description><content:encoded><![CDATA[<p>This brief outlines the risk posed by adversaries, such as the operators of the BadPatch malware, who repurpose TCP port 26 for command and control (C2) and exfiltration activities. While port 25 is the standard for Simple Mail Transfer Protocol (SMTP), port 26 is frequently leveraged to bypass traditional security controls that primarily scrutinize port 25 traffic. By initiating outbound SMTP communication from internal hosts to external destinations on port 26, attackers maintain persistent C2 channels that blend in with legitimate traffic if not explicitly monitored. Defensive teams must focus on identifying this non-standard outbound traffic to detect potential infections and unauthorized data movement within their environments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Initial compromise occurs on a target host (e.g., via phishing or exploit).</li>
<li>The malware identifies the need for external communication to a C2 server.</li>
<li>The malware checks network configuration or hardcoded settings to use port 26/TCP.</li>
<li>The host initiates a TCP connection to an external, attacker-controlled IP address over port 26.</li>
<li>The malware encapsulates C2 instructions or exfiltrated data within the SMTP protocol format.</li>
<li>The connection is maintained to receive subsequent tasking or data upload commands.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Success of this attack allows attackers to establish persistent, stealthy control over internal Windows systems. Impact includes the risk of sensitive data exfiltration and the potential for further malware deployment or lateral movement within the network. The scope of targeting is primarily enterprise organizations where standard port monitoring may be insufficient.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the identification of baseline network traffic to eliminate known legitimate services before alerting.</p>
<ul>
<li>Deploy the provided detection logic to network monitoring sensors to alert on outbound traffic on port 26/TCP.</li>
<li>Enable network flow or firewall logging for outbound connections originating from internal subnets.</li>
<li>Establish a baseline for authorized internal mail relays that communicate with external SMTP destinations to reduce false positives in the SIEM.</li>
<li>Isolate systems identified in alerts and perform incident response procedures, focusing on memory and file system analysis for the BadPatch malware.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>command-and-control</category><category>exfiltration</category><category>network-traffic</category><category>smtp</category><category>badpatch</category></item></channel></rss>