This script will audit your S3 buckets and flag those with configuration that might cause you to be the next Dow Jones.
- Clone this gist -
git clone https://gist.github.com/8bfcd7096558044dc84689ac05575fa8.git im-not-dow-jones
- Change into the newly created directory -
im-not-dow-jones
- Install the dependencies -
pip install -r requirements.txt
- Setup your AWS credentials -
aws configure
(The account will need full access to your S3 buckets) - Set the excute bit on the script -
chmod +x im-not-dow-jones.py
- Run the script -
./im-not-dow-jones.py > s3-audit.csv
I am not associated with Dow Jones. This script is not endorsed by Dow Jones. I'm sure Dow Jones wish they had a script like this last month.
I am not responsible if you experience a data breach before, during or after running this script. Your security is your responsibility. This script it designed to assist you in finding issue, but it isn't designed to be full proof.