<?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>Tmpfs - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/tmpfs/</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, 07 Aug 2026 15:15:19 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/tmpfs/feed.xml" rel="self" type="application/rss+xml"/><item><title>Detection of Linux Binary Execution from Shared Memory Directories</title><link>https://feed.craftedsignal.io/briefs/2026-08-linux-shm-execution/</link><pubDate>Fri, 07 Aug 2026 15:15:19 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-linux-shm-execution/</guid><description>Detection of root-level execution of binaries from volatile shared memory directories (/dev/shm/ and /run/shm/) used by threat actors for fileless persistence and forensic evasion.</description><content:encoded><![CDATA[<p>Security analysts have identified an increase in threat actors utilizing Linux shared memory directories, specifically /dev/shm/ and /run/shm/, to execute malicious binaries. These directories are backed by tmpfs, meaning they exist entirely in virtual memory and lack persistent storage on the physical disk. By staging and executing malware from these locations, attackers can maintain a footprint on high-uptime servers while effectively bypassing traditional disk-based forensic investigations. This activity is particularly concerning when performed by the root user, as it often signals the establishment of system backdoors or the final stages of privilege escalation. Monitoring for execution from these paths is a critical component of identifying stealthy post-exploitation activity on Linux endpoints.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows threat actors to maintain persistent, fileless backdoors on Linux infrastructure. Because these files do not persist on disk, detecting them requires real-time monitoring of process execution telemetry. Failure to detect this activity can lead to long-term unauthorized access, data exfiltration, and lateral movement within the environment without leaving traditional file-system artifacts for incident responders to analyze.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rules provided in this brief to monitor for process execution originating from /dev/shm/ and /run/shm/ by the root user.</li>
<li>Enable Sysmon for Linux (EventID 1) or equivalent EDR telemetry to capture process path and command-line execution data.</li>
<li>Configure SIEM alerts to filter out legitimate applications that utilize these directories for transient inter-process communication; establish a baseline of known-good software behavior to minimize false positives.</li>
<li>Incorporate these detection points into incident response playbooks for Linux post-exploitation and privilege escalation hunts.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>linux</category><category>post-exploitation</category><category>persistence</category><category>tmpfs</category></item></channel></rss>