<?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>Sabotage - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/sabotage/</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:35:19 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/sabotage/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 KMS DeleteImportedKeyMaterial for Data Sabotage</title><link>https://feed.craftedsignal.io/briefs/2026-09-aws-kms-key-material-deletion/</link><pubDate>Fri, 18 Sep 2026 19:35:19 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-aws-kms-key-material-deletion/</guid><description>Adversaries can perform immediate data destruction in AWS by invoking the DeleteImportedKeyMaterial API, rendering all data protected by external-origin (BYOK) keys inaccessible without a recovery window.</description><content:encoded><![CDATA[<p>Adversaries are targeting AWS Key Management Service (KMS) environments by invoking the 'DeleteImportedKeyMaterial' API action on customer-managed keys that rely on imported key material (Bring Your Own Key - BYOK). Unlike the standard 'ScheduleKeyDeletion' process, which enforces a mandatory waiting period of 7 to 30 days, 'DeleteImportedKeyMaterial' executes instantly. This action transitions the target key to a 'PendingImport' state, effectively ceasing all cryptographic operations. Data encrypted under these keys becomes immediately inaccessible. If the original key material is not retained by the customer, this action results in permanent data loss. This technique is observed in the context of cloud-based ransomware and sabotage operations, where attackers aim to destroy data or hold it for ransom by controlling the availability of the decryption material. Defenders must treat this action as a high-risk destructive primitive, particularly when triggered by non-service principals.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains persistence or elevates privileges within the AWS cloud environment.</li>
<li>Attacker enumerates existing KMS keys to identify those with an external origin (BYOK).</li>
<li>Attacker evaluates the target key's permissions to ensure they possess 'kms:DeleteImportedKeyMaterial' capabilities.</li>
<li>Attacker identifies critical encrypted assets (S3 buckets, EBS volumes, or RDS databases) protected by the targeted KMS keys.</li>
<li>Attacker executes the 'DeleteImportedKeyMaterial' API call against the chosen KMS keys.</li>
<li>The target key enters 'PendingImport' state, causing immediate decryption failures across dependent cloud services.</li>
<li>Attacker demands ransom or destroys the original key material to ensure the data remains permanently unrecoverable.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in the immediate, widespread outage of services relying on the affected KMS keys. Depending on the data stored (e.g., S3 buckets, RDS snapshots, Secrets Manager), this leads to critical business disruption. If the adversary destroys the externally hosted key material, the data becomes unrecoverable, causing irreversible financial and operational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Deploy the suggested detection rule for 'DeleteImportedKeyMaterial' using AWS CloudTrail logs.</li>
<li>Configure AWS Organizations SCPs to strictly limit the principals authorized to perform 'kms:DeleteImportedKeyMaterial' and 'kms:ImportKeyMaterial'.</li>
<li>Monitor for unauthorized use of these KMS APIs, focusing on non-service principals and unexpected network sources.</li>
<li>Implement robust backup and secure storage procedures for all external key material (BYOK) used within the environment.</li>
<li>Perform an audit of KMS key policies to ensure the principle of least privilege is applied to destructive administrative actions.</li>
</ol>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>cloud</category><category>aws</category><category>kms</category><category>impact</category><category>sabotage</category></item></channel></rss>