Hi,
Our logs record the following information. The site "www.xn58.com.cn" doesn't exist as an IIS entry or DNS record pointing to the server hit.
The hits generate 404 errors which are logged.
Request.ServerVariables("server_name") = www.xn58.com.cn
Request.ServerVariables("SERVER_NAME") = www.xn58.com.cn
Request.ServerVariables("query_string") = 404;http://www.xn58.com.cn/index.php
Request.ServerVariables( "remote_addr" ) = 83.220.55.129
Request.ServerVariables("LOCAL_ADDR") = 192.168.1.9
Request.ServerVariables("HTTP_X_FORWARDED_FOR") = NULL
Request.ServerVariables("HTTP_USER_AGENT") = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.3 (build 01218))
Let me know if you any further info...
Andy