<?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>General Purpose LLM V2 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/general-purpose-llm-v2/</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, 20 Jul 2026 20:24:01 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/general-purpose-llm-v2/feed.xml" rel="self" type="application/rss+xml"/><item><title>LLM-Based Triage of Wget Activity on Linux Hosts</title><link>https://feed.craftedsignal.io/briefs/2026-07-llm-wget-triage/</link><pubDate>Mon, 20 Jul 2026 20:24:01 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-llm-wget-triage/</guid><description>Elastic has developed a detection rule that monitors non-allowlisted `wget` activity on Linux hosts using Auditd Manager or Auditbeat, leveraging an Elastic LLM to triage `wget` executions for potential ingress tool transfer, command and control, or data exfiltration attempts to untrusted destinations, generating alerts only for high-confidence positive or suspicious verdicts.</description><content:encoded><![CDATA[<p>Elastic has released an LLM-powered detection rule designed to identify potentially malicious <code>wget</code> activity on Linux systems. This rule, updated in July 2026, integrates with Auditd Manager or Auditbeat to collect process execution events, specifically targeting <code>wget</code> invocations. It normalizes command-line arguments, redacts sensitive information like credentials, and then uses Elastic's General Purpose LLM v2 to assess whether the activity indicates ingress tool transfer (T1105), command and control (TA0011), or data exfiltration (T1048, T1005). The rule is configured to filter out known benign <code>wget</code> destinations, such as local loopbacks, cloud platform services (Azure, GCP), and common vendor repositories (Microsoft, GitHub, Elastic), to reduce false positives. Alerts are generated only for high-confidence (above 0.7) positive or suspicious verdicts from the LLM, providing security teams with intelligent triage for <code>wget</code> usage.</p>
<h2 id="attack-chain">Attack Chain</h2>
<p>This brief describes a detection mechanism rather than an observed attack campaign. Therefore, a specific attack chain is not provided, as the rule monitors for general malicious <code>wget</code> activity, which can occur at various stages of an attack.</p>
<h2 id="impact">Impact</h2>
<p>Successful malicious <code>wget</code> activity on a Linux host can lead to severe consequences, including remote code execution if an attacker downloads and executes a malicious payload, establishment of persistent command and control (C2) channels for ongoing access, or unauthorized data exfiltration using <code>wget</code>'s upload functionalities (<code>--post-file</code>, <code>--post-data</code>, <code>--body-file</code>). The exposure of credentials or tokens via command-line arguments, even if redacted in logs, could facilitate further compromise or lateral movement. The detection rule aims to mitigate these impacts by identifying and triaging such activities promptly, preventing adversaries from achieving their objectives undetected.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Configure Auditd Manager or Auditbeat on all Linux endpoints to collect process execution events, including <code>process.name</code>, <code>process.args</code>, and <code>process.title</code>, as required by the detection rule.</li>
<li>Deploy the Sigma rule provided in this brief to your SIEM to detect suspicious <code>wget</code> activity, which can then be further triaged.</li>
<li>Review the <code>iocs</code> list of explicitly excluded benign destinations and add any additional routine, verified benign <code>wget</code> destinations specific to your environment to your allow-lists to reduce false positives.</li>
<li>Investigate high-confidence alerts generated by the rule by examining <code>Esql.verdict</code>, <code>Esql.confidence</code>, <code>Esql.summary</code>, <code>Esql.dest_host</code>, and <code>Esql.command_line_values</code> within your Elastic Stack.</li>
<li>If payload execution, command-and-control, or data exfiltration is confirmed, isolate the affected host immediately.</li>
<li>Rotate any credentials or tokens that may have been exposed in <code>wget</code> command lines, even if redacted in logs.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>endpoint</category><category>llm</category><category>linux</category><category>threat-detection</category><category>collection</category><category>command-and-control</category><category>exfiltration</category><category>auditd</category><category>detection-rule</category></item></channel></rss>