General

Linux DDoS attack detection

DDoS attacks are unfortunately no longer a rarity. Nowadays, a server can be attacked with little effort. To determine whether your own server is currently under attack, you can use the following commands: netstat -anp |grep 'tcp\|udp' [...]