Find the word definition

Wikipedia
Slowdroid

SlowDroid is a denial of service attack which allows a single mobile device to take down a network server requiring minimal bandwidth. The attack has been developed for research purposes by Enrico Cambiaso for the IEIIT Institute of the National Research Council of Italy and released as an Android application.

SlowDroid behavior is similar to other Slow DoS Attacks such as Slowloris, since it creates many connections with the victim in order to saturate the resources of the listening daemon application. One difference is on sent payload, which in case of SlowDroid is not compliant to a specific protocol: instead of sending a forged HTTP request, an endless sequence of spaces is sent instead. This characteristic makes SlowDroid able to target different protocols with the same payload. Another difference is on sending: during the data sending phase, instead of sending a sequence of characters as Slowloris does, SlowDroid sends a single character, hence reducing the bandwidth amounts. Finally, the main difference is on implementation: SlowDroid has been implemented to be executed on the Android mobile operating system platform.

Slowdroid was initially published on the Google Play Store. Due to developers terms of service, the application has been removed by the store and it's currently available on the researchers website.