<?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>C2-Traffic - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/c2-traffic/</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>Fri, 18 Sep 2026 19:04:04 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/c2-traffic/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 Malicious Use of LLM Endpoints for Command and Control</title><link>https://feed.craftedsignal.io/briefs/2026-09-llm-c2-detection/</link><pubDate>Fri, 18 Sep 2026 19:04:04 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-llm-c2-detection/</guid><description>Detection logic identifying unsigned binaries or scripting utilities establishing network connections to various Large Language Model API endpoints for potential command and control.</description><content:encoded><![CDATA[<p>Adversaries are increasingly leveraging the capabilities of Large Language Models (LLMs) to dynamically perform malicious actions on compromised systems. This threat involves malware or post-exploitation scripts that utilize legitimate LLM APIs as a proxy for command and control (C2) or to execute logic within the affected system. This behavior is characterized by network connections to a broad range of AI and ML infrastructure providers, including OpenAI, Anthropic, Mistral, and various specialized inference services, initiated by unsigned binaries or common Windows/macOS scripting utilities such as PowerShell, curl, or WScript. Because these connections mimic legitimate traffic to AI services, detection must focus on the process context, specifically identifying unauthorized or unsigned code initiating the requests.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Initial access is established through standard means, such as spearphishing or exploiting a public-facing service.</li>
<li>The attacker drops an unsigned or obfuscated payload (e.g., PowerShell script or malicious executable) into a non-standard directory like /tmp/ or \Users\Public.</li>
<li>The malicious process executes and gathers system information or target data.</li>
<li>The process initiates an HTTPS connection to an LLM provider's API endpoint (e.g., api.openai.com).</li>
<li>The attacker sends instructions or prompts to the LLM API to generate code or malicious commands tailored to the system state.</li>
<li>The response from the LLM is parsed and executed locally by the malicious process.</li>
<li>The process performs further actions, such as exfiltrating data or establishing persistent access, based on the AI-generated logic.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows attackers to bypass traditional static signature-based defenses by using dynamically generated, AI-assisted malicious logic. This increases the complexity of incident response and attribution, as the malicious commands originate from a legitimate, trusted API service. Affected organizations risk unauthorized data exfiltration, automated system exploitation, and stealthy persistence, as the C2 channel is obscured by traffic destined for reputable AI infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Deploy the provided EQL-based detection rules across all endpoints to monitor for suspicious processes communicating with known LLM API domains.</li>
<li>Implement strict network segmentation and egress filtering to prevent unauthorized processes from accessing cloud-based AI service APIs.</li>
<li>Perform a historical search on network proxy and DNS logs for connections to the listed LLM endpoints originating from high-risk or non-standard process paths.</li>
<li>Review and harden systems to prevent the execution of unsigned binaries or unauthorized scripting tools in sensitive environments.</li>
<li>If an alert triggers, investigate the process tree and parent process to confirm whether the connection originates from a legitimate user-installed application or a malicious actor.</li>
</ol>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>command-and-control</category><category>ai-security</category><category>endpoint-detection</category><category>c2-traffic</category></item></channel></rss>