DDOS Bots IptabLes/IptabLex
Bash commands to clean a system infected with the ELF IptabLes binary. After running these commands, system administrators are advised to reboot the system and run a thorough system inspection.
sudo find / -type f -name '.*ptabLe*' -exec rm -f {} ';'
ps -axu | awk '/\.IptabLe/ {print $2}' | sudo xargs kill -9
More Info: http://cryptome.org/2014/09/ddos-bots-iptables.pdf
http://www.akamai.com/html/about/press/releases/2014/press-090314-1.html
No comments:
Post a Comment