Quote:
Originally Posted by snakes1100
ssh into server, paste in below command and hit return on the kb.
iptables -I INPUT -p tcp -s pakbugs.com -j DROP
If it gives you cmd not found, locate iptables, sometimes if your profile isnt right.
/sbin/iptables -I INPUT -p tcp -s pakbugs.com -j DROP
nano /etc/rc.local and place the above cmd into the file before the "exit 0" and save the file, will be called on any reboot to always block that hostname, regardless of ip.
|
If you have not already done so, I would suggest this. But, I'm assuming that the attack is over.