| name | T1485.001_lifecycle-triggered-deletion |
| description | Adversaries may modify the lifecycle policies of a cloud storage bucket to destroy all objects stored within. |
| category | business-logic |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1485.001","impact","iaas","sub-technique"] |
| technique_id | T1485.001 |
| tactic | impact |
| all_tactics | ["impact"] |
| platforms | ["IaaS"] |
| mitre_url | https://attack.mitre.org/techniques/T1485/001 |
| tech_stack | ["cloud"] |
| cwe_ids | ["CWE-400"] |
| chains_with | ["T1485"] |
| prerequisites | ["T1485"] |
| severity_boost | {"T1485":"Chain with T1485 for deeper attack path"} |
T1485.001 Lifecycle-Triggered Deletion
Sub-technique of: T1485
High-Level Description
Adversaries may modify the lifecycle policies of a cloud storage bucket to destroy all objects stored within.
Cloud storage buckets often allow users to set lifecycle policies to automate the migration, archival, or deletion of objects after a set period of time. If a threat actor has sufficient permissions to modify these policies, they may be able to delete all objects at once.
For example, in AWS environments, an adversary with the PutLifecycleConfiguration permission may use the PutBucketLifecycle API call to apply a lifecycle policy to an S3 bucket that deletes all objects in the bucket after one day. In addition to destroying data for purposes of extortion and Financial Theft, adversaries may also perform this action on buckets storing cloud logs for Indicator Removal.
Kill Chain Phase
Platforms: IaaS
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Lifecycle-Triggered Deletion by examining the target platforms (IaaS).
-
Assess Existing Defenses: Review whether mitigations for T1485.001 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
-
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Remediation Guide
M1018 User Account Management
In cloud environments, limit permissions to modify cloud bucket lifecycle policies (e.g., PutLifecycleConfiguration in AWS) to only those accounts that require it. In AWS environments, consider using Service Control policies to limit the use of the API call.