Forum Moderators: DixonJones
However, I just checked my Apache logs for the first time, and was disturbed to find some entries like this:
...where the "x90" portions go on for a very, very long line.64.40.60.83 - - [17/Mar/2005:15:36:54 -0600] "SEARCH /\x90\x90" 414 364
64.40.60.83 - - [17/Mar/2005:15:37:19 -0600] "POST /_vti_bin/_vti_aut/fp30reg.dll HTTP/1.1" 401 517
64.40.60.70 - - [17/Mar/2005:19:10:50 -0600] "SEARCH /\x90\x90" 414 364
64.40.60.70 - - [17/Mar/2005:19:11:20 -0600] "POST /_vti_bin/_vti_aut/fp30reg.dll HTTP/1.1" 401 517
This looks like a targetted attack of some kind, looking for files that I fortunately don't have. As far as I know, the only way anyone would even know to try to access my home IP is by finding it in their own logs after I'd visited their site. However, I only visit "reputable" sites (weather.gov, mozilla.org, etc.) and I can't imagine that any of them are doing this.
Additionally, I've protected my web directory with .htaccess so it should be impossible for anyone to even gain the access they got without a valid username and password.
I guess my questions about this are numerous. I don't really understand what's been going on here. How might they have found my IP, how could they get past my password protection, and why would they be looking for these things? Is there anything I need to do to secure my server, and can they access my computer via my IP if I don't have Apache running?
I'll appreciate any information on this at all. I'm very puzzled by all this.
Thanks,
Matthew
This is the FrontPage Server Extension Sub-Component Buffer Overflow Vulnerability.
How might they have found my IP
how could they get past my password protection
why would they be looking for these things?
Is there anything I need to do to secure my server
Yes. you can make sure you run the latest version of all your softwares, on all devices. Turn off all unecessary services, and implement a strong firewall. Have you searched Google?
can they access my computer via my IP if I don't have Apache running?
And for a final tip. Have you searched Google?
Thanks,
Matthew
For a complete description of the codes that are put out by Apache, you can read the HTTP RFC (2616). I believe this information is also in the Apache documentation. It may seem voluminous, but it's necessary to go through it all if you really want to understand how your web server works.