Hi everyone. I have been a lurker on the forums here getting some useful information for different projects that I have been currently working on.
I setup a Centos 5 box at my house which I am starting to learn how to configure things, secure, get apache running, FTP server, ssh, etc. One of these was to make sure I secure the server from unwanted intruders.
Since I have apache and VSFTPD running with secure username and password, along with root password, I wanted to check on my access and error logs to see who was attempting to get into these services. There is no domain name set for this IP address yet so it would all be based on IP scanning.
Anyways, I wrote a bash script to email me the httpd access and error logs every day so I can see the traffic. I started noticing people trying to look for the "easy" hacks. When I wrote my IPtables script, i created a DENY_HOSTS variable that I can add IP's to so I can explicitly block traffic from particular people.
I started adding these unauthorized attempts to my DENY_HOSTS variable one by one. The problem I am running into is this is not scalable as I cannot keep adding IP addresses to this script to block traffic.
So my question is, how concerned do i need to be about these unauthorized attempts? I don't have anything running on the apache server right now, just the default webpage that apache loads. Also vsftpd is locked down to an unprivlidged system user account and you cannot get out of their home directory.
Thanks
-Josh



Reply With Quote


Bookmarks