T1578.001 Create Snapshot
Sub-technique of: T1578
High-Level Description
An adversary may create a snapshot or data backup within a cloud account to evade defenses. A snapshot is a point-in-time copy of an existing cloud compute component such as a virtual machine (VM), virtual hard drive, or volume. An adversary may leverage permissions to create a snapshot in order to bypass restrictions that prevent access to existing compute service infrastructure, unlike in Revert Cloud Instance where an adversary may revert to a snapshot to evade detection and remove evidence of their presence.
An adversary may Create Cloud Instance, mount one or more created snapshots to that instance, and then apply a policy that allows the adversary access to the created instance, such as a firewall policy that allows them inbound and outbound SSH access.
Kill Chain Phase
- Defense Evasion (TA0005)
Platforms: IaaS
What to Check
- Identify if Create Snapshot technique is applicable to target environment
- Check IaaS systems for indicators of Create Snapshot
- Verify mitigations are bypassed or absent (2 known mitigations)
- Assess detection coverage (1 detection strategies)
How to Test
Manual Testing
Identify Attack Surface: Determine if the target environment is susceptible to Create Snapshot by examining the target platforms (IaaS).
Assess Existing Defenses: Review whether mitigations for T1578.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
M1047 Audit
Routinely check user permissions to ensure only the expected users have the capability to create snapshots and backups.
M1018 User Account Management
Limit permissions for creating snapshots or backups in accordance with least privilege. Organizations should limit the number of users within the organization with an IAM role that has administrative privileges, strive to reduce all permanent privileged role assignments, and conduct periodic entitlement reviews on IAM users, roles and policies.
Detection
Detection Strategy for Modify Cloud Compute Infrastructure: Create Snapshot
Risk Assessment
| Finding | Severity | Impact |
|---|---|---|
| Create Snapshot technique applicable | Low | Defense Evasion |
CWE Categories
| CWE ID | Title |
|---|---|
| CWE-693 | Protection Mechanism Failure |