Use AWS Config To Hunt Public S3 Buckets
This post covers using AWS Config as a starting point to find public s3 buckets in your organization.
This post covers using AWS Config as a starting point to find public s3 buckets in your organization.
Use AWS Config to locate AWS resources
This post covers how to secure an S3 bucket serving content through Cloudflare
This site now uses CloudFlare
AWS CloudWatch enables monitoring and alerting on cloud events.
AWS Security Hub eases the pain of cloud monitoring
Help protect APIGW from attackers with AWS WAF
AWS CloudTrail is the cornerstone of cloud SECOPS
The Problem Secure file sharing using AWS S3: I upload a file to an S3 bucket with restricted permissions The client downloads the file and processes it The client uploads the results to the S3 bucket I download the processed file and the transaction is complete I thought setting the permissions on the bucket would be enough. I was wrong. The Setup I use a federated login to AWS and assume a role under a corporate account....