Smalesh
Проверенные
- Сообщения
- 6,016
- Решения
- 71
- Реакции
- 17,033
- Баллы
- 5,640
- Меценат
- #1
Our infrastructure server was hacked. Presumably using API bug in the release 0.9.8-20. The hackers then changed all installation scripts to log admin password and ip as addition to the distro name we used to collect stats.
Please check if your server IP here
>>>>>У Вас недостаточно прав для просмотра ссылок. Вход или Регистрация<<<<<
If it's there you should change admin passwords as soon as possible. Also please make sure there is no /usr/bin/dhcprenew binary installed on your server. This binary is some sort of trojan that is able to launch remote DDoS attack or open shell to your server
У Вас недостаточно прав для просмотра ссылок.
Вход или Регистрация
Красиво, однако. Троян сидит в виде /usr/bin/dhcprenew, алгорим действий
Код:
# проверяем наличие файла
file /usr/bin/dhcprenew
# грохаем его
rm -f /usr/bin/dhcprenew
# меняем пароль админа
passwd admin
# меняем пароль рута
passwd root