anitsh / til

Today I Learn (til) - Github `Issues` used as daily learning management system for taking notes and storing resource links.
https://anitshrestha.com.np
MIT License
77 stars 11 forks source link

Distributed Denial Of Service (DDOS) #91

Open anitsh opened 4 years ago

anitsh commented 4 years ago
anitsh commented 4 years ago

Global estimates of the total number of DDoS attacks are anticipated to double to 14.5 million by 2022, according to 2017 data from the Cisco Visual Networking Index (VNI).

What is Distributed Denial of Service Attack(DDoS)? A distributed denial-of-service (DDoS) attack is an attempt to make a system or network resource unavailable to its intended users. Although the means and motives vary it generally consists of efforts to temporarily or indefinitely interrupt a host connected to the Internet. This article reads on how to carry out a Denial-of-service Attack using Kali Linux.

DDoS attacks have been carried out by different hackers and criminals and even government agencies. This is mainly attributed to poor coding, lose patches or unstable systems. These are the factors that result in DDoS like attacks.

In a typical DDoS attack, the assailant begins by exploiting vulnerability in one computer system and making it the DDoS master. The attack master system identifies other vulnerable systems and gains control over them by either infecting the systems with malware or through bypassing the authentication controls (i.e., guessing the default password on a widely used system or device). DDoS attack normally starts when the criminal looks for the vulnerability in one system and thus making it a DDoS master. The master then looks for other vulnerabilities in the system to get access to the system, so it will either infect the system with a malware by bypassing the admin and taking control.

DDOS Tools DDOS tools are capable of putting heavy loads on HTTP servers and bring them to their knees by exhausting its resources.

GoldenEye GoldenEye is a HTTP DoS Test Tool. https://github.com/jseidl/GoldenEye

EtherApe EtherApe is a graphical network monitor for Unix modeled after etherman. Featuring link layer, IP and TCP modes, it displays network activity graphically. Hosts and links change in size with traffic. Color coded protocols display. It can filter traffic to be shown, and can read packets from a file as well as live from the network.

GoldenEye GoldenEye a python app designed for Security Testing Purpose only.

Service Tor Tor allows clients and relays to offer hidden services. That is, you can offer a web server, SSH server, etc., without revealing your IP address to its users.