I wanted to test my website if it can sustain strong DDoS's, but I don't know which tools could I use to simulate them in my website. What tools are used to simulate DDoS?
I found bonesi but it was last updated 2 years ago.
I wanted to test my website if it can sustain strong DDoS's, but I don't know which tools could I use to simulate them in my website. What tools are used to simulate DDoS?
I found bonesi but it was last updated 2 years ago.
There are basically three types of DDOS attacks:
----->Application-layer DDOS attack
----->Protocol DOS attack
----->Volume-based DDOS attack
> Application layer
DDOS attack: Application-layer DDOS attacks are attacks that target Windows,
Apache, OpenBSD, or other software vulnerabilities
to perform the attack and crash the server.
> Protocol DDOS attack
DDOS attack : A protocol DDOS attacks is a DOS attack on the protocol level.
This category includes Synflood, Ping of Death, and more.
> Volume-based
DDOS attack: This type of attack includes ICMP floods,
UDP floods, and other kind of floods performed via spoofed packets.
There are many tools available for free that can be used to flood a server and test the performance of server . A few tools also support a zombie network to perform DDOS .
XOIC
DDOSIM—Layer 7 DDOS Simulator
OWASP DOS HTTP POST
First you need to define what kind of attack you're trying to simulate.
Some common options include:
Next pick (or write)tools that can be used to simulate that type of attack (HTTP Load Testing programs are often used, but there are dedicated tools out there as well. I'm not going to list them - you can Google as well as I can.)
Finally, run the attacks against your environment.
This may require additional machines (for an internal test), or multiple external environments (to effectively simulate an external threat).
You should schedule and announce your test window so users are aware of the possibility of an outage. Often simulations result in actual failures.
Under NO Circumstances should you run a DoS simulation/test attack against your environment without first notifying your hosting provider. This is especially true for external / full stack tests that will be going through your provider's network.
I don't have much experience with it, but take a look at LOIC (http://sourceforge.net/projects/loic/). You'll have to setup a number of clients, but you should be able to essentially DDoS yourself.
A 'strong' DDoS attack is highly relative to your environment, and would be near impossible to replicate by yourself if we're talking about a public website and not within a controlled environment. A DoS attack is one thing, in order to simulate a real Distributed denial of service attack you need a real test-bed of botnet(s) which I'm sure you don't own (<<). It's not difficult to find a free/fee-for-all botnets that you can use with certain 'off-hacker-sites' applications, but would/should you really trust these to not do more damage than you expect? The last thing you want is being in a hacker's radar, and/or associated with a vulnerable site.
IMHO, a good DDoS will always win... specially if you don't have the good disaster recovery/business continuation plan.
This is coming from someone who's lived through a DDoS (DNS amplification attack), it's no picnic and even though it's highly exciting, it's nothing you want happened to your network/website/host.
They can sort of simulate a DDOS attack for you. They use Amazon Web Services to get a whole bunch of IPs to simulate a DDOS. Considering that most DDOS attacks use large amounts of compromised servers across various geographic areas, it would be very difficult to "simulate" a DDOS attack without being in possession of an entire global bot-net.
There are various services that can simulate a high load DOS attack though. A few resources are:
https://httpd.apache.org/docs/2.0/programs/ab.html
"ab is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows you how many requests per second your Apache installation is capable of serving."
Another solution would be to use beeswithmachineguns. It's a utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications).
Again, none of these instances will truly replicate a "real" DDOS attack because certain tactics you may use (i.e. blocking ranges of IPs) won't work against a real DDOS botnet of compromised IPs across the globe.