<?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>Elastic Stack (&gt;= 9.3.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/elastic-stack--9.3.0/</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 11:50:58 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/elastic-stack--9.3.0/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unusual Child Process Execution by Web Servers on Linux</title><link>https://feed.craftedsignal.io/briefs/2026-07-unusual-webserver-child-execution/</link><pubDate>Mon, 20 Jul 2026 11:50:58 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-unusual-webserver-child-execution/</guid><description>This detection rule identifies suspicious child process executions originating from web server processes on Linux systems, indicating that attackers may have exploited web application vulnerabilities such as command injection or remote file inclusion to establish persistence or execute malicious commands.</description><content:encoded><![CDATA[<p>This brief describes a detection mechanism designed to identify unusual child process executions spawned by web server processes on Linux systems. Attackers frequently exploit vulnerabilities in internet-facing web applications, such as command injection, remote file inclusion, or deserialization flaws, to gain initial access and establish persistence. Once a web server (e.g., Apache, NGINX, or various application servers like those based on Python, Ruby, or Java) is compromised, attackers often leverage its privileges to launch atypical child processes. These child processes might include shells, script interpreters, downloaders like <code>curl</code> or <code>wget</code>, or archive utilities, which deviate significantly from the web server's normal operational behavior. Such activity serves as a strong indicator that the system has been compromised and is being used for further malicious actions like installing backdoors, exfiltrating data, or deploying additional tooling.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Access</strong>: An attacker exploits a vulnerability (e.g., command injection, remote file inclusion, deserialization flaw) in a public-facing web application running on a Linux server.</li>
<li><strong>Web Server Process Execution</strong>: The successful exploit causes the compromised web server process (e.g., <code>nginx</code>, <code>apache2</code>, <code>php-fpm</code>, <code>java</code> for a Java application server) to spawn an unusual child process.</li>
<li><strong>Command and Scripting Interpreter Execution</strong>: The child process is typically a shell (<code>bash</code>, <code>sh</code>), a scripting interpreter (<code>python</code>, <code>perl</code>, <code>ruby</code>), or a utility designed to execute arbitrary commands.</li>
<li><strong>Payload Delivery</strong>: The newly spawned child process executes commands to download additional tools or payloads from attacker-controlled infrastructure using utilities like <code>curl</code> or <code>wget</code>.</li>
<li><strong>Persistence Establishment</strong>: Downloaded tools or executed commands establish persistence mechanisms such as web shells (e.g., in <code>/var/www/</code>), new scheduled tasks (cron jobs), modified SSH authorized keys, or system service entries.</li>
<li><strong>Lateral Movement/Data Exfiltration</strong>: The attacker uses the persistent access to perform privilege escalation, collect credentials, move laterally within the network, or exfiltrate sensitive data.</li>
<li><strong>Impact</strong>: The final objective typically involves full system compromise, data breach, or deployment of further malware such as ransomware.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation leading to unusual child process execution can result in severe consequences, including full compromise of the affected web server and potentially the broader network. Attackers can leverage the compromised web server's context to install backdoors, escalate privileges, exfiltrate sensitive data, or deploy ransomware. This can lead to significant data breaches, disruption of services, reputational damage, and financial losses. The scope of impact extends to any data handled by the web application or accessible from the compromised server. Without timely detection and remediation, attackers can establish long-term persistence and expand their control over the organization's infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &quot;Detect Unusual Child Execution by Web Server Process on Linux&quot; to your SIEM and tune for your environment to identify deviations from normal web server behavior.</li>
<li>Review the full parent-to-descendant execution chain for alerts generated by <code>process_creation</code> logs from Linux endpoints to understand the sequence of actions.</li>
<li>Correlate process start times with <code>webserver</code> access, error, reverse-proxy, and WAF logs to identify the triggering request, source IP, requested path, and signs of exploitation like command injection.</li>
<li>Examine activity under the web service account (e.g., <code>process.parent.name</code> related accounts) around the alert for suspicious file writes, new scheduled tasks, privilege escalation attempts, or unusual outbound <code>network_connection</code> logs.</li>
<li>Harden the environment by patching exploited web components, disabling unnecessary script execution from upload and web content directories, enforcing least privilege for web service accounts, and restricting outbound network access.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>persistence</category><category>execution</category><category>command-and-control</category><category>initial-access</category><category>linux</category><category>webserver</category><category>webshell</category><category>privilege-escalation</category><category>suid</category><category>sgid</category><category>threat-detection</category><category>endpoint</category></item></channel></rss>