<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cloud-Administration-Command - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cloud-administration-command/</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, 18 Sep 2026 19:14:20 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cloud-administration-command/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Abuse of AWS Systems Manager for Remote LOLBin Execution</title><link>https://feed.craftedsignal.io/briefs/2026-09-aws-ssm-lolbin-abuse/</link><pubDate>Fri, 18 Sep 2026 19:14:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-aws-ssm-lolbin-abuse/</guid><description>Adversaries are abusing the AWS Systems Manager SendCommand API to remotely execute commands on EC2 instances by leveraging legitimate system utilities (LOLBins) to bypass CloudTrail parameter redaction.</description><content:encoded><![CDATA[<p>Adversaries are increasingly abusing the AWS Systems Manager (SSM) SendCommand API to achieve remote code execution on EC2 instances. By invoking the AWS-RunShellScript document, attackers can execute arbitrary commands without requiring SSH or RDP access to the instance. Because AWS redacts sensitive command parameters within CloudTrail logs, traditional cloud-only monitoring often fails to capture the malicious intent behind these API calls.</p>
<p>This activity allows threat actors to establish reverse shells, perform data exfiltration, or conduct lateral movement using pre-installed system utilities known as Living Off the Land Binaries (LOLBins). To effectively detect this behavior, security teams must correlate cloud-based API audit logs with endpoint process telemetry. By matching the unique SSM command ID across both data sources, defenders can uncover the actual command lines executed on the EC2 host, revealing the use of binaries such as curl, wget, socat, or python for malicious tasks.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains initial access to the AWS environment, obtaining credentials with sufficient permissions for the ssm:SendCommand action.</li>
<li>The attacker uses the AWS CLI or SDK to invoke the SendCommand API targeting a specific EC2 instance ID.</li>
<li>The request specifies the AWS-RunShellScript document, providing the malicious payload intended for execution.</li>
<li>The AWS SSM agent on the target EC2 instance receives the instruction and initiates a local shell process (typically _script.sh) to execute the provided commands.</li>
<li>The SSM agent executes the specified LOLBin (e.g., <code>curl</code> for exfiltration or <code>python</code> for a reverse shell).</li>
<li>The endpoint telemetry records the process creation, linking the execution to the parent SSM shell runner process.</li>
<li>The attacker verifies successful execution by polling the command status via the SSM ListCommandInvocations API.</li>
<li>The final objective, such as data exfiltration or persistence establishment, is achieved without direct network access to the EC2 instance.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows attackers to gain full remote control over EC2 instances, facilitating data theft, the deployment of backdoors, and deeper lateral movement within the cloud environment. This technique is particularly dangerous because it blends malicious activity with legitimate administrative traffic, complicates forensic analysis due to command redaction in cloud logs, and leverages trusted system binaries to evade signature-based detection.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the correlation of CloudTrail logs and endpoint process execution data using the SSM command ID as the primary join key.</p>
<ul>
<li>Implement monitoring for the ssm:SendCommand action in CloudTrail logs specifically focusing on the use of the AWS-RunShellScript document.</li>
<li>Enable endpoint telemetry for process creation events on all Linux-based EC2 instances to track the execution of known LOLBins.</li>
<li>Configure alerting to detect when a process creation event involving a LOLBin is spawned by an SSM-related shell process (e.g., processes running from /document/orchestration/).</li>
<li>Apply the principle of least privilege to IAM policies, restricting ssm:SendCommand permissions only to authorized identities and specific required instances.</li>
<li>Require MFA for all IAM users and roles that possess permissions to execute SSM commands.</li>
<li>Utilize VPC security groups to restrict outbound traffic from EC2 instances to prevent unauthorized data exfiltration via binaries like curl or wget.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cloud</category><category>linux</category><category>aws</category><category>living-off-the-land</category><category>execution</category><category>command-and-control</category><category>defense-evasion</category><category>cloud-administration-command</category></item></channel></rss>