ID | Name |
---|---|
T1578.001 | Create Snapshot |
T1578.002 | Create Cloud Instance |
T1578.003 | Delete Cloud Instance |
T1578.004 | Revert Cloud Instance |
An adversary may delete a cloud instance after they have performed malicious activities in an attempt to evade detection and remove evidence of their presence. Deleting an instance or virtual machine can remove valuable forensic artifacts and other evidence of suspicious behavior if the instance is not recoverable.
An adversary may also Create Cloud Instance and later terminate the instance after achieving their objectives.[1]
ID | Mitigation | Description |
---|---|---|
M1047 | Audit |
Routinely check user permissions to ensure only the expected users have the capability to delete new instances. |
M1018 | User Account Management |
Limit permissions for deleting new instances 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.[1] |
ID | Data Source | Data Component |
---|---|---|
DS0030 | Instance | Instance Deletion |
Instance Metadata |
The deletion of a new instance or virtual machine is a common part of operations within many cloud environments. Events should then not be viewed in isolation, but as part of a chain of behavior that could lead to other activities. For example, detecting a sequence of events such as the creation of an instance, mounting of a snapshot to that instance, and deletion of that instance by a new user account may indicate suspicious activity.
In AWS, CloudTrail logs capture the deletion of an instance in the TerminateInstances
event, and in Azure the deletion of a VM may be captured in Azure activity logs.[2][3] Google's Admin Activity audit logs within their Cloud Audit logs can be used to detect the usage of gcloud compute instances delete
to delete a VM.[4]