<?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>Sysmon Linux - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/sysmon-linux/</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:14:20 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/sysmon-linux/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unusual Process Detected for Privileged Commands by a User on Linux</title><link>https://feed.craftedsignal.io/briefs/2026-07-unusual-privileged-process-linux/</link><pubDate>Tue, 28 Jul 2026 18:14:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-unusual-privileged-process-linux/</guid><description>Elastic's machine learning rule identifies anomalous execution of privileged commands by a user on Linux systems, indicative of potential privilege escalation or misuse of valid accounts.</description><content:encoded><![CDATA[<p>This threat brief details a machine learning-driven detection rule developed by Elastic, designed to identify unusual process execution patterns related to privileged commands by a user on Linux environments. The rule leverages Elastic's anomaly detection capabilities, specifically the <code>pad_linux_rare_process_executed_by_user_ea</code> ML job, which operates on data collected by Elastic Defend and Sysmon Linux. It aims to flag atypical processes that might signify an adversary exploiting legitimate user accounts to perform unauthorized privileged actions, ultimately seeking privilege escalation. This detection is crucial for early identification of potential misuse of elevated access or compromised accounts. The rule, with an anomaly threshold of 75, was updated on 2026/07/27 and is applicable for environments running Elastic Stack version 9.4.0 and higher, utilizing Entity Analytics (EA) fields.</p>
<h2 id="attack-chain">Attack Chain</h2>
<p>This brief describes a detection capability for anomalous behavior rather than a specific observed attack chain. The underlying threat involves an adversary who has gained access to a legitimate user account and then attempts to escalate privileges by executing unusual or unauthorized privileged commands.</p>
<h2 id="impact">Impact</h2>
<p>Failure to detect and respond to unusual privileged command execution by a user on Linux systems can lead to successful privilege escalation by an attacker. This can grant an adversary higher-level access to critical system functions, sensitive data, and network resources. The impact could range from unauthorized data exfiltration, system compromise, persistent backdoor installation, to complete control over the affected system and lateral movement within the network. Such incidents can result in significant financial losses, reputational damage, and regulatory penalties.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Elastic Privileged Access Detection integration and enable the <code>Unusual Process Detected for Privileged Commands by a User</code> machine learning job to detect anomalous privileged command execution.</li>
<li>Ensure Linux logs are collected by Elastic Defend or Sysmon Linux integrations, as these are prerequisites for the Privileged Access Detection rule.</li>
<li>Review specific user accounts associated with alerts from the <code>Unusual Process Detected for Privileged Commands by a User</code> rule to determine if the activity is legitimate or anomalous.</li>
<li>Examine process details, including command line arguments and parent processes, collected from Elastic Defend or Sysmon Linux when an alert is triggered, to identify potentially malicious binaries.</li>
<li>Isolate affected user accounts immediately and terminate suspicious processes or sessions as part of the remediation steps when alerts generated by this rule indicate malicious activity.</li>
<li>Conduct thorough audits of recent privileged commands executed by an alerted user to identify any unauthorized changes or actions that need to be reversed.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>linux</category><category>machine-learning</category><category>privileged-access</category><category>privilege-escalation</category><category>anomaly-detection</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>