HELP!!! The hacker trying to hack my server

goodgbb

Well-Known Member
Aug 15, 2005
71
0
156
Thailand
He's trying to login to SSH access. He's using random ports from 40xxx to 52xxx and he's using random users. Anyway the server has auto banned his ip address.

How can I disallow all port and allow a port that I've specify to use SSH access? is it good?
Do you have some idea recommend to me? please..

Thank You So... Much!! :)

-----------------------------------------------------------------------------------
server sshd[11689]: Failed password for illegal user building
from xx.xxx.xx.xxx port 40283 ssh2
server sshd[11933]: Failed password for illegal user michele
from xx.xxx.xx.xxx port 52178 ssh2
server sshd[11935]: Failed password for illegal user brittany
from xx.xxx.xx.xxx port 52041 ssh2
 
Last edited:

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
There are many applications to protect your server including APF, BFD, and mod_security. I suggest you search this forum for information on how to secure your server.
 

Jeffa

Member
Jun 19, 2005
8
0
151
goodgbb said:
He's trying to login to SSH access. He's using random ports from 40xxx to 52xxx and he's using random users. Anyway the server has auto banned his ip address.
If it calms you down, I run a basic server and get on average, 350-400 attempts per day of users hacking my system...

I had to introduce some password rules to make it harder, but I'm yet to have a succesful hacker.. :P

And no, that's not an invitation!
 

PuReWebDev

Well-Known Member
May 18, 2004
47
0
156
Orlando, FL.
SSH Security

If you work from a static ip address, you might limit the ip address which can connect to ssh to yourself, and your datacenter.

In addition, if you want some piece of mind, make sure non of your other user have shell access, and you can also change your root password if you feel it may have been compromised.


Hope this helps.


Thanks,
PuReWebDev