<?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 File System - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/elastic-file-system/</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, 24 Aug 2026 09:49:37 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/elastic-file-system/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>Monitoring Unauthorized Amazon EFS File System Deletion</title><link>https://feed.craftedsignal.io/briefs/2026-08-aws-efs-deletion/</link><pubDate>Mon, 24 Aug 2026 09:49:37 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-aws-efs-deletion/</guid><description>Adversaries with high-privilege access can leverage the DeleteFileSystem API to permanently destroy data, disrupt cloud-native applications, or remove forensic evidence.</description><content:encoded><![CDATA[<p>The deletion of an Amazon Elastic File System (EFS) via the <code>DeleteFileSystem</code> API is an irreversible operation that permanently removes all stored data. While legitimate lifecycle management and teardown workflows utilize this API, adversaries who have compromised cloud credentials can exploit this functionality to perform intentional data destruction, disrupt business operations, or engage in anti-forensic cleanup to impede incident response.</p>
<p>Defenders must differentiate between authorized automated infrastructure-as-code (IaC) workflows - typically originating from known service roles or CI/CD pipelines - and unauthorized manual invocations of this API. This threat is particularly critical for production environments where EFS provides shared storage for persistent applications, container workloads, and analytics pipelines. Monitoring for this event in CloudTrail is essential for detecting post-compromise activity or malicious preparation for ransomware scenarios.</p>
<h2 id="impact">Impact</h2>
<p>Successful unauthorized execution of <code>DeleteFileSystem</code> results in total loss of stored file system data. This can cause immediate service disruption for dependent EC2 instances, ECS tasks, and serverless compute workloads. Depending on the organization's backup configuration, data may not be recoverable if AWS Backup policies were either absent or intentionally disabled by the attacker prior to the deletion event.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma-compatible detection logic to SIEM platforms to monitor for <code>DeleteFileSystem</code> events, ensuring filters are tuned to ignore known CI/CD automation principals (e.g., Terraform, Pulumi).</li>
<li>Restrict the <code>elasticfilesystem:DeleteFileSystem</code> IAM permission to specific, highly privileged administrative roles and implement condition keys such as <code>aws:SourceIp</code> or <code>aws:PrincipalArn</code> to prevent unauthorized execution.</li>
<li>Enable AWS Backup for all production EFS file systems and monitor for modifications to backup plans using AWS Config or Security Hub to ensure data remains recoverable.</li>
<li>Use CloudTrail alerts to notify the Security Operations Center (SOC) of any <code>DeleteFileSystem</code> events occurring outside of established change windows or from unusual IP addresses.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>cloud-security</category><category>impact</category><category>aws</category><category>data-destruction</category></item></channel></rss>