<?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>Elastic Block Store - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/elastic-block-store/</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:31:59 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/elastic-block-store/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>AWS EC2 EBS Snapshot Exfiltration via ModifySnapshotAttribute</title><link>https://feed.craftedsignal.io/briefs/2026-09-aws-ebs-snapshot-sharing/</link><pubDate>Fri, 18 Sep 2026 19:31:59 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-aws-ebs-snapshot-sharing/</guid><description>Adversaries may exploit the ModifySnapshotAttribute API to share Amazon EBS snapshots with external accounts or the public, facilitating data exfiltration and unauthorized access to sensitive volume data.</description><content:encoded><![CDATA[<p>Attackers target Amazon Web Services (AWS) environments by exploiting the <code>ModifySnapshotAttribute</code> API to change the permissions of Amazon Elastic Block Store (EBS) snapshots. By adding external AWS account IDs or setting the snapshot attribute to <code>group=all</code> (making the volume public), adversaries can copy and mount sensitive data volumes within their own attacker-controlled AWS environments. This technique is often a precursor to broader data exfiltration or persistence operations, as it allows attackers to bypass account-level isolation and staging of stolen data. Since snapshots often contain critical system data or database backups, unauthorized access represents a significant risk to organizational confidentiality and regulatory compliance. Defenders should monitor CloudTrail logs for successful modifications to snapshot permissions that do not align with authorized internal replication workflows or backup automation.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for the unauthorized extraction of data stored within EBS volumes, which may include database contents, configuration files, and sensitive application data. Once a snapshot is shared, the data can be fully replicated to an adversary's account, resulting in a complete breach of confidentiality. Publicly exposed snapshots (<code>group=all</code>) are susceptible to automated discovery by third parties, exponentially increasing the risk of data compromise.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Implement monitoring for <code>ModifySnapshotAttribute</code> API calls in CloudTrail to identify when EBS snapshots are shared with non-authorized AWS accounts or made public.</li>
<li>Apply Service Control Policies (SCPs) organization-wide to explicitly prohibit the public sharing of EBS snapshots.</li>
<li>Use AWS Config rules like <code>ebs-snapshot-public-restorable-check</code> to automatically detect and remediate publicly accessible snapshots.</li>
<li>Restrict the <code>ec2:ModifySnapshotAttribute</code> IAM permission to only a limited set of administrative roles and enforce the use of Multi-Factor Authentication (MFA).</li>
<li>Conduct regular audits of EBS snapshot permissions to identify and remove unauthorized access entries.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>cloud</category><category>exfiltration</category><category>aws</category><category>monitoring</category></item></channel></rss>