immediate setup to bypass these sites:
1) stop access by name
update host file
\windows\system32\drivers\etc\host (note missing extension)
set attrib -r, then edit the file and add
127.0.0.1 prq.se
127.0.0.1 b.whataboutadog.com
127.0.0.1 a.ciscering.com
save the file and set attrib +r
(nslookup 88.80.5.36 & 88.80.5.21 both ips point to prq.se)
b.whataboutadog.com ->8.80.5.21
a.ciscering.com ->209.62.20.154
2) stop access by ip-address
Unless you have fouled-up your firewall OR insist on running without one,
this should not be necessary at all. Otherwise, you can add these rules
near the top of the rule stack (to insure something else does not accidentily
allow traffic)
open your firewall and add rules
DENY out tcp/udp dest-ip 88.80.5.36 log
DENY out tcp/udp dest-ip 88.80.5.21 log
DENY in tcp/udp source-ip 88.80.5.36 log
DENY in tcp/udp source-ip 88.80.5.21 log
DENY out tcp/udp dest-ip 8.80.5.21 log
DENY in tcp/udp source-ip 8.80.5.21 log
DENY out tcp/udp dest-ip 209.62.20.154 log
DENY in tcp/udp source-ip 209.62.20.154 log
Do not add any reference to PORT(s)