Tags
CloudRansomware
ATT&CK Tactic
Impact (TA0040)
References
Last edited
May 19, 2024 10:50 AM
Status
Stub
Defenses
An attacker gains access to a S3 bucket and lists its objects (list-objects), downloads all the bucket’s objects (get-object) and finally uploads them back to the bucket with the same name to overwrite the old files - encrypted with his own KMS key (cross-account key) (put-object).
Related sequence of CT events: s3:ListObjects, s3:GetObject, s3:PutObject
It’s enough to just take 1 single object and analyze the s3:GetObject and s3:PutObject events (with KMS key in the request/response field).