Files
atomic-red-team/atomics/T1530/src/policy.json
T
Hare Sudhan afc471d7bc T1530 added
policy.json added

dump s3 contents
2022-08-11 02:20:23 -05:00

18 lines
333 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::redatomic-test2",
"arn:aws:s3:::redatomic-test2/*"
]
}
]
}