Hey everybody I want to let you know that I have undertaken the grueling task of getting the heck away from WordPress. I was so sick of the problems and updates I had to do all the time. I am now using my ezbloo system and I am integrating all my old posts into the new system. It sucks, but in the end, I will save bundles of time. I needed to keep things simple and that is why I created ezbloo. I'll have more on this later for you guys after I am done with the total integration of my old posts here. So if you are looking for a post and need it faster, shoot me an email and I will make it a priority. [email protected]

Find out what IP addresses are connected to your server.
sudo apt-get install net-tools -y

Check Server Load

Be sure to check when everything is running normally, so you have a base number to compare it to.
grep processor /proc/cpuinfo | wc -l

Checking Your Network Load

We need to install nload for this operation. There are other tools but this is the one we use.
sudo apt-get install nload -y

Cent OS Command

sudo dnf install nload -y

Running The Tool

In order to run the tool use this command.
nload

Find Out What IP addresses Are Connected To Your Server

netstat -ntu|awk '{print $5}'|cut -d: -f1 -s|sort|uniq -c|sort -nk1 -r
If you see an ip address that has numerous connections they are the ones responsible for the attack. Block them by entering this command.
sudo route add IP-ADDRESS reject
Image by Bruno /Germany from Pixabay Image by OpenClipart-Vectors from Pixabay