cancel
Showing results for 
Search instead for 
Did you mean: 

Plusnet and my browsing history

VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Plusnet and my browsing history

Plusnet is "forced" to save my browsing history (and associated data) for at least a year, thanks to our crackpot government and (sad to say) weakness of the opposition. Knuppel

Just looking at possibilities to pollute my browsing profile & I came across an unusual site:-

Domain Tasting -- What is that?

It only shows sites registered in 2013, but even so:-

Domain name tasting is the practice of registering hundreds of domain names for the sole purpose of monitoring their marketability while taking advantage of the five-day grace period offered by the registrars.

At any time during five-day grace period, the registrar has the obligation to fully refund the registration fees upon request.   During the five-day grace period, a Return-on-Investment (ROI) analysis, conducted by the "Domainer", is used to determine whether the income produced from advertisements, placed on the parked domains' websites, are enough to warrant keeping the domains, or whether they should be returned for a full refund.

Many of the domains registered are names which were previously registered but have recently expired.   These expired, and now resurrected domains, will usually still be indexed and will still be active in search engines and/or are still referenced from other websites.   These resurrected websites continue to receive enough traffic such that advertisement money earned is enough to cover the cost of the registration.   Domains / websites that make money or at least have the potential to make money are kept all others are returned for a full refund.

The practice is controversial as these "Domainers" typically register many millions of domain names each year, use them for free, for five days, and return the unprofitable ones.   These temporary domain name registrations far exceed the number of domain names actually purchased for legitimate purposes.

Many registered domains are misspellings of popular websites.   These domain names / websites depend on internet users mistyping a popular website's name; Thus receiving visitors which were meant for other, correctly spelled, websites.

Many of these sites appear to be still active - even though the names are very weird.

I'm wondering whether running wget as a low priority background job against a random list from many thousands of domain names would count towards Plusnet's archive of my browser history? Grin

 

"In The Beginning Was The Word, And The Word Was Aardvark."

13 REPLIES 13
Web-Dude
Dabbler
Posts: 10
Thanks: 6
Registered: ‎07-04-2018

Re: Plusnet and my browsing history

Yes, I'd say so...  I had not known that wget can use HTTP / HTTPS but having some background task doing that would fill logs with DNS lookups as well as web traffic from, as you say, a series of largely useless random sites.

 

I'd definitely be interested in seeing any final scripts (although I have to admit I have started to consider doing DNS lookups via one internet connection (and servers like 1.1.1.1  9.9.9.9  and 8.8.8.8 ) while my web pages would be loaded via a VPN connection to a server overseas (not a regular VPN service, but using the free Jigsaw [1] 'run your own VPN' code).   I know the VPN would be identifiable but if it is not logging the traffic there's nothing much to find if it is examined.  Later when secure DNS lookups are possible it won't even be so easy to know what domains are being used.

 

It's not that I'm paranoid, nor doing anything illicit, but dislike the nosy 'big brother' attitude of governments, often under the guise of detecting terrorists, or protecting children, but potentially allowing any government agency to snoop.   We have had councils, in the past, overstepping the mark, and eventually those abuses have come under scrutiny, but it's creeping out from the spying level down to police and councils, yet they cannot seem to stop bank account transfer scams, not junk mail (which would cut out a heck of a lot of traffic (!))

 

Over in the US the power to inspect cloud held storage (and I believe it will be worldwide if a US company owns the storage) means their privacy is being invaded even more than ours, or has the potential to be, and without many hurdles like court orders and judicial oversight.  BICBW.

 

[1] Jigsaw is a subsidiary of Alphabet / Google and recently released open source code to provide a user with their own VPN server.  All you need after that is some hosting firm that allows you to run your own code and you have your own private VPN service...

Moderator's note by Mike (Mav): Post released from Spam Filter.

VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Plusnet and my browsing history

I did setup a script which utilised a cron job to run a script periodically against a random extract of a list of web sites which had been found to exist (using dig).

Files (in /usr/local/bin):-

domains.txt (24,543 domain names, nearly all of which exist),

getrandom-urls.sh - a script which selects 1,000 (preset) random entries from domains.txt & ignores the wget output.

 

I wonder what the effect on my router of any caching is (assuming it does so)?

That script uses a couple of uncommon features - so feel free to ask!

I've setup a dnsmasq local DNS cache which uses 1.1.1.1 - but this is transparent.

Please rename getrandom-urls.txt as getrandom-urls.sh (Plusnet don't accept .sh files).

Note:- elinks is a text only browser, although it seems to process Javascript.

 

 

"In The Beginning Was The Word, And The Word Was Aardvark."

Web-Dude
Dabbler
Posts: 10
Thanks: 6
Registered: ‎07-04-2018

Re: Plusnet and my browsing history

Glad I spotted your note about elinks...  first couple of runs ended in a flash Smiley

 

I'll be trying this out.  (I leave this Ubuntu box on as it is responding to my Thinkbroadband line quality monitor.

 

(Not sure if the Hub One could respond to pings, but if it could, I'd love to enable that...  better than having to use DMZ and leaving this Dell box on all the time.)

Browni
Aspiring Hero
Posts: 2,673
Thanks: 1,055
Fixes: 60
Registered: ‎02-03-2016

Re: Plusnet and my browsing history

The Hub One doesn't respond to pings.

I got round that by having a Now TV box in DMZ Grin

VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Plusnet and my browsing history

Why do you want your router to respond to pings?

Mine does anyway but you could use (use an appropriate ip address)

dig 192.168.1.1 in place of ping.

; <<>> DiG 9.9.5-9+deb8u15-Debian <<>> 192.168.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38884
;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;192.168.1.1. IN A

;; ANSWER SECTION:
192.168.1.1. 0 IN A 192.168.1.1

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Apr 14 17:07:52 BST 2018
;; MSG SIZE rcvd: 56

"In The Beginning Was The Word, And The Word Was Aardvark."

Browni
Aspiring Hero
Posts: 2,673
Thanks: 1,055
Fixes: 60
Registered: ‎02-03-2016

Re: Plusnet and my browsing history

For setting up a Thinkbroadband line quality monitor...
Web-Dude
Dabbler
Posts: 10
Thanks: 6
Registered: ‎07-04-2018

Re: Plusnet and my browsing history

(  Thinkbroadband line quality monitor...  )

 

Indeed.  For those unaware, I've added a screen grab from my connection (with a fixed IP from Plus.Net).

NB a few details erased from the image such as the IP and my nickname for that particular connection.

 

Thanks for the tip on using the Now TV box. 

 

Luckily I have one which is connected by a cable to the router so will be very easy to use.

Browni
Aspiring Hero
Posts: 2,673
Thanks: 1,055
Fixes: 60
Registered: ‎02-03-2016

Re: Plusnet and my browsing history

I'm not shy!

This is my live graph...

 

My Broadband Ping - Plusnet

12-3pm was streaming BBC1 Scotland over iPlayer watching Motherwell knock Aberdeen out of the Scottish Cup Thumbs_Up

I'm not using a Now TV box in DMZ anymore as I have a router that handles that ( ASUS DSL-AC88U)

VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Plusnet and my browsing history

I've started running a speedtest every 2 hours - at present I just write to a log file & produce plots on demand.

It uses several different web sites & I do record distance & ping times - but I don't plot them.

speedtest.png

 

 

 

"In The Beginning Was The Word, And The Word Was Aardvark."

Browni
Aspiring Hero
Posts: 2,673
Thanks: 1,055
Fixes: 60
Registered: ‎02-03-2016

Re: Plusnet and my browsing history

I don't see the need to reinvent the wheel when JD's Auto Speed tester can do all the legwork Tongue

VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Plusnet and my browsing history

That seems to be some kind of Windows program.

"In The Beginning Was The Word, And The Word Was Aardvark."

Browni
Aspiring Hero
Posts: 2,673
Thanks: 1,055
Fixes: 60
Registered: ‎02-03-2016

Re: Plusnet and my browsing history

10 out 10 for observation.
Browni
Aspiring Hero
Posts: 2,673
Thanks: 1,055
Fixes: 60
Registered: ‎02-03-2016

Re: Plusnet and my browsing history

0 out of 10 for lateral thinking.