T1485.001: Lifecycle-Triggered Deletion
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.[1][2][3] 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.[4][5] 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.[6]
Analyst context for executives and security teams
Lifecycle-Triggered Deletion is a cloud impact technique where an adversary with enough permissions changes an IaaS storage bucket lifecycle policy so stored objects are automatically deleted. The business risk is not just “someone deleted files”; it is that a normal cloud administration feature can be turned into delayed or broad data destruction, including against buckets that store operational data or cloud logs.
Executive priority
Treat this as a resilience and permissions-governance issue for cloud storage. Leaders should ask whether critical buckets, backup locations, and log storage have change controls around lifecycle policies; whether identities with permissions such as AWS S3 lifecycle configuration changes are limited and monitored; and whether recovery evidence exists if a lifecycle rule deletes data. This matters for business continuity, incident response readiness, audit evidence retention, and ransomware/extortion decision-making, while the ATT&CK object supports only IaaS cloud storage scope.
Technical view
For SOC, detection engineering, cloud security, and IR teams, validate monitoring for lifecycle policy creation or modification on cloud storage buckets. ATT&CK cites AWS `PutLifecycleConfiguration` / `PutBucketLifecycle` as an example path for S3. Equivalent lifecycle-management policy changes should be reviewed across supported IaaS storage services where used. Because no official ATT&CK detection text is provided, use the related detection strategy DET0041 as directional context: focus on lifecycle policy modifications that can trigger deletion, especially on high-value data buckets and buckets containing cloud logs. Relate findings to the parent technique Data Destruction and to possible log impairment/indicator removal context when log buckets are affected.
Likely telemetry
- Cloud control-plane audit logs for storage bucket lifecycle policy create, update, or delete actions
- Identity and access management records showing principals allowed to modify storage lifecycle policies
- Bucket configuration history or cloud asset inventory showing lifecycle rules, retention periods, and recent changes
- Alerts or tickets from change-management systems for approved lifecycle policy updates
- Object deletion, expiration, or retention events where available from the cloud provider
Detection direction
- Inventory which buckets have lifecycle policies and which identities can modify them; prioritize buckets holding critical data, backups, or cloud logs.
- Alert on lifecycle policy changes that shorten retention, add deletion/expiration actions, or apply broadly to all objects.
- Tune for expected administrative activity by comparing against approved change windows, change tickets, and known automation roles.
- Pay special attention to changes on log buckets, because the ATT&CK description notes this behavior may support indicator removal when cloud logs are stored in affected buckets.
- Validate whether control-plane logs are retained outside the same bucket or account boundary; otherwise the deletion mechanism may also remove evidence needed for investigation.
Mitigation priorities
- Apply User Account Management and least-privilege principles so only necessary administrators or automation roles can modify lifecycle policies.
- Require change approval and review for lifecycle rules on critical, backup, and log-storage buckets.
- Maintain Data Backup practices for critical cloud storage, with recovery paths protected from the same identities that can alter production bucket lifecycle policies.
- Use retention and recovery designs that preserve audit and security logs even if a production bucket lifecycle policy is maliciously changed.
- Regularly review lifecycle configurations for overly broad deletion rules or unexpectedly short retention windows.
Analyst notes and limits
This object is a sub-technique of Data Destruction under the Impact tactic and is scoped to IaaS. The supplied relationships identify DET0041 as a detection strategy and M1018 User Account Management plus M1053 Data Backup as mitigations. AWS S3 examples are explicitly supplied; Azure and GCP lifecycle-management references support the broader cloud storage lifecycle concept, but provider-specific detection details must be validated locally.
ATT&CK does not provide official detection text for this technique, and the supplied data does not establish active exploitation, attribution, prevalence, or guaranteed detection coverage. This take should be adapted to the organization’s actual cloud providers, bucket usage, IAM model, audit logging, retention requirements, and backup architecture.
Lifecycle-Triggered Deletion
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.[1][2][3] 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.[4][5] 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.[6]
How security teams should use this page
Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.
Related techniques
This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.
| Domain | ID | Name | Relationship / procedure |
|---|---|---|---|
| Enterprise | T1485 | Data Destruction | This object subtechnique of Data Destruction. |
All related ATT&CK context
Mitigation direction
Object version and sync metadata
The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates .
Imported snapshots across ATT&CK releases (1)
| Release | Bundle imported | Object version | Modified | Status | Raw hash |
|---|---|---|---|---|---|
| 19.1 | 1.1 | Current bundle | 3fc2072b3c1e… |
Mirrored ATT&CK source object
The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.
External references and citations
MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.
-
[1]
AWS Storage Lifecycles
AWS. (n.d.). Managing the lifecycle of objects. Retrieved September 25, 2024.
Open source URL -
[2]
GCP Storage Lifecycles
Google Cloud. (n.d.). Object Lifecycle Management. Retrieved September 25, 2024.
Open source URL -
[3]
Azure Storage Lifecycles
Microsoft Azure. (2024, July 3). Configure a lifecycle management policy. Retrieved September 25, 2024.
Open source URL -
[4]
Palo Alto Cloud Ransomware
Ofir Balassiano and Ofir Shaty. (2023, November 29). Ransomware in the Cloud: Breaking Down the Attack Vectors. Retrieved September 25, 2024.
Open source URL -
[5]
Halcyon AWS Ransomware 2025
Halcyon RISE Team. (2025, January 13). Abusing AWS Native Services: Ransomware Encrypting S3 Buckets with SSE-C. Retrieved March 18, 2025.
Open source URL -
[6]
Datadog S3 Lifecycle CloudTrail Logs
Stratus Red Team. (n.d.). CloudTrail Logs Impairment Through S3 Lifecycle Rule. Retrieved September 25, 2024.
Open source URL -
[7]
mitre-attack T1485.001Open source URL
Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.