Skip to content

Instantly share code, notes, and snippets.

@ritiek
Last active July 3, 2023 05:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ritiek/4d1f8790fa118f06d826ba4df0a1ca80 to your computer and use it in GitHub Desktop.
Save ritiek/4d1f8790fa118f06d826ba4df0a1ca80 to your computer and use it in GitHub Desktop.
hosts file to block all GameRanger advertisements
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
#------------------------------------------------------
# Gameranger AdBlocker
127.0.0.1 advert.gameranger.com
127.0.0.1 server.cpmstar.com
127.0.0.1 a.tribalfusion.com
127.0.0.1 t4.liverail.com
127.0.0.1 liverail.com
127.0.0.1 adotube.com
127.0.0.1 vox-static.liverail.com
127.0.0.1 cdn.liverail.com
127.0.0.1 ad4.liverail.com
127.0.0.1 ande.analogdemographics.com
127.0.0.1 adserver.adtechus.com
127.0.0.1 pagead2.googlesyndication.com
127.0.0.1 googleads.g.doubleclick.net
127.0.0.1 cc20.adotube.com
127.0.0.1 www.adotube.com
127.0.0.1 app.scanscout.com
127.0.0.1 static.scanscout.com
127.0.0.1 dc.tremormedia.com
127.0.0.1 b.scorecardresearch.com
127.0.0.1 livestre.am
127.0.0.1 65.52.240.48
127.0.0.1 activation.cloud.techsmith.com
127.0.0.1 aka.spotxcdn.com
127.0.0.1 s.c.appier.net
127.0.0.1 ad.turn.com
127.0.0.1 pixel.tapad.com
127.0.0.1 sync.tidaltv.com
127.0.0.1 x.bidswitch.net
127.0.0.1 pr-bh.ybp.yahoo.com
127.0.0.1 track.eyeviewads.com
127.0.0.1 c.eu1.dyntrk.com
127.0.0.1 pixel-a.sitescout.com
127.0.0.1 ib.adnxs.com
127.0.0.1 pix04.revsci.net
127.0.0.1 cm.g.doubleclick.net
127.0.0.1 sync.search.spotxchange.com
127.0.0.1 search.spotxchange.com
127.0.0.1 ads.intergi.com
127.0.0.1 pix.impdesk.com
127.0.0.1 dpm.demdex.net
127.0.0.1 x.bidswitch.net
127.0.0.1 c.eu1.dyntrk.com
127.0.0.1 cdn.spotxcdn.com
127.0.0.1 video.moatads.com
127.0.0.1 pixel.quantserve.com
127.0.0.1 tags.expo9.exponential.com
127.0.0.1 pixel.onaudience.com
127.0.0.1 green.erne.co
127.0.0.1 dsum.casalemedia.com
127.0.0.1 sgreen.erne.co
127.0.0.1 t.update.indexww.com
127.0.0.1 s.tribalfusion.com
127.0.0.1 a1192.casalemedia.com
127.0.0.1 delivery-europe-west-1.openx.net
127.0.0.1 sync.mathtag.com
127.0.0.1 cstatic.weborama.fr
127.0.0.1 yoigoes.solution.weborama.fr
127.0.0.1 espfx.solution.weborama.fr
127.0.0.1 cr.frontend.weborama.fr
@oiltanker
Copy link

oiltanker commented Apr 8, 2019

You should add

127.0.0.1 pixel.onaudience.com
127.0.0.1 green.erne.co
127.0.0.1 dsum.casalemedia.com
127.0.0.1 sgreen.erne.co
127.0.0.1 t.update.indexww.com
127.0.0.1 s.tribalfusion.com
127.0.0.1 a1192.casalemedia.com
127.0.0.1 delivery-europe-west-1.openx.net
127.0.0.1 sync.mathtag.com
127.0.0.1 cstatic.weborama.fr
127.0.0.1 yoigoes.solution.weborama.fr
127.0.0.1 espfx.solution.weborama.fr
127.0.0.1 cr.frontend.weborama.fr

those are ads providers in Spain

@ritiek
Copy link
Author

ritiek commented May 29, 2019

@oiltanker Done, thanks!

Copy link

ghost commented Jul 29, 2019

thanks i don't have to go insane anymore

isn't this IP going to change eventually? is there no dns friendly adress?
127.0.0.1 65.52.240.48

@ritiek
Copy link
Author

ritiek commented Jul 29, 2019

@RaTcHeT302 I only copy-pasted whatever I could sniff. So, this IP address is probably hardcoded in GameRanger and doesn't have any domain name associated with it.

Copy link

ghost commented Jul 29, 2019

ah ok

wait isn't that like a horrible security issue?

@ritiek
Copy link
Author

ritiek commented Jul 29, 2019

wait isn't that like a horrible security issue?

Like how?

@Pyromonk
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment