Forum Moderators: phranque

Message Too Old, No Replies

Have I been hacked?

Is there a 101 on security issues available?

         

Oliver Henniges

8:46 pm on Mar 23, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In the past weeks I have begun to take a closer look at my logfiles. Today I discovered this:

After the ip and timestamp of the apache log-line, there was a request starting with
SEARCH /\x90
followed by a very long sequence of
x04H\x04H\x04H\x04H\x04H...
followed by a very long sequence of
\x90\x90\x90\x90\x90\x90\x90\x90...

until finally the apache server gave a 414 error response code. Sounds like an attempt to force some sort of buffer-overflow or so, which my server seems to have handled properly.

But I also found some lines obviously incomplete and cut, which maybe indicates someone may indeed have HAD access to my webserver, deleting his traces in the logfiles?

I found the whole thing quite fascinating and would like to learn more about it. Is there any flag-worthy thread on these things here in webmasterworld? Any other general resources on the internet? What are the most common traces in my logfiles which might indicate someone is constantly trying to get access to my server?

Any URL for further studies is well appreciated. Thx in advance.

incrediBILL

6:26 am on Mar 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I see this stuff all the time so it sounds more like someone is trying various known vulnerabilities against your site to see if they can infiltrate it. If you're running any open source PHP software it would be wise to update it all ASAP.

I would check all of the files in your site and see if any of the dates have changed on files you know you haven't touched.

If it's a dedicated server, downloading and installing a root kit checker wouldn't hurt.