IPRotate - Extension For Burp Suite Which Uses AWS API Gateway To Rotate Your IP On Every Request

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
IPRotate_Burp_Extension_2_example.png


Extension for Burp Suite which uses AWS API Gateway to change your IP on every request.
Description
This extension allows you to easily spin up API Gateways across multiple regions. All the Burp Suite traffic for the targeted host is then routed through the API Gateway endpoints which causes the IP to be different on each request. (There is a chance for recycling of IPs but this is pretty low and the more regions you use the less of a chance.)
This is useful to bypass different kinds of IP blocking like bruteforce protection that blocks based on IP, API rate limiting based on IP or WAF blocking based on IP etc.
Usage
  1. Setup Jython in Burp Suite
  2. Install the boto3 module for Python 2
  3. pip install boto3
  4. Ensure you have a set of AWS keys that have full access to the API Gateway service. This is available through the free tier of AWS.
  5. Insert the credentials into the fields.
  6. Insert the target domain you wish to target.
  7. Select HTTPS if the domain is hosted over HTTPS.
  8. Select all the regions you want to use.(The more you use the larger the IP pool will be)
  9. Click "Enable".
  10. Once you are done ensure you click disable to delete all the resources which were started.
If you want to check on the resources and enpoints that were started or any potential errors you can look at the output console in Burp.

The Burp UI
IPRotate_Burp_Extension_1_ui.png


Example of how the requests look
IPRotate_Burp_Extension_2_example.png


Setup
Make sure you have Jython installed and add IPRotate.py through the Burp Extension options.
IPRotate_Burp_Extension_3_setup.png


Previous Research
After releasing this extension it was pointed out that there has been other research in this area using AWS API Gateway to hide an IP address. There is some awesome research and tools by @ustayready @ryHanson and @rmikehodges using this technique.
Be sure to check them out too:
https://github.com/ustayready/fireprox
https://github.com/rmikehodges/hideNsneak
Download IPRotate_Burp_Extension
 
Top Bottom