Whats this SErver for ?? webserver ??
First off all, i will tell you to Remove this server from production, Break it and the install new OS again.
Cause : when some one entered to the server ( by any how) they might open some back door, so even though if you delete those file, still it will be infected again.
"I'm sure he didn't accessed by putting the correct password, because he didn't changed it and I've already search in the logs for ssh failures"
thats true. they dont have to change the password!! they can put some hidden script and it will make an open door for him to come any time!! and if a server is hacked, /var/log/secure log is useless,because thats the place they will hack first, and they will delete any entry related to their hacking...
if you use syslog server to remotely copy all the log to another server then you could of notice if it has been accessed by some one or not. other then that its just useless.
1. Reinstall your server.
2. Put all the data from BAckup but make sure those backup is not tampered by one 1
3. Use strong firewall to protect your server
4. Use iptables and only allow certain traifq to your server
5. use portsentry ( a free but really good software) to secure your server from IDS
6. use fail2 ban
7. If this server is webserver, dont allow direct trafiq to this server, use a reverse proxy and then from reverse proxy allow http connection to thsi server
8. use mod security to protect your apache
9 Make sure apache is not running as root user..
this are the basic. thing you can do if you dont want to pay for paid security software...
Main Topics
Browse All Topics





by: ahoffmannPosted on 2009-10-22 at 06:12:13ID: 25633706
do you probably have vulnerable web applications on that server?