Forum Moderators: phranque
Today I found a 404 error involving a request for this file Msxml2.XMLHTTP from a source in Spain (Madrid) - not an expected source. Although I searched Webmaster.com for this file name, I did not find any topics that discussed if it might be related to hackers.
Would someone help me understand if requests for Msxml2.XMLHTTP are legitimate, or a potential threat.
Thank you
MSxml2.XMLHTTP is the name of a DOM function in Microsoft browsers. It's the name of the Javascript object needed to make AJAX requests.
Why anybody would use this as a URL, though, I dunno.
I suppose this could be an exploit for some popular server-side software that just happens to use this as the URL for some request. Normally, though, one would use a URL that is descriptive of the data being requested.
I wouldn't worry about it, in any case. Since you are 404ing it, it obviously isn't doing any harm. If it's an exploit, it's not effective, because you don't have the software that it is targerting. The exploits you have to worry about are the ones you DON'T 404. ;)