THE DFIR BLOG
Menu

Incident Response Forensics

AWS CLI

9/21/2019

 
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.



Comments are closed.

    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

  • Infosec
  • Mac Forensics
  • Windows Forensics
  • Linux Forensics
  • Memory Forensics
  • Incident Response
  • Blog
  • About Me
  • Infosec
  • Mac Forensics
  • Windows Forensics
  • Linux Forensics
  • Memory Forensics
  • Incident Response
  • Blog
  • About Me