Forum Moderators: open
http:/contents.conducent.com:80/BeginSession
They come from 172.197.158.162 and previously from 172.197.190.141. Both IPs owned by AOL.
The server returns 405.
It always starts with a POST to /cgi-bin/vcp.cgi followed by GET for http:/bootstraps.conducent.com:80/scripts/BootstrapServer.dll
1) What is this thing?
2) What action should I take to make it go away?
Thanks
First check if its causing any sort of desortion to your site (ie. Bandwidth etc.) and if it is and you truely want to remove it, make a .htaccess file if you already have one or made one, put this code anywhere in the .htaccess file:
<Limit GET>
order allow,deny
allow from all
deny from 172.197.158.162
deny from 172.197.190.141
</LIMIT>
and there you go! you've just banned the IP.
But the problem is this IP is from AOL. And it could be that this is not a bad IP.
What is the HTTP User-Agent string of it?
Sid
But, Not forgetting that this can be a IP actually coming from someone from AOL for some sort of use.
Its very hard Identifying a spider with its IP.
Sid
I recommend you file a complaint with AOL and send them a copy of your logs pertaining to this. Request they track down their abusive customer and terminate him.