<?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>SectopRAT - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/sectoprat/</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>Tue, 04 Aug 2026 13:34:18 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/sectoprat/feed.xml" rel="self" type="application/rss+xml"/><item><title>Prevalence of Direct-to-IP Malware Command and Control</title><link>https://feed.craftedsignal.io/briefs/2026-08-malware-d2ip/</link><pubDate>Tue, 04 Aug 2026 13:34:18 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-malware-d2ip/</guid><description>Nearly half of malware samples with command-and-control activity bypass DNS resolution by connecting directly to hardcoded IP addresses, rendering traditional DNS-based defenses ineffective.</description><content:encoded><![CDATA[<p>Research from Unit 42 indicates that approximately 45% of malware samples with command-and-control (C2) activity bypass DNS resolution, instead initiating direct-to-IP (D2IP) connections. This behavior is prevalent across various threats, including Phorpiex ransomware droppers, SectopRAT, and Mozi botnet variants. Attackers utilize hardcoded IP addresses within malware binaries to evade DNS sinkholing and anomaly detection systems that rely on domain-based reputation.</p>
<p>The research highlights that D2IP traffic accounts for over 23% of total C2 connection attempts. Attackers leverage this technique for diverse objectives, ranging from staged payload delivery and P2P mesh communication to obfuscated data exfiltration protocols (e.g., the \GET protocol). This evasion strategy effectively bypasses traditional DNS-based security controls, necessitating network-level zero trust IP (ZT-IP) enforcement that verifies the legitimacy of outbound connections against historical DNS resolution context.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Malware binary is executed on the victim host (e.g., via phish-delivered dropper).</li>
<li>The malware performs internal checks or staging; no DNS queries are initiated for C2 resolution.</li>
<li>The malware initiates a raw TCP or UDP connection directly to a hardcoded C2 IP address.</li>
<li>The connection establishes a C2 channel (e.g., WebSocket for backdoors or \GET protocol for exfiltration).</li>
<li>The attacker transmits configuration data or malicious payloads (e.g., ransomware modules) over the direct connection.</li>
<li>The malware exfiltrates sensitive browser data or form fields (e.g., SectopRAT /churl and /fsave endpoints).</li>
<li>The connection persists or rotates IPs/ports based on attacker operational security requirements.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful D2IP communication facilitates silent C2 channel establishment, bypassing perimeter security that lacks DNS context. Observed campaigns impact high-value sectors, including government entities, airlines, and universities. Threats like SectopRAT enable real-time mirror exfiltration of browser traffic, including authenticated session pages and plaintext credentials, leading to significant risk of unauthorized access and lateral movement.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Implement Zero Trust IP (ZT-IP) enforcement at the firewall level to verify outbound connections against sanctioned DNS responses.</li>
<li>Monitor network traffic for persistent outbound TCP/UDP connections to untrusted external IP addresses that lack a corresponding preceding DNS query.</li>
<li>Deploy the provided IOCs (154.92.19.71, 178.16.54.109, etc.) to network blocklists, acknowledging potential overlap with shared cloud infrastructure.</li>
<li>Utilize EDR telemetry to hunt for suspicious processes (e.g., non-browser binaries) initiating direct network connections to external IP ranges without DNS lookup activity.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>