Hello,
I'm looking to run a pen test against an application hosted on Amazon Web Services (AWS).
You have to request permission from AWS to run a pen test, and they basically say you can do anything other than DoS. They specifically say:
"You are prohibited from utilizing any tools or services in a manner that perform Denial-of-Service (DoS) attacks or simulations of such against ANY AWS asset, yours or otherwise. Prohibited activities include, but may not be limited to:
- Protocol flooding (eg SYN flooding, ICMP flooding, UDP flooding)
- Resource request flooding (eg HTTP request flooding, Login request flooding, API request flooding)."
Does this mean running an active scan in OWASP ZAP would be be prohibited? As I'm not sure when it is testing for injections with multiple HTTP requests would be classed as API or HTTP request flooding?
Thanks for any help!