<?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>Lateral Movement Detection Integration - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/lateral-movement-detection-integration/</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, 28 Jul 2026 18:07:58 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/lateral-movement-detection-integration/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unusual Remote File Size Detected by ML</title><link>https://feed.craftedsignal.io/briefs/2026-07-unusual-remote-file-size/</link><pubDate>Tue, 28 Jul 2026 18:07:58 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-unusual-remote-file-size/</guid><description>An Elastic machine learning job detects unusually large file transfers by remote hosts, indicating potential lateral movement or data exfiltration by adversaries who consolidate data into single large files to avoid detection.</description><content:encoded><![CDATA[<p>The Elastic machine learning rule, &quot;Unusual Remote File Size&quot;, identifies potential lateral movement or data exfiltration by flagging abnormally large file sizes transferred from remote hosts. Attackers often consolidate data into single large files to circumvent detection mechanisms that might trigger on multiple smaller transfers. This rule, part of the Lateral Movement Detection integration, leverages Elastic's Anomaly Detection feature to analyze file and Windows RDP process events, requiring the <code>host.ip</code> field to be populated. For Elastic Defend versions 8.18 and above, explicit configuration is needed to enable host IP collection. The integration also requires the installation of preconfigured anomaly detection jobs within Fleet. This detection helps defenders identify suspicious network activity that could indicate an adversary moving within the network or preparing to exfiltrate data.</p>
<h2 id="impact">Impact</h2>
<p>If attackers successfully transfer unusually large files for lateral movement or data exfiltration, organizations face significant risks including the theft of sensitive information, establishment of further persistence within the network, and potential system compromise. The consolidation of data into large files allows adversaries to achieve their objectives with a higher likelihood of evading traditional security alerts. This could lead to severe data breaches, regulatory non-compliance fines, and substantial reputational damage for the affected entities.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable <code>host.ip</code> field collection for Elastic Defend events, especially for versions 8.18 and above, by following Elastic's official configuration steps outlined in their helper guide.</li>
<li>Install the Lateral Movement Detection integration assets in Kibana, ensuring all prerequisites are met and preconfigured anomaly detection jobs are added as described in the <code>setup</code> section.</li>
<li>Review the alert details for <code>Unusual Remote File Size</code> to identify specific remote hosts and file sizes involved in detected anomalies.</li>
<li>Analyze network logs to trace the origin and destination of any suspicious large file transfers.</li>
<li>Implement network segmentation to limit lateral movement capabilities within the environment if a detected anomaly indicates malicious activity.</li>
<li>Conduct thorough analysis of the contents and origin of unusually large file transfers to determine if sensitive data was involved and reset credentials for any associated compromised accounts.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>lateral-movement</category><category>collection</category><category>data-exfiltration</category><category>machine-learning</category><category>anomaly-detection</category><category>elastic-defend</category></item><item><title>Unusual Process Writing Data to an External Device Detected by Machine Learning</title><link>https://feed.craftedsignal.io/briefs/2026-07-unusual-process-external-device/</link><pubDate>Tue, 28 Jul 2026 18:05:39 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-unusual-process-external-device/</guid><description>Elastic's Data Exfiltration Detection integration leverages machine learning to identify rare processes writing data to external devices, indicating potential data exfiltration by adversaries using benign-looking processes.</description><content:encoded><![CDATA[<p>Elastic has released a machine learning-based detection rule designed to identify potential data exfiltration attempts. This rule, part of the Data Exfiltration Detection integration, focuses on detecting unusual or rare processes that write data to external devices. Adversaries frequently use seemingly legitimate processes to mask their data exfiltration activities, making such abnormal behavior a strong indicator of compromise. The detection relies on Elastic's Anomaly Detection feature, analyzing network and file events collected via integrations like Elastic Defend and Network Packet Capture. This capability, available for Elastic Stack version 9.4.0 and higher, helps defenders identify deviations from typical process behavior, flagging potential threats where sensitive data might be transferred out of the network via an unapproved or suspicious channel.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker establishes initial access to a target system using various methods (e.g., phishing, exploiting a vulnerability).</li>
<li>The attacker deploys or repurposes a benign-looking process on the compromised system.</li>
<li>Sensitive data is identified and staged for exfiltration on the local system.</li>
<li>The attacker leverages the seemingly legitimate process to write the staged sensitive data to an external device (e.g., USB drive, network share mapped as an external drive).</li>
<li>The external device is removed, or the connection is terminated, completing the exfiltration of sensitive information.</li>
<li>The unusual behavior of this rare process writing to an external device triggers an anomaly detection by Elastic's ML rule.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful data exfiltration can lead to severe consequences, including intellectual property theft, compromise of sensitive customer or employee data, regulatory fines due to data breaches, reputational damage, and financial losses. The targeted sectors are broad, as any organization handling valuable data is at risk. While the detection rule identifies a specific activity rather than a campaign, the impact of such exfiltration could range from minor data loss to a catastrophic breach depending on the volume and sensitivity of the data involved.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Data Exfiltration Detection integration and configure the machine learning job <code>ded_rare_process_writing_to_external_device_ea</code> to leverage Elastic's anomaly detection capabilities.</li>
<li>Ensure Elastic Defend is fully installed and collecting file events on all endpoints, as indicated in the setup instructions.</li>
<li>When an alert is triggered, investigate the <code>process name</code>, <code>path</code>, and associated <code>user account</code> to determine if the activity is legitimate, as suggested in the investigation guide.</li>
<li>Review the <code>external device's details</code> and the <code>volume and type of data</code> being written to identify any sensitive or unusual transfers.</li>
<li>Use the provided &quot;Investigation Guide&quot; within the rule's note to systematically triage and analyze alerts generated by this rule.</li>
<li>Create allowlists for legitimate backup processes, data transfer applications, software updates, and IT maintenance activities to reduce false positives, as mentioned in the &quot;False positive analysis&quot; section.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>exfiltration</category><category>machine-learning</category><category>elastic-defend</category><category>endpoint</category><category>lateral-movement</category><category>rdp</category><category>anomaly-detection</category><category>privilege-escalation</category><category>linux</category><category>behavioral-detection</category><category>elastic</category><category>discovery</category><category>reconnaissance</category><category>threat-detection</category><category>initial-access</category><category>credential-access</category><category>auditd-manager</category><category>host-based-detection</category><category>data-exfiltration</category><category>ddos</category><category>malware</category><category>system-compromise</category><category>elastic-security</category><category>anomaly_detection</category><category>network_denial</category><category>firewall</category><category>machine_learning</category><category>threat_detection</category><category>network-security</category><category>endpoint-security</category><category>command-and-control</category><category>persistence</category><category>network-anomaly</category><category>network-traffic-analysis</category><category>windows</category><category>ml</category><category>investigation-guide</category></item></channel></rss>