Digital Forensics and Incident Response | DFIR
  • Blog
  • Infosec
  • Windows Forensics
  • Mac Forensics
  • Memory Forensics
  • Incident Response
  • CISSP

AWS CLI

9/21/2019

0 Comments

 
List all the AWS S3 Buckets
​aws s3api list-buckets --query "Buckets[].Name"

See if you can get a response from an AWS endpoint
​ curl <ip:port> -s | xmllint --format -

Access Public S3 Bucket:
​ aws --endpoint <url:port> --no-sign-request s3 ls s3://public

you can use 'cp' command to copy the data to your local machine.


0 Comments



Leave a Reply.

    Archives

    April 2020
    September 2019
    August 2019
    July 2019
    June 2019
    April 2019
    February 2019
    March 2018

    Categories

    All
    Aws
    Cloud
    Dfir
    Incident Response
    Linux
    Recon

    RSS Feed