Skip to main content
eBay

Click Bot Reports

(1 of 90)
Click Bot Reports
Jan 10, 2012 05:44 PM

Alert:

192.114.71.13

22811 clicks since Jan 1 (first appearance)

No sales so far.

 

 

December 2011

Top Ten IPs that clicked thru to eBay but didn't buy anything.

 

IP, Click count

82.80.249.249, 2008

66.96.226.52, 1669

109.230.213.188, 1564

31.214.145.121, 1329

173.193.216.83, 1311

46.17.97.134, 1142

85.25.95.90, 917

199.19.107.192, 890

61.191.191.142, 737

80.243.191.114, 734

 

Block the clicks in your redirector.

If you allow the bots to scrape your site you won't lose any search engine listings associated with the bot.

 

 

 

Starting May 1—get up to 2,500 FREE listings* every month with an eBay Stores subscription

eBay has reduced the upfront cost to sell for Store sellers! With eBay’s new everyday rate plans, you get from up to 150 to 2,500 FREE listings* per month—no insertion fees, auction-style or fixed price—with an eBay Stores subscription. You pay a final value fee only when you sell! Plus, the final value fees for Stores have been streamlined to just 5 competitive category-based rates as low as 4%—and never more than 9%—regardless of how you sell.

Learn more about everything eBay Stores have to offer, then use the Fee Illustrator to find the best Store option for you! Watch this tutorial to learn how.

*Pay no insertion fees for your allotted free listings per calendar month. Optional fees, including advanced listing upgrades and supplemental service fees, still apply. Pay final value fees only when you sell. Motors Vehicles, Real Estate, Heavy Equipment, Concession Trailers & Carts, Imaging & Aesthetics Equipment and Commercial Printing Presses are excluded. 12 free pictures does not apply to Motors Vehicles listings. Terms are subject to change. Learn more.

Click Bot Reports

(89 Replies / 33,208 Views)
Click Bot Reports
Jan 10, 2012 05:44 PM

Alert:

192.114.71.13

22811 clicks since Jan 1 (first appearance)

No sales so far.

 

 

December 2011

Top Ten IPs that clicked thru to eBay but didn't buy anything.

 

IP, Click count

82.80.249.249, 2008

66.96.226.52, 1669

109.230.213.188, 1564

31.214.145.121, 1329

173.193.216.83, 1311

46.17.97.134, 1142

85.25.95.90, 917

199.19.107.192, 890

61.191.191.142, 737

80.243.191.114, 734

 

Block the clicks in your redirector.

If you allow the bots to scrape your site you won't lose any search engine listings associated with the bot.

 

 

 

Page: 3 of 4
Last Post
by helios825 (14 ) View Listings
(48 of 89)
Re: Click Bot Reports
Jul 13, 2012 08:45 PM

Most likely bots. Maybe offline readers or read ahead cachers other automated tools.

 

Baidu is an aggressive harvester, but I think it honors robots.txt. I've never seen real searches referred from there, but it's data might feed search sites that your users visit. Put your PHP redirector in the robots.txt file.

 

 

 

 

 

 

 

 

 

 

 

 

 


(49 of 89)
Re: Click Bot Reports
Jul 13, 2012 08:57 PM

@clickimusprime

 

Thank you, not sure what you mean by "Put your PHP redirector in the robots.txt file" ???

 

I usually block bots with RewriteCond or deny from IP in htaccess.

(50 of 89)
Re: Click Bot Reports
Jul 13, 2012 10:35 PM

whatever your php redirector page is (auction.php, redirect.php, etc), add it to robots.txt - bots that respect the file won't click your redirector.  robots.txt isn't a blocker, it's a directive to bots.

 

QCT and other redirectors deal with clicks after the fact, robots.txt tries to prevent them up front. You don't need special knowledge of the bot (such as IP). That should filter out respectable bots and leave you to address the violators.

 

 


(51 of 89)
Re: Click Bot Reports
Jul 13, 2012 11:42 PM

Thank you I understand, I usually try to stay away from robots.txt because I have many sites and editing each one by hand is a pain.

 

Interested thing I am seeing on several sites with the campaign getting hit with bots:

 

Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)

 

207.46.199.39
65.52.108.20

 

2 most current IP's but there are more, check out with Bing Bot IP list.

 

This user agent is the Bing Bot (supposedly), but I see it clicking eBay links from tools other than PhpBay (those not tracked) several times

 

This is a problem if Bing Bot can't be blocked and it starts clicking links, never saw it do that before

(52 of 89)
Re: Click Bot Reports
Jul 14, 2012 09:54 AM

I see it clicking eBay links from tools other than PhpBay (those not tracked) several times

 

How are you seeing the clicks if they aren't tracked? EPN doesn't provide UA/referrer data.

 

When we talk about clicks here, we mean they load your page (OK) and then click/open the eBay links on the page, inflating your click count (not OK). For standard rover links, the page load appears in your webserver log, the click does not.

 

You can't block bing entirely without losing your listings on Bing search.

 

 


(53 of 89)
Re: Click Bot Reports
Jul 14, 2012 10:09 AM

When I say I see it clicking links I can see them in the visitors log, the url is shown and it is the eBay strings from one of my tools.

 

So what you are saying is that just because that is the page Bing is on, does not mean they successfully clicked that link?

 

Last time by seeing those eBay string url's in latest visitors I was able to identify the GSFL bot as being the culprit and once I blocked him all clicks stopped.

 

I know I can't block Bing, and I doubt that that is even the issue, but I just thought it weird that Bing has been seen around several of my sites at those ebay links.

 

I am at a loss, checking all sites, yesterday's click count almost 600. Cannot see anything unusual in traffic.

 

I am going to get rid of all other tools but PhpBay so I can see QCT counts, that might be the only way to identify the IP

(54 of 89)
Re: Click Bot Reports
Jul 14, 2012 11:47 AM

When I say I see it clicking links I can see them in the visitors log, the url is shown and it is the eBay strings from one of my tools.

 

Not sure what you meant by that. Web logs show page requests not clicks. If you display a link like  http://rover.ebay.com/etc on your page, and a user clicks it, the webserver does not track that unless you have click tracking setup in javascript

 

So what you are saying is that just because that is the page Bing is on, does not mean they successfully clicked that link?

 

Right. Unless you are compelling them to click somehow, or forcing the click, which are TOS violations.

 

Sequence is like this with no click tracking

- page request (logged)

- display http://rover.ebay.com/etc

- user clicks

- client sends user to eBay

(eBay tracks click)

 

With javascript click tracking

- page request (logged)

- display http://rover.ebay.com/etc

- user clicks

- javascript executes and sends tracking data to a server (same server or third party)

- client sends user to eBay

(most bots never click, they request the link directly from eBay, EPN tracks it as a cllick because they can't tell it isn't, and your click tracker never fires)

 

With redirector script

- page request (logged)

- display http://myserver/redirector.php?item=etc

- user clicks

- client sends user to local redirect script (logged)

- the redirect script checks for bot and blocks or modifies links as needed

- the redirect script logs click data to file or database

- the redirect script sends redirect to client

- client sends user to eBay

(Bots can't click straight thru to eBay on redirect links. All clicks go thru redirector, where you can block them in a variety of way, or pass them thru without roverizing. Installing a redirect script should result in a quality improvement.)

 

It's unlikely that a bot is clicking only the direct-to-ebay links and not the PHPbay links. So your bots are probably already logged in your QCT logs.

 

Not sure what level of reporting QCT provides, but if you can get click counts by IP address, you'll have a list you can use to spot the top clickers, the top level of which is your bots. If you have 4 items per page, bots will click all four. Users will click one.

 

Include the client IP in the customid. Then you can use customid to compare the click counts from QCT with the sales in the EPN transaction log. IPs that click a lot and never buy anything are bots (or chronic window shoppers). You should look back a month, not excluding very recent clicks where the eBay sales may not have closed yet. Block the IPs of the high clickers, no sales and any IPs that QCT flagged as bots. That should block those bots from clicking the direct-to-ebay links.

 

 


(55 of 89)
Re: Click Bot Reports
Jul 14, 2012 12:47 PM

@ clickimusprime

 

Thank you for all your help I appreciate it.

 

It's unlikely that a bot is clicking only the direct-to-ebay links and not the PHPbay links. So your bots are probably already logged in your QCT logs.

 

See this is why I am stumbled, yes QCT does record IP

 

In the last 7 days I see 149 total clicks on QCT with only 5 IP's recording more than on click

 

99.9.74.100   x 8
74.200.34.3 x 7  
173.51.5.71  x 6 
66.226.74.85  x 5 
98.183.233.91 x 5

 

all the rest are different IP's with at most 2 clicks each (which according to QCT developer is normal to see)

 

BUT

 

On EPN I am have these stats, most clicks on same campaign where I use other than PhpBay and no click tricking

 

Date, clicks

7/8/12    358   
7/9/12     293   
7/10/12   270   
7/11/12    257   
7/12/12    290   
7/13/12    563   
7/14/12    164

 

As you can see today EPN is allready showing 164 clicks and QCt only showing 10, all with different IPs (normal users)

 

But, unlike before when I have been able to go to Latest Visitors logs in Cpanel and see bots, like GSFL, and other suspicious mass visitors and easily block them, this time I do not see any strange activity in those logs.

 

Seems only way to fix this for good is to change everything to PhpBay and be able to track ALL clicks

 

Is it possible that there is a bot or activity that will not record in latest visitors?

(56 of 89)
Re: Click Bot Reports
Jul 15, 2012 12:24 PM

Is it possible that there is a bot or activity that will not record in latest visitors?

 

Yes, I mentioned that several times. This is the common bot effect.Basic web logging records page views not clicks. Outclick trackers only record events that occur on your website. Bots don't click, and they don't do thru your website unless you force them to (redirector) - they just fetch the page, extract all the links, fetch link, fetch link, etc.

 

http://www.devbistro.com/articles/Misc/Implementing-Effective-Web-Crawler  (see pseudocode)

 

http://en.wikipedia.org/wiki/Web_crawler

 

 


(57 of 89)
Re: Click Bot Reports
Jul 15, 2012 08:53 PM

Recent increase in bots using SwiftFox browser (firefox variant).

 

Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.7) Gecko/20060914 Firefox/1.5.0.7 (Swiftfox)

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070225 Firefox/2.0.0.2 (Swiftfox)

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1pre) Gecko/2008062222 Firefox/3.0.1pre (Swiftfox)

 

Don't see any legitimate traffic year-to-date using this browser.

 

 

 

 


(58 of 89)
Re: Click Bot Reports
Aug 4, 2012 02:38 AM

Here is a bot that just hit me: ezooms bot.  Information about it on the following webpage (not affiliated with me, it just summarises the info about the bot well):  http://graphicline.co.za/blogs/what-is-ezooms-bot

(59 of 89)
Re: Click Bot Reports
Aug 4, 2012 03:38 AM

Here is a bot that just hit me: ezooms bot.  Information about it on the following webpage (not affiliated with me, it just summarises the info about the bot well):  http://graphicline.co.za/blogs/what-is-ezooms-bot

 

Yeah, it's nice when distasteful bots politely identify themselves via the user-agent string. Makes it easy to block 'em if necessary. No need to futz around with robots.txt requests.

 

 



[Some Handy Aggregated Reference Info for ePN Affiliates and eBay Developers]

(60 of 89)
Re: Click Bot Reports
Aug 4, 2012 07:54 AM

I block anything that has "bot" in the UA after applying a few exceptions.

 

ezooms is an anagram for seomoz btw

 

 


(61 of 89)
Re: Click Bot Reports
Aug 5, 2012 12:20 AM

Interesting, re: SEOMoz being Ezooms,

 

I have been hit by Ezooms like crazy on many sites, I have blocked it.

(62 of 89)
Re: Click Bot Reports
Sep 11, 2012 10:15 PM

192.114.71.13 still top offender. subnet is now blocked permanently, no further reporting on that one. Israel, picscout

27.153.187.70 new chinese offender last three days.
related to click spike thread? - "EPN Clicks 30% Higher"
Spoofs multiple agents

Abusive bots by IP:
124.115.1.60
4.79.204.36
91.218.245.253
194.44.170.227 <-- googlebot spoof?
141.105.65.68
124.115.1.62
91.237.249.91
109.254.6.14
193.107.17.247
218.93.127.117

IPs using GoogleBot agent, but maybe spoofing
http://www.projecthoneypot.org/ip_46.232.228.188
http://www.projecthoneypot.org/ip_194.44.170.227
http://www.projecthoneypot.org/ip_72.167.131.129
http://www.projecthoneypot.org/ip_79.180.192.40
http://www.projecthoneypot.org/ip_95.211.190.89

Nothing good can come of these UAs:
OffByOne: Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4





(63 of 89)
Re: Click Bot Reports
Sep 12, 2012 04:20 AM

Thanks for the update, clickimus.

 

Googlebot spoofing: I've been under the impression that when comes a legit-looking Googlebot UA, if it's not coming from an IP that reverse looks-up from *.googlebot.com (and also does so via forward lookup), then it's a false UA. What do you think?

 

Actually, 1 exception I noticed are visits from *.1e100.net , seemingly a legit Google domain.

 

 



[Some Handy Aggregated Reference Info for ePN Affiliates and eBay Developers]

(64 of 89)
Re: Click Bot Reports
Sep 12, 2012 07:05 AM
That makes sense and is how I selected the IPs I listdd for gbot, excludjng the commonly used subnets. I just started looking into the gbot spoofers and haven't looked into each range much. What's the IP range for 1e100.net?


(65 of 89)
Re: Click Bot Reports
Sep 13, 2012 12:50 AM

Just had a closer look at my logs for the last few months, checking for visits from *.1e100.net

Saw visits from roughly these ranges:
209.85.224.0/25
74.125.44.0/24 thru 74.125.191.0/24

Mostly these UAs:

Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=xxxxxxxxxxxxxxxx)

 

Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0


Mozilla/5.0 (en-us) AppleWebKit/534.14 (KHTML, like Gecko; Google Wireless Transcoder) Chrome/9.0.597 Safari/534.14


AppEngine-Google; (+http://code.google.com/appengine; appid: xxxxxxxxxxxx)

Looks like it's a Google proxy of some kind, maybe handling classic-mobile browsing. Might be: http://google.com/gwt/n



[Some Handy Aggregated Reference Info for ePN Affiliates and eBay Developers]

(66 of 89)
Re: Click Bot Reports
Sep 13, 2012 09:01 AM

Yeah, the transcoder is that proxy for mobile devices. But it doesn't identify as googlebot. The ones I indicated as spoofing are actually using the GoogleBot UA.

 

The 209 traffic comes in with a lot of referrers, sometimes off bing and yahoo. I have some sales from that range so there's probably employee or customer traffic on those subnets.

 

I see over 500 distinct IPs last month from those ranges, 8 of which were flagged as bots (high volume, no purchases), and 8 that bought items. Some had multiple agents, so maybe a proxy?  I'll look at that some more when I have some time.

 

I'm not blocking the bots, just excluding them from my reports.

 

 


(67 of 89)
Re: Click Bot Reports
Sep 13, 2012 10:44 PM

Whoops, my bad. That's right, we were talking Googlebot UAs per se.

Coulda sworn I saw that (UA=Googlebot + IP=*.1e100.net) in my alerts/reports somewhere. Was probably an isolated case I'm vaguely remembering. Will keep an eye out.



[Some Handy Aggregated Reference Info for ePN Affiliates and eBay Developers]

(68 of 89)
Re: Click Bot Reports
Sep 15, 2012 09:06 AM

OK more info:

 

The real googlebots I see are resolving to googlebot.com and using the UA: "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"

 

The active fakes are using the same UA or just "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" and coming from RIPE

 

There are a few single clicks as well, but those are probably just developers simulating googlebot that forgot to change their UA back or something similar. (Canada, US)

 

The three main fake googlebot IPs from last month are:

194.44.170.227 Ukraine

46.232.228.188 Germany

95.211.190.89 Netherlands

 

 

 

 

 

 

 

 

 

 


(69 of 89)
Re: Click Bot Reports
Sep 16, 2012 07:37 AM

 

Re: 195.234.136.80 Multiple agents

 

Thanks for the periodic bot-IP updates, for sure. ... Just 1 thing about that 2nd IP: seems that IP block is registered to eBay (DE) itself. Maybe they have some kind of probing server running?

 

Ever hear anything back from EPN on this?

I was going back thru my click blocking script and reviewing sales and find that I had a couple small sales in April from this IP. Maybe a proxy of some sort?

 

 

 


(70 of 89)
Re: Click Bot Reports
Sep 17, 2012 03:25 AM

Ever hear anything back from EPN on this?

 

eBay DE clicks: Nope, nothing. I never really pressed the issue actually; too much other stuff goin' on.

Googlebot spoofing: saw that Ukraine IP myself; on the blocklist.



[Some Handy Aggregated Reference Info for ePN Affiliates and eBay Developers]

(71 of 89)
Re: Click Bot Reports
Sep 24, 2012 06:49 AM

Henan province, China seems to be the province assigned to attack the US. After reading some comments elsewhere about the bot using 23GB of bandwidth, I decided to block Henan.

 

Here's the list of subnets courtesy of http://ipindex.homelinux.net/index.php and http://apnic.net

You can search for subnets by description or netname on the ipindex page.

 

China Unicom Henan province networks

42.224.0.0/12

61.52.0.0/15
61.54.0.0/16
61.158.128.0/17
61.163.0.0/16
61.168.0.0/16
115.48.0.0/12
123.4.0.0/14
123.8.0.0/13
125.40.0.0/13
182.112.0.0/12
202.110.64.0/18
218.28.0.0/15
219.154.0.0/15
221.13.128.0/17
222.136.0.0/13

 

And another active click network in China...

 

CHINANET Shanxi(SN) province network

124.114.0.0/15

 

 


Pages: 4 - [ Previous | 1 2 3 4 | Next ]
To the top