Detect Possible DDOS Attack
The following bash script can be used to detect the number of http/https connections for each unique IP address. Uncomment the line for “iptables” to automatically block any IP exceeding the desired value (10 in this example) in the system firewall (Linux only). A quick and dirty way to block unwanted request hits against your Read More …