Compare commits

...
35 Commits
Author SHA1 Message Date
Steven Black ee8868cb65 Release 3.2.4 2020-11-19 09:15:42 -05:00
Steven Black d9273762bf Issue #1465: add opengapps.com. 2020-11-19 09:14:45 -05:00
Steven Black 88ca32af94 Release 3.2.3 2020-11-16 14:09:42 -05:00
Steven Black 372c65f703 Updates from yoyo.org, URLHaus, digitalside.it, KADhosts, hostsVN, and AdAway. 2020-11-16 14:09:11 -05:00
Steven Black 2e115c35d2 Issue #1463: fix — remove problem domain. 2020-11-16 14:00:18 -05:00
Steven Black 43ac279435 Release 3.2.2 2020-11-15 13:44:59 -05:00
Steven Black e200e600d5 Updates from URLHaus, digitalside.it, KADhosts, Badd-Boyz, and AdAway. 2020-11-15 13:44:41 -05:00
Steven Black de32eb3d33 Issue #1463: fix — add diacritics.com subdomains. 2020-11-15 13:35:04 -05:00
Steven Black af9cc115a9 Issue #1464: fix — force a new line prior to the End comment statement. 2020-11-15 13:32:36 -05:00
Steven Black ac175ae7ac Release 3.2.1 2020-11-14 11:05:33 -05:00
Steven Black 048e83221b Updates from clefspeare13, yoyo.org, URLHaus, digitalside.it, KADhosts, and AdAway. 2020-11-14 11:05:14 -05:00
Steven Black 8d617d299e Release 3.2.0 2020-11-10 15:18:46 -05:00
Steven Black f6f5a6c6a6 Updates from URLHaus, someonewhocares.org, digitalside.it, KADhosts, hostsVN, and AdAway. 2020-11-10 15:18:19 -05:00
Steven Black 91b00d9ff7 Issues #1455, #1403, #1367 and others: remove malwaredomainlist from the repo. 2020-11-10 15:12:06 -05:00
Steven Black 193c668aeb Release 3.1.5 2020-11-08 20:42:54 -05:00
Steven Black 881fa64e6d Updates from yoyo.org, URLHaus, tiuxo, someonewhocares.org, digitalside.it, KADhosts, and AdAway. 2020-11-08 20:40:41 -05:00
Steven Black b72648459c Release 3.1.4 2020-11-03 10:55:45 -05:00
Steven Black bc05e49afa Updates from yoyo.org, URLHaus, digitalside.it, KADhosts, hostsVN, and AdAway. 2020-11-03 10:55:25 -05:00
Steven Black e90044563d Release 3.1.3 2020-11-01 15:42:07 -05:00
Steven Black 59d57e910d Updates from yoyo.org, URLHaus, someonewhocares.org, digitalside.it, KADhosts, hostsVN, and AdAway. 2020-11-01 15:41:21 -05:00
Steven Black f109912442 Remove inactive domains. 2020-11-01 15:30:08 -05:00
Steven Black 833e3f8ef5 Merge pull request #1446 from XhmikosR/patch-2
Create codeql-analysis.yml
2020-10-31 16:34:23 -04:00
Steven Black 38abfff268 Merge pull request #1445 from XhmikosR/patch-1
CI: add Python 3.9
2020-10-31 16:29:57 -04:00
XhmikosR dea68fc51d Create codeql-analysis.yml 2020-10-31 18:58:49 +02:00
XhmikosR c95763d3e1 CI: add Python 3.9 2020-10-31 18:38:40 +02:00
Steven Black 422ce949c7 Bump release-it package to v14.2. 2020-10-29 10:52:36 -04:00
Steven Black bc0b418251 Release 3.1.2 2020-10-29 10:51:18 -04:00
Steven Black b5da9af576 Updates from clefspeare13, fakenews, yoyo.org, URLHaus, someonewhocares.org, digitalside, mvps.org, KADhosts, hostsVN, and Badd-Boyz. 2020-10-29 10:50:43 -04:00
Steven Black 1cd35b6c75 Issue #1437: add gameads.io domains. 2020-10-23 15:00:12 -04:00
Steven Black b021448cfe Reapply the commit for Issue #1433. 2020-10-20 11:41:39 -04:00
Steven Black 079471f39a Release 3.1.1 2020-10-19 19:54:09 -04:00
Steven Black d8591c3294 Updates from clefspeare13, yoyo.org, URLHaus, someonewhocares.org, KADHosts, Badd-Boyz, and AdAway. 2020-10-19 19:53:35 -04:00
Steven Black d06c30d05f Issue #1433: add four new hosts. 2020-10-19 19:41:32 -04:00
Steven Black 69a95807e4 Merge pull request #1434 from FadeMind/master
ADD:osint.digitalside.it
2020-10-19 19:15:00 -04:00
fademind e774b39101 ADD:osint.digitalside.it 2020-10-19 13:48:51 +02:00
53 changed files with 128671 additions and 46070 deletions
+1
View File
@@ -15,6 +15,7 @@ jobs:
- 3.6
- 3.7
- 3.8
- 3.9
os:
- ubuntu-latest
- macos-latest
+62
View File
@@ -0,0 +1,62 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: "CodeQL"
on:
push:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: "40 15 * * 4"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['python']
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
steps:
- name: Checkout repository
uses: actions/checkout@v2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
#- run: |
# make bootstrap
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
File diff suppressed because it is too large Load Diff
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with fakenews, gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) containing 83,147 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with fakenews, gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) containing 88,628 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with fakenews, gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) containing 80,391 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with fakenews, gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) containing 85,871 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with fakenews, gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) containing 62,741 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with fakenews, gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) containing 67,001 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with fakenews, gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) containing 59,984 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with fakenews, gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) containing 64,243 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with fakenews, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) containing 80,823 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with fakenews, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) containing 86,304 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with fakenews, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) containing 78,067 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with fakenews, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) containing 83,547 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with fakenews, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) containing 60,417 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with fakenews, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) containing 64,677 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
+6823 -2598
View File
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with fakenews extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) containing 57,660 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with fakenews extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) containing 61,919 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) containing 80,967 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) containing 86,433 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) containing 78,211 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) containing 83,676 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) containing 60,561 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) containing 64,806 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
+6808 -2598
View File
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) containing 57,804 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) containing 62,048 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
+8187 -2755
View File
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) containing 78,643 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) containing 84,109 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
+8186 -2755
View File
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) containing 75,887 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) containing 81,352 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
+6809 -2598
View File
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) containing 58,237 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) containing 62,482 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
+1 -10
View File
@@ -27,7 +27,7 @@
##### Version Information #
###################################################
### Version: V1.2020.10.8433
### Version: V1.2020.11.8449
##### Version Information ##
# Use this file to prevent your computer or server from connecting to selected
@@ -88,7 +88,6 @@
0.0.0.0 101billion.com
0.0.0.0 101flag.ru
0.0.0.0 101raccoon.ru
0.0.0.0 103.hosting-5.xtream.co.il
0.0.0.0 108shot.com
0.0.0.0 1.114central.com
0.0.0.0 11-15.net
@@ -99,7 +98,6 @@
0.0.0.0 123boy.free.fr
0.0.0.0 123branlemoi.free.fr
0.0.0.0 123cha.com
0.0.0.0 123ero.nl
0.0.0.0 123.fluxads.com
0.0.0.0 123kia.free.fr
0.0.0.0 123kuma.com
@@ -145,7 +143,6 @@
0.0.0.0 1ejaculationinterne.com
0.0.0.0 1forced.com
0.0.0.0 1-free-share-buttons.com
0.0.0.0 1hour.info
0.0.0.0 1hwy.com
0.0.0.0 1kinobig.ru
0.0.0.0 1lesbiansex.com
@@ -312,7 +309,6 @@
0.0.0.0 77sky.de
0.0.0.0 78tdd75.com
0.0.0.0 791026.com
0.0.0.0 7cfmnf.top
0.0.0.0 7fb.ru
0.0.0.0 7gfs.com
0.0.0.0 7minuteworkout.com
@@ -539,7 +535,6 @@
0.0.0.0 amatvideo.free.fr
0.0.0.0 amospalla.es
0.0.0.0 amphorasf.com
0.0.0.0 amplitude-peinture.fr
0.0.0.0 ampower.me
0.0.0.0 amt-k.ru
0.0.0.0 amung.us
@@ -635,7 +630,6 @@
0.0.0.0 cindyintim.de
0.0.0.0 cinedaily.com
0.0.0.0 cineface.com
0.0.0.0 cineitalia.top
0.0.0.0 cinema3satu.com
0.0.0.0 cinemabio.com
0.0.0.0 cinematraffic.com
@@ -768,7 +762,6 @@
0.0.0.0 grabbersex.com
0.0.0.0 grabraeuber.de
0.0.0.0 gracecore.com
0.0.0.0 graffcolor.net
0.0.0.0 grafit.pl
0.0.0.0 gratis-sexkontakte.com
0.0.0.0 gratis.sms.senden.sms13.de
@@ -836,7 +829,6 @@
0.0.0.0 idc.com.ua
0.0.0.0 idealtits.net
0.0.0.0 ideas.com.uy
0.0.0.0 ideationary.com
0.0.0.0 ideawheel.com
0.0.0.0 idecoideas.com
0.0.0.0 ideibiznesa2015.ru
@@ -866,7 +858,6 @@
0.0.0.0 prizesfu74.life
0.0.0.0 saveriopiazza.it
0.0.0.0 sistemacentral.xpg.com.br
0.0.0.0 slowmac.tech
0.0.0.0 spacebridemag.com
0.0.0.0 spl63.fr
0.0.0.0 ssl.eroscomix.com
+1550 -472
View File
File diff suppressed because it is too large Load Diff
+42 -154
View File
@@ -351,7 +351,6 @@
0.0.0.0 discoveryad.castoola.tv
0.0.0.0 cdn.discoveryad.castoola.tv
0.0.0.0 cdchealth.org
0.0.0.0 url4510.cdchealth.org
0.0.0.0 cdmgqqdqjwlo.eu
0.0.0.0 1144133033.rsc.cdn77.org
0.0.0.0 1493361689.rsc.cdn77.org
@@ -534,7 +533,6 @@
0.0.0.0 dsw44z5igdmmbo.com
0.0.0.0 dswdsw.co
0.0.0.0 dswdsw.org
0.0.0.0 dswdsw.ro
0.0.0.0 dswdsw.ru
0.0.0.0 dswdswsrv.ru
0.0.0.0 dswfjr.nl
@@ -543,7 +541,6 @@
0.0.0.0 dswfjrncj.in
0.0.0.0 dswfjrsitejfnsite.com
0.0.0.0 dswjfnnrj.in
0.0.0.0 dswjfnsrvkcn.ca
0.0.0.0 dswkcnfjrfjrkcn.us
0.0.0.0 dswkcnpbnmainsrv.ro
0.0.0.0 dswkcnyhdservsrv.ru
@@ -567,13 +564,9 @@
0.0.0.0 dswsite.com
0.0.0.0 dswsite.info
0.0.0.0 dswsite.nl
0.0.0.0 dswsitemain.in
0.0.0.0 dswsiteserv.nl
0.0.0.0 dswsitesitemainjfn.ro
0.0.0.0 dswsrv.co
0.0.0.0 dswsrvyhdyhd.fr
0.0.0.0 dswyhd.nl
0.0.0.0 dswyhdpbnyhd.com
0.0.0.0 lay.dubya.us
0.0.0.0 goodattack.duckdns.org
0.0.0.0 megasena1.duckdns.org
@@ -581,7 +574,6 @@
0.0.0.0 exchange.dumb1.com
0.0.0.0 dylerays.tk
0.0.0.0 designer.dynamic-dns.net
0.0.0.0 roots.dynamic-dns.net
0.0.0.0 app.dynamicrosoft.com
0.0.0.0 dns-info.dyndns.pro
0.0.0.0 ftp.dns-info.dyndns.pro
@@ -1058,7 +1050,6 @@
0.0.0.0 feylibertad.org
0.0.0.0 ffdgbserv.ml
0.0.0.0 ffdpogservgbunity.ml
0.0.0.0 ffduntnews.tk
0.0.0.0 fgddl9szdof7.com
0.0.0.0 fgoogle.com
0.0.0.0 www.fgoogle.com
@@ -1078,7 +1069,6 @@
0.0.0.0 fjrjfnjfnikjyhd.biz
0.0.0.0 fjrjfnserv.nl
0.0.0.0 fjrkcnkcn.ch
0.0.0.0 fjrkcnpowerjfnyhd.info
0.0.0.0 fjrmain.co
0.0.0.0 fjrmainncjdsw.in
0.0.0.0 fjrmainpbndsw.com
@@ -1092,28 +1082,21 @@
0.0.0.0 fjrncj.org
0.0.0.0 fjrncjjfnfjrserv.cn
0.0.0.0 fjrncjservfjr.tk
0.0.0.0 fjrncjsiteikjncj.info
0.0.0.0 fjrncjyhdncdn.info
0.0.0.0 fjrnrjdsw.biz
0.0.0.0 fjrnrjmain.us
0.0.0.0 fjrnrjncdnyhdncj.com
0.0.0.0 fjrnrjncj.cn
0.0.0.0 fjrpbn.in
0.0.0.0 fjrpowerdf.ml
0.0.0.0 fjrpowerfjr.nl
0.0.0.0 fjrservfjrjfn.nl
0.0.0.0 fjrservncdn.info
0.0.0.0 fjrservncdnnrj.us
0.0.0.0 fjrsitefjrfjrsite.co
0.0.0.0 fjrsitejfnmainserv.ro
0.0.0.0 fjrsitencdnmain.ca
0.0.0.0 fjrsitenrj.in
0.0.0.0 fjrsitesite.nl
0.0.0.0 fjrsrvncdnnrjserv.nl
0.0.0.0 fjrsrvsrv.in
0.0.0.0 fjryhd.tk
0.0.0.0 fjryhdjfnsiteserv.ch
0.0.0.0 fjryhdncj.com
0.0.0.0 rtb-adsterra.flshtrk.store
0.0.0.0 www.rtb-adsterra.flshtrk.store
0.0.0.0 foodandcot.com
@@ -1143,12 +1126,7 @@
0.0.0.0 www.gamblerush.com
0.0.0.0 js34dc10.gamooga.com
0.0.0.0 garant-help.com
0.0.0.0 gbgbr.cn
0.0.0.0 wow.gbhkhbm.com
0.0.0.0 gbrgbsitenews.ml
0.0.0.0 gbrserv.ru
0.0.0.0 gbrtlfdpognews.us
0.0.0.0 gbruntservffdnkg.tk
0.0.0.0 log.getdropbox.com
0.0.0.0 getegroup.com
0.0.0.0 link.getmailspring.com
@@ -1287,7 +1265,6 @@
0.0.0.0 ikjikj.fr
0.0.0.0 ikjikj.in
0.0.0.0 ikjikjmainpbnpower.com
0.0.0.0 ikjjfnikjsitedsw.nl
0.0.0.0 ikjkcnyhd.tk
0.0.0.0 ikjmain.com
0.0.0.0 ikjmain.fr
@@ -1303,22 +1280,17 @@
0.0.0.0 ikjncjjfnjfnsite.us
0.0.0.0 ikjncjncj.nl
0.0.0.0 ikjnrjdswnrjkcn.us
0.0.0.0 ikjnrjmainpbn.org
0.0.0.0 ikjnrjsrv.ca
0.0.0.0 ikjpbnsrv.info
0.0.0.0 ikjpower.in
0.0.0.0 ikjpowerdswdsw.nl
0.0.0.0 ikjpowernrjikj.fr
0.0.0.0 ikjpowerpowerjfnserv.org
0.0.0.0 ikjpowersrvdswsrv.com
0.0.0.0 ikjservncjpower.info
0.0.0.0 ikjservpbnservncj.info
0.0.0.0 ikjsitejfndsw.in
0.0.0.0 ikjsitejfnsrvmain.fr
0.0.0.0 ikjsitesitefjr.ch
0.0.0.0 ikjsrv.nl
0.0.0.0 ikjyhdikjdswfjr.in
0.0.0.0 ikjyhdmain.in
0.0.0.0 ikjyhdncdnpbnserv.in
0.0.0.0 ikjyhdncdnpower.ch
0.0.0.0 ikjyhdncj.nl
@@ -1396,7 +1368,6 @@
0.0.0.0 jfnjfn.ro
0.0.0.0 jfnjfnservikj.com
0.0.0.0 jfnkcn.nl
0.0.0.0 jfnkcnikj.tk
0.0.0.0 jfnkcnpowerjfnyhd.info
0.0.0.0 jfnkcnservncdn.nl
0.0.0.0 jfnmain.in
@@ -1407,7 +1378,6 @@
0.0.0.0 jfnncdn.nl
0.0.0.0 jfnncdn.tk
0.0.0.0 jfnncdnkcn.com
0.0.0.0 jfnncjjfnikj.nl
0.0.0.0 jfnncjnrjpower.com
0.0.0.0 jfnncjyhdkcn.nl
0.0.0.0 jfnnrj.nl
@@ -1416,12 +1386,8 @@
0.0.0.0 jfnnrjsrv.org
0.0.0.0 jfnnrjsrvyhd.org
0.0.0.0 jfnnrjyhd.nl
0.0.0.0 jfnnsjpower.ru
0.0.0.0 jfnpowerdsw.tk
0.0.0.0 jfnpowerikj.nl
0.0.0.0 jfnpowerservkcn.nl
0.0.0.0 jfnpowerservkcnpower.in
0.0.0.0 jfnpowerservpbn.org
0.0.0.0 jfnservjfnncdnserv.ru
0.0.0.0 jfnservkcnkcnpbn.in
0.0.0.0 jfnservncjsite.in
@@ -1430,7 +1396,6 @@
0.0.0.0 jfnsrvsrvncdnnrj.ch
0.0.0.0 jfnyhdkcn.com
0.0.0.0 jfnyhdpowernrjncdn.in
0.0.0.0 jfnyhdservyhdyhd.nl
0.0.0.0 jfnyhdsite.us
0.0.0.0 jfraction.al
0.0.0.0 jintsung.cn
@@ -1492,7 +1457,6 @@
0.0.0.0 kcnfjr.info
0.0.0.0 kcnfjrikj.nl
0.0.0.0 kcnfjrncj.in
0.0.0.0 kcnfjrncjpowermain.info
0.0.0.0 kcnfjrpowerikj.nl
0.0.0.0 kcnfjrservkcn.in
0.0.0.0 kcnikj.ca
@@ -1522,7 +1486,6 @@
0.0.0.0 kcnnrjikjmainncdn.fr
0.0.0.0 kcnnrjjfnsrv.info
0.0.0.0 kcnnrjncjncjkcn.in
0.0.0.0 kcnnrjyhdjfn.in
0.0.0.0 kcnnrjyhdkcn.nl
0.0.0.0 kcnpbn.co
0.0.0.0 kcnpbnpower.com
@@ -1530,12 +1493,10 @@
0.0.0.0 kcnpbnyhd.fr
0.0.0.0 kcnpecdbnserv.org
0.0.0.0 kcnpowerjfn.ml
0.0.0.0 kcnpowernrj.com
0.0.0.0 kcnpowerpbn.nl
0.0.0.0 kcnserv.nl
0.0.0.0 kcnservncdnkcnikj.cn
0.0.0.0 kcnservyhd.in
0.0.0.0 kcnsitedswkcn.tk
0.0.0.0 kcnsitefjrsrvikj.in
0.0.0.0 kcnsitemain.ca
0.0.0.0 kcnsrvsitesite.us
@@ -1601,34 +1562,26 @@
0.0.0.0 mail-auth.online
0.0.0.0 mail-google.email
0.0.0.0 email.gov.in.maildrive.email
0.0.0.0 maindf.ml
0.0.0.0 maindswikj.co
0.0.0.0 maindswqeffd.ch
0.0.0.0 mainffd.ch
0.0.0.0 mainfjrpbn.nl
0.0.0.0 mainfjryhdyhdsrv.ro
0.0.0.0 maingbmrnpogtlfd.co
0.0.0.0 mainikjmainnrj.com
0.0.0.0 mainikjnrj.fr
0.0.0.0 mainjfn.cn
0.0.0.0 mainjfn.nl
0.0.0.0 mainkcnkcnnrjdsw.biz
0.0.0.0 mainkcnservdswserv.tk
0.0.0.0 mainkcnservfjryhd.in
0.0.0.0 mainkcnservjfn.ch
0.0.0.0 mainkcnsrvmainncj.biz
0.0.0.0 mainmainjfnmain.tk
0.0.0.0 mainmainncjnrjpbn.fr
0.0.0.0 mainncdnikjyhd.nl
0.0.0.0 mainncdnncj.in
0.0.0.0 mainnchdnmainmainncj.tk
0.0.0.0 mainncjpbnmain.ro
0.0.0.0 mainncjservsite.info
0.0.0.0 mainnrjfjrfjr.fr
0.0.0.0 mainpbn.nl
0.0.0.0 mainpbn.org
0.0.0.0 mainpbnpower.info
0.0.0.0 mainpogsitetlfdserv.cn
0.0.0.0 mainpowerncjncjpower.nl
0.0.0.0 mainpoweryhdpowersrv.nl
0.0.0.0 mainservncjkcn.co
@@ -1816,9 +1769,7 @@
0.0.0.0 ncdndswjfnsite.com
0.0.0.0 ncdndswncjpower.fr
0.0.0.0 ncdnfjr.nl
0.0.0.0 ncdnfjrncdn.nl
0.0.0.0 ncdnikjnrjkcn.nl
0.0.0.0 ncdnikjyhdfjr.tk
0.0.0.0 ncdnjfnyhdyhd.biz
0.0.0.0 ncdnkcnfjr.tk
0.0.0.0 ncdnkcnikjyhd.ru
@@ -1827,7 +1778,6 @@
0.0.0.0 ncdnmainpower.cn
0.0.0.0 ncdnmainsrvkcn.nl
0.0.0.0 ncdnncdn.nl
0.0.0.0 ncdnncdnfjrjfn.nl
0.0.0.0 ncdnncdnserv.cn
0.0.0.0 ncdnncjnrjmainmain.us
0.0.0.0 ncdnnrjikjpower.nl
@@ -1838,25 +1788,18 @@
0.0.0.0 ncdnpowerpower.ca
0.0.0.0 ncdnpowerpowersrv.nl
0.0.0.0 ncdnpowersrvjfndsw.com
0.0.0.0 ncdnservfjrnrjncdn.us
0.0.0.0 ncdnservpowerncjfjr.tk
0.0.0.0 ncdnservsrvyhd.nl
0.0.0.0 ncdnsitepbnservkcn.info
0.0.0.0 ncdnsrv.in
0.0.0.0 ncdnsrv.ro
0.0.0.0 ncdnsrvmaindsw.fr
0.0.0.0 ncdnsrvncjsrvpbn.biz
0.0.0.0 ncdnsrvsrvncj.nl
0.0.0.0 ncdnyhd.nl
0.0.0.0 ncdnyhd.tk
0.0.0.0 ncdnyhdjfnyhd.biz
0.0.0.0 ncdnyhdsrvsite.biz
0.0.0.0 nchdndfyhdjfnserv.tk
0.0.0.0 nchdnpower.ru
0.0.0.0 nchdnservfjrnsj.tk
0.0.0.0 nchdnsite.ml
0.0.0.0 ncjdsw.in
0.0.0.0 ncjfjr.in
0.0.0.0 ncjfjr.org
0.0.0.0 ncjfjrncdn.nl
0.0.0.0 ncjfjrpbnfjrnrj.nl
@@ -1871,15 +1814,11 @@
0.0.0.0 ncjmainpbnncj.ro
0.0.0.0 ncjmainpbnpbn.in
0.0.0.0 ncjncdnkcnserv.cn
0.0.0.0 ncjncdnpbnsite.tk
0.0.0.0 ncjncdnsrv.cn
0.0.0.0 ncjncj.nl
0.0.0.0 ncjncjfjr.info
0.0.0.0 ncjncjmain.ch
0.0.0.0 ncjncjncdnjfnjfn.com
0.0.0.0 ncjncjncjncdnsrv.nl
0.0.0.0 ncjncjpowerncj.nl
0.0.0.0 ncjncjyhdpowerserv.in
0.0.0.0 ncjnrjmain.cn
0.0.0.0 ncjnrjsrvsitepower.tk
0.0.0.0 ncjpbn.in
@@ -1890,12 +1829,10 @@
0.0.0.0 ncjpower.ro
0.0.0.0 ncjpower.ru
0.0.0.0 ncjpower.us
0.0.0.0 ncjpowerdsw.us
0.0.0.0 ncjpowerjfn.in
0.0.0.0 ncjpowerkcn.fr
0.0.0.0 ncjpowernrj.ro
0.0.0.0 ncjpowernrjjfnnrj.in
0.0.0.0 ncjserv.tk
0.0.0.0 ncjservjfnkcnpbn.info
0.0.0.0 ncjservsrvkcn.nl
0.0.0.0 ncjservyhdsrv.info
@@ -1913,7 +1850,6 @@
0.0.0.0 newlimitedoffer.com
0.0.0.0 www.newlimitedoffer.com
0.0.0.0 newsgbr.nl
0.0.0.0 newsmrn.tk
0.0.0.0 cloud.newsofnp.com
0.0.0.0 ssl.newsofnp.com
0.0.0.0 newtontool.ca
@@ -1945,14 +1881,11 @@
0.0.0.0 nrjdswyhdkcnpbn.org
0.0.0.0 nrjfjr.nl
0.0.0.0 nrjfjrdsw.nl
0.0.0.0 nrjfjrnrjncdn.nl
0.0.0.0 nrjikjkcnncjpbn.ca
0.0.0.0 nrjjfnikjserv.org
0.0.0.0 nrjjfnncdndswfjr.tk
0.0.0.0 nrjjfnpower.cn
0.0.0.0 nrjkcn.in
0.0.0.0 nrjkcnpowernrj.info
0.0.0.0 nrjmainjfn.com
0.0.0.0 nrjmainncjjfn.nl
0.0.0.0 nrjncdn.com
0.0.0.0 nrjncdnfjrfjryhd.nl
@@ -1960,7 +1893,6 @@
0.0.0.0 nrjncdnfjrncdnserv.nl
0.0.0.0 nrjncdnmainncdnncdn.in
0.0.0.0 nrjncj.info
0.0.0.0 nrjncjsite.in
0.0.0.0 nrjnrj.fr
0.0.0.0 nrjnrjfjr.info
0.0.0.0 nrjpbnikjdsw.cn
@@ -2063,11 +1995,8 @@
0.0.0.0 pbnncjpowerikj.fr
0.0.0.0 pbnnrjdswdsw.fr
0.0.0.0 pbnnrjjfnsrv.com
0.0.0.0 pbnnrjsitesite.nl
0.0.0.0 pbnpbn.us
0.0.0.0 pbnpbnnrj.com
0.0.0.0 pbnpbnsrvdsw.nl
0.0.0.0 pbnpbnyhdkcn.nl
0.0.0.0 pbnpowerdsw.us
0.0.0.0 pbnpowermain.nl
0.0.0.0 pbnpowerncj.tk
@@ -2077,15 +2006,12 @@
0.0.0.0 pbnsite.ch
0.0.0.0 pbnsite.in
0.0.0.0 pbnsite.us
0.0.0.0 pbnsitencdndswpbn.in
0.0.0.0 pbnsrvjfnjfnncdn.in
0.0.0.0 pbnsrvncdn.us
0.0.0.0 pbnyhdncdnmainsrv.ru
0.0.0.0 pbnyhdpbn.fr
0.0.0.0 pbnyhdpbnsitekcn.nl
0.0.0.0 pbnyhdpowerncjjfn.com
0.0.0.0 pecdbnfjriwjdfyhd.ml
0.0.0.0 pecdbnjfnpowerpower.tk
0.0.0.0 www.performanceadexchange.com
0.0.0.0 pervas.top
0.0.0.0 petitelady.top
@@ -2107,11 +2033,7 @@
0.0.0.0 www.playamo30.com
0.0.0.0 plkyjbew.com
0.0.0.0 pmtonline.su
0.0.0.0 pogdswqe.ml
0.0.0.0 pogffdserv.ch
0.0.0.0 pogsite.tk
0.0.0.0 pogunitypogffdnkg.org
0.0.0.0 pogunt.tk
0.0.0.0 analytics.pokki.com
0.0.0.0 analysis.polarisoffice.com
0.0.0.0 app.poorgoddaay.com
@@ -2122,7 +2044,6 @@
0.0.0.0 powerad.ai
0.0.0.0 powerdswpbnnrj.biz
0.0.0.0 powerdswyhd.in
0.0.0.0 powerfjr.info
0.0.0.0 powerikjfjr.info
0.0.0.0 powerikjpbnnrjncdn.nl
0.0.0.0 powerikjsitenrjncj.fr
@@ -2137,10 +2058,6 @@
0.0.0.0 powermainsitefjrnrj.in
0.0.0.0 powerncdn.tk
0.0.0.0 powerncdnservsrvdsw.info
0.0.0.0 powerncdnsitepoweryhd.info
0.0.0.0 powerncj.cn
0.0.0.0 powerncjkcn.info
0.0.0.0 powerncjkcnsrv.nl
0.0.0.0 powerncjpbn.in
0.0.0.0 powernrjnrj.fr
0.0.0.0 powernrjpowerjfn.org
@@ -2149,7 +2066,6 @@
0.0.0.0 powerpbn.nl
0.0.0.0 powerpbnkcn.us
0.0.0.0 powerpbnnrjjfn.in
0.0.0.0 powerpbnservyhd.nl
0.0.0.0 powerpbnservyhdikj.fr
0.0.0.0 powerpower.fr
0.0.0.0 powerpowerjfn.nl
@@ -2158,11 +2074,9 @@
0.0.0.0 powerpoweryhdsrvncdn.us
0.0.0.0 powerservdswservpower.in
0.0.0.0 powerservmain.org
0.0.0.0 powerservnrjpower.in
0.0.0.0 powersite.nl
0.0.0.0 powersitemainservfjr.org
0.0.0.0 powersitepbnserv.biz
0.0.0.0 powersrv.info
0.0.0.0 powertradeprofit.com
0.0.0.0 www.powertradeprofit.com
0.0.0.0 poweryhd.co
@@ -2294,10 +2208,8 @@
0.0.0.0 ubntrooters.serveuser.com
0.0.0.0 root20system20macosxdriver.serveusers.com
0.0.0.0 servfjrmainmainsrv.nl
0.0.0.0 servfjrmainyhd.com
0.0.0.0 servfjrncdn.org
0.0.0.0 servfjrpbndsw.ru
0.0.0.0 servgbffdtlfd.ml
0.0.0.0 service-updater.com
0.0.0.0 servicesbooster.com
0.0.0.0 servicesbooster.org
@@ -2311,7 +2223,6 @@
0.0.0.0 serviziopostale.site
0.0.0.0 servjfnfjrkcn.ch
0.0.0.0 servjfnikjjfn.ch
0.0.0.0 servjfniwjsitencj.ml
0.0.0.0 servkcn.ca
0.0.0.0 servkcnkcn.info
0.0.0.0 servkcnsrv.info
@@ -2319,15 +2230,12 @@
0.0.0.0 servncdnsite.fr
0.0.0.0 servncjmain.org
0.0.0.0 servnrjncdnikjsrv.in
0.0.0.0 servnrjsrvncdn.co
0.0.0.0 servpbnkcnjfnmain.in
0.0.0.0 servpbnkcnserv.nl
0.0.0.0 servpbnncdnkcndsw.biz
0.0.0.0 servpbnservdswserv.ru
0.0.0.0 servpecdbnfjr.ml
0.0.0.0 servpower.in
0.0.0.0 servpowerdswncjncj.info
0.0.0.0 servserv.in
0.0.0.0 servserv.nl
0.0.0.0 servservjfndswikj.ru
0.0.0.0 servservkcn.in
@@ -2338,12 +2246,9 @@
0.0.0.0 servsitepower.ro
0.0.0.0 servsrv.fr
0.0.0.0 servsrvfjrncjpower.info
0.0.0.0 servsrvfjrsitenrj.nl
0.0.0.0 servsrvsrvpbnserv.in
0.0.0.0 servunity.tk
0.0.0.0 servuntmainnews.nl
0.0.0.0 servyhdncjpecdbn.ml
0.0.0.0 servyhdsitepbnsrv.co
0.0.0.0 sex-and-flirt.com
0.0.0.0 www.sex-and-flirt.com
0.0.0.0 sfkkxudmge.eu
@@ -2354,7 +2259,6 @@
0.0.0.0 sirdexs.com
0.0.0.0 sitedswikj.com
0.0.0.0 sitedswikj.ru
0.0.0.0 sitedswmainikjkcn.org
0.0.0.0 sitedswncdnikj.biz
0.0.0.0 sitedswncjdswyhd.ro
0.0.0.0 siteffd.ml
@@ -2372,10 +2276,8 @@
0.0.0.0 sitejfn.nl
0.0.0.0 sitejfndsw.com
0.0.0.0 sitekcndswncdnnrj.info
0.0.0.0 sitekcnfjrpowerfjr.nl
0.0.0.0 sitekcnncdnservsrv.nl
0.0.0.0 sitemain.tk
0.0.0.0 sitemaindswnrj.nl
0.0.0.0 sitemainncdnncjncj.com
0.0.0.0 sitemainpbn.us
0.0.0.0 sitemaintlfdgbrmrn.nl
@@ -2393,11 +2295,9 @@
0.0.0.0 sitenrjdsw.ch
0.0.0.0 sitenrjkcn.ch
0.0.0.0 sitenrjmain.nl
0.0.0.0 sitepbnjfnmainfjr.info
0.0.0.0 sitepbnkcnsrvjfn.fr
0.0.0.0 sitepbnservkcn.info
0.0.0.0 sitepbnsrvserv.cn
0.0.0.0 sitepowermainpower.co
0.0.0.0 sitepowersrv.fr
0.0.0.0 specialsections.siteseer.ca
0.0.0.0 siteservdswkcnfjr.cn
@@ -2410,7 +2310,6 @@
0.0.0.0 sitesitesiteikjjfn.co
0.0.0.0 sitesrvncdnmain.biz
0.0.0.0 sitesrvservfjrsrv.ru
0.0.0.0 siteyhd.in
0.0.0.0 skategirlchina.com
0.0.0.0 slack-app.net
0.0.0.0 slickjs.org
@@ -2434,8 +2333,6 @@
0.0.0.0 srvdswpowernrjikj.ch
0.0.0.0 srvfjrkcnikj.co
0.0.0.0 srvfjrncjyhdfjr.nl
0.0.0.0 srvikjdsw.tk
0.0.0.0 srvikjdswmainfjr.com
0.0.0.0 srvikjikj.info
0.0.0.0 srvjfnjfnikj.info
0.0.0.0 srvkcn.info
@@ -2444,9 +2341,7 @@
0.0.0.0 srvkcnsite.ro
0.0.0.0 srvkcnyhd.org
0.0.0.0 srvmaindswnrjpbn.nl
0.0.0.0 srvmainkcnsite.biz
0.0.0.0 srvmainpbn.info
0.0.0.0 srvncdnikj.org
0.0.0.0 srvncdnkcnkcn.in
0.0.0.0 srvncdnpbn.org
0.0.0.0 srvncdnsrvserv.us
@@ -2454,20 +2349,16 @@
0.0.0.0 srvncjmain.ca
0.0.0.0 srvncjservnrj.us
0.0.0.0 srvncjsrvpbnpbn.org
0.0.0.0 srvnrj.us
0.0.0.0 srvnrjikjpbn.cn
0.0.0.0 srvnrjserv.ca
0.0.0.0 srvnrjservpbnkcn.nl
0.0.0.0 srvnrjsite.co
0.0.0.0 srvpbn.info
0.0.0.0 srvpbnkcnsrv.info
0.0.0.0 srvpower.info
0.0.0.0 srvpowerpbn.us
0.0.0.0 srvservfjr.tk
0.0.0.0 srvservpbnikjdsw.cn
0.0.0.0 srvservsrvnrjpower.cn
0.0.0.0 srvsiteservncj.ro
0.0.0.0 srvsitesrvdswkcn.nl
0.0.0.0 srvsitesrvnrj.ro
0.0.0.0 srvsrvsitencj.in
0.0.0.0 srvyhd.tk
@@ -2559,7 +2450,6 @@
0.0.0.0 tlfdmrnpog.tk
0.0.0.0 tlfdnkgsitepog.ml
0.0.0.0 tlfdsitegb.us
0.0.0.0 tlfdunity.com
0.0.0.0 tlfduntnkgtlfd.in
0.0.0.0 top5value.com
0.0.0.0 m.topiccore.com
@@ -2635,7 +2525,6 @@
0.0.0.0 alog.umengcloud.com
0.0.0.0 unclebillswv.com
0.0.0.0 linux.unitys3d.com
0.0.0.0 unityuntgbrffd.ml
0.0.0.0 updata.sh
0.0.0.0 update-wind.com
0.0.0.0 updatemanagir.us
@@ -2779,8 +2668,6 @@
0.0.0.0 www.zeus.ad.intl.xiaomi.com
0.0.0.0 api.hybrid.intl.xiaomi.com
0.0.0.0 www.api.hybrid.intl.xiaomi.com
0.0.0.0 abtest.mistat.intl.xiaomi.com
0.0.0.0 www.abtest.mistat.intl.xiaomi.com
0.0.0.0 data.mistat.intl.xiaomi.com
0.0.0.0 www.data.mistat.intl.xiaomi.com
0.0.0.0 storeconfig.mistat.intl.xiaomi.com
@@ -2794,7 +2681,6 @@
0.0.0.0 data.mistat.xiaomi.com
0.0.0.0 www.data.mistat.xiaomi.com
0.0.0.0 a.stat.xiaomi.com
0.0.0.0 www.a.stat.xiaomi.com
0.0.0.0 analytics.xl.pt
0.0.0.0 xm0siulufost.com
0.0.0.0 xmeeting.com
@@ -2815,7 +2701,6 @@
0.0.0.0 xn--srahah-bua.pl
0.0.0.0 xn--yotu-1ra.be
0.0.0.0 xskcjzamlkxwo.gq
0.0.0.0 qsj.xtsryh.com
0.0.0.0 beap-bc.yahoo.com
0.0.0.0 fc.yahoo.com
0.0.0.0 pr-bh.ybp.yahoo.com
@@ -2824,50 +2709,13 @@
0.0.0.0 yandex-account-security.com
0.0.0.0 adscan.yelabapp.com
0.0.0.0 fresh.ygto.com
0.0.0.0 yhddsw.biz
0.0.0.0 yhddsw.ro
0.0.0.0 yhddswfjr.com
0.0.0.0 yhddswnrjjfn.nl
0.0.0.0 yhddswsitepbn.ca
0.0.0.0 yhdfjr.tk
0.0.0.0 yhdfjrkcnyhdserv.co
0.0.0.0 yhdfjrncdnncj.nl
0.0.0.0 yhdfjrncdnserv.nl
0.0.0.0 yhdikj.in
0.0.0.0 yhdjfn.ru
0.0.0.0 yhdjfnjfn.ro
0.0.0.0 yhdjfnncjkcn.nl
0.0.0.0 yhdjfnservjfn.info
0.0.0.0 yhdjfnsite.nl
0.0.0.0 yhdkcn.info
0.0.0.0 yhdmain.in
0.0.0.0 yhdncdnfjr.in
0.0.0.0 yhdncdnikjjfn.fr
0.0.0.0 yhdncdnnrj.in
0.0.0.0 yhdncj.biz
0.0.0.0 yhdncj.ch
0.0.0.0 yhdncjfjrnrj.co
0.0.0.0 yhdncjncdn.ro
0.0.0.0 yhdncjsitekcn.info
0.0.0.0 yhdnrjncdndswnrj.nl
0.0.0.0 yhdnrjncj.cn
0.0.0.0 yhdpbn.com
0.0.0.0 yhdpbn.fr
0.0.0.0 yhdpbndswjfn.ru
0.0.0.0 yhdpbnpbnncdn.org
0.0.0.0 yhdpowerserv.in
0.0.0.0 yhdserv.in
0.0.0.0 yhdservncj.ca
0.0.0.0 yhdservpowerncjkcn.nl
0.0.0.0 yhdservsitesrvkcn.nl
0.0.0.0 yhdsite.com
0.0.0.0 yhdsiteikjncdnncdn.com
0.0.0.0 yhdsitesrvservpower.fr
0.0.0.0 yhdsrvncdnnrj.com
0.0.0.0 yhdsrvpbn.us
0.0.0.0 yhdsrvyhdpower.org
0.0.0.0 yhdyhd.ro
0.0.0.0 yhdyhdfjr.tk
0.0.0.0 yip.su
0.0.0.0 www.yip.su
0.0.0.0 zh.yomobi.net
@@ -2950,5 +2798,45 @@
0.0.0.0 collect.installeranalytics.com
# Added October 2, 2020
0.0.0.0 kntlasaww.klauetuwnua.com
0.0.0.0 nevatet.lsopeisfw.com
# Added October 19, 2020
0.0.0.0 psozyhotho.pro
0.0.0.0 remove-ads.xyz
0.0.0.0 400.route.to.adtracker.network
0.0.0.0 www.prioritisemyhealth.com
# Added October 23, 2020
0.0.0.0 n.gameads.io
0.0.0.0 cdn.gameads.io
0.0.0.0 api.gameads.io
0.0.0.0 banner.gameads.io
0.0.0.0 node.gameads.io
0.0.0.0 panel.gameads.io
0.0.0.0 shapez.gameads.io
# Added November 15, 2020
0.0.0.0 api.datatrics.com
0.0.0.0 api04.datatrics.com
0.0.0.0 api03.datatrics.com
0.0.0.0 app.datatrics.com
0.0.0.0 images.datatrics.com
0.0.0.0 network.datatrics.com
0.0.0.0 tr-v2.datatrics.com
0.0.0.0 tr.datatrics.com
0.0.0.0 tr-255418.datatrics.com
0.0.0.0 tr-255768.datatrics.com
0.0.0.0 tr-256089.datatrics.com
0.0.0.0 tr-op.datatrics.com
0.0.0.0 tr-reshift.datatrics.com
0.0.0.0 tracker.datatrics.com
0.0.0.0 usersync.datatrics.com
0.0.0.0 status.datatrics.com
0.0.0.0 mautic.datatrics.com
0.0.0.0 magento01.datatrics.com
0.0.0.0 woocommerce01.datatrics.com
0.0.0.0 ecommerce.datatrics.com
0.0.0.0 travel.datatrics.com
0.0.0.0 link.datatrics.com
# Added November 19, 2020
0.0.0.0 opengapps.com
+442 -679
View File
File diff suppressed because it is too large Load Diff
+2486 -105
View File
File diff suppressed because it is too large Load Diff
+29 -15
View File
@@ -1,7 +1,7 @@
# Title: hostsVN
# Last modified: 15 Oct 2020 10:05 UTC+7
# Version: 2010151005
# Blocked: 1,443 domains
# Last modified: 16 Nov 2020 10:44 UTC+7
# Version: 2011161044
# Blocked: 1,456 domains
# Only include advertisers in Vietnam
# Homepage: https://bigdargon.github.io/hostsVN/
# GitHub: https://github.com/bigdargon/hostsVN
@@ -86,8 +86,6 @@
0.0.0.0 b.logging.admicro.vn
0.0.0.0 banners.admicro.vn
0.0.0.0 benk.logging.admicro.vn
0.0.0.0 beta.admicro.vn
0.0.0.0 beta.sspapi.admicro.vn
0.0.0.0 bi.admicro.vn
0.0.0.0 boxapp.admicro.vn
0.0.0.0 boxpr.admicro.vn
@@ -512,7 +510,6 @@
0.0.0.0 interactive.brand.zing.vn
0.0.0.0 media.brand.zing.vn
0.0.0.0 notify.brand.zing.vn
0.0.0.0 staging-ads-dashboard.brand.zing.vn
0.0.0.0 stc.interactive.brand.zing.vn
0.0.0.0 streaming.interactive.brand.zing.vn
0.0.0.0 zevent.brand.zing.vn
@@ -678,7 +675,6 @@
0.0.0.0 uptime.adpia.vn
0.0.0.0 www.adpia.vn
#[younetmedia.com]
0.0.0.0 beta.younetmedia.com
0.0.0.0 digital.younetmedia.com
0.0.0.0 facebookid.younetmedia.com
0.0.0.0 gandalf.younetmedia.com
@@ -784,7 +780,6 @@
0.0.0.0 sg.cityads.com
0.0.0.0 tinkoff.cityads.com
0.0.0.0 us-geo.cityads.com
0.0.0.0 userdocs.cityads.com
0.0.0.0 wp-cdn.cityads.com
0.0.0.0 www.cityads.com
0.0.0.0 cityadstrack.com
@@ -795,7 +790,6 @@
0.0.0.0 adsota.com
0.0.0.0 agency.adsota.com
0.0.0.0 app.adsota.com
0.0.0.0 dashboard.adsota.com
0.0.0.0 highlandscoffee.adsota.com
0.0.0.0 static.adsota.com
0.0.0.0 track.adsota.com
@@ -803,8 +797,6 @@
#[masoffer.net]
0.0.0.0 api.app.masoffer.net
0.0.0.0 app.masoffer.net
0.0.0.0 beta-go.masoffer.net
0.0.0.0 beta.go.masoffer.net
0.0.0.0 cdn.masoffer.net
0.0.0.0 img.masoffer.net
0.0.0.0 m.masoffer.net
@@ -1176,8 +1168,6 @@
0.0.0.0 schemas.adflex.vn
0.0.0.0 sdk.adflex.vn
0.0.0.0 static2.adflex.vn
0.0.0.0 status.adflex.vn
0.0.0.0 status-cpo.adflex.vn
0.0.0.0 tmp.adflex.vn
0.0.0.0 track.adflex.vn
0.0.0.0 tracking.adflex.vn
@@ -1279,7 +1269,6 @@
#[oncustomer.asia]
0.0.0.0 api-internal.oncustomer.asia
0.0.0.0 app.oncustomer.asia
0.0.0.0 beta.oncustomer.asia
0.0.0.0 company.oncustomer.asia
0.0.0.0 hook.oncustomer.asia
0.0.0.0 livechat.oncustomer.asia
@@ -1291,7 +1280,6 @@
0.0.0.0 widget.oncustomer.asia
0.0.0.0 widget-1.oncustomer.asia
0.0.0.0 widget-2.oncustomer.asia
0.0.0.0 widget-beta.oncustomer.asia
#[pushtimize.com]
0.0.0.0 adv.pushtimize.com
0.0.0.0 cdn01.pushtimize.com
@@ -1300,12 +1288,28 @@
#[anymind360.com]
0.0.0.0 anymind360.com
0.0.0.0 stg.anymind360.com
#[smartconvert.co]
0.0.0.0 cworth.smartconvert.co
0.0.0.0 growth.smartconvert.co
0.0.0.0 plo.smartconvert.co
0.0.0.0 promo.smartconvert.co
0.0.0.0 promo-stage.smartconvert.co
0.0.0.0 promo-staging.smartconvert.co
0.0.0.0 promo-v2.smartconvert.co
0.0.0.0 recsite.smartconvert.co
0.0.0.0 site-dev.smartconvert.co
0.0.0.0 smartconvert.co
0.0.0.0 st.smartconvert.co
0.0.0.0 worth.smartconvert.co
0.0.0.0 wsite.smartconvert.co
0.0.0.0 www.smartconvert.co
# --- Block adsVN ---
0.0.0.0 703531862.vws.vegacdn.vn
0.0.0.0 ad-admin.vnay.vn
0.0.0.0 ad.24h.com.vn
0.0.0.0 ad.accesstrade.vn
0.0.0.0 ad.icheck.com.vn
0.0.0.0 ad.lapa.pub
0.0.0.0 ad.mwork.vn
0.0.0.0 ad.qtcs.com.vn
0.0.0.0 ad.sunflower.vn
@@ -1385,6 +1389,7 @@
0.0.0.0 crocopop.com
0.0.0.0 delecpuzz.com
0.0.0.0 delivery.senvangvn.com
0.0.0.0 delivery.vtc.vn
0.0.0.0 delivery.vtcnew.com.vn
0.0.0.0 deltago.com
0.0.0.0 demopage.me
@@ -1438,6 +1443,7 @@
0.0.0.0 vietdorje.com
0.0.0.0 vinaads.vn
0.0.0.0 vnd247.vn
0.0.0.0 vtvcab.xyz
0.0.0.0 widget.headlines.pw
0.0.0.0 www.adsweb.vn
0.0.0.0 www.adt.com.vn
@@ -1453,7 +1459,9 @@
0.0.0.0 www.sbbanner.com
0.0.0.0 www.vietbuzzad.com
0.0.0.0 www.vietdorje.com
0.0.0.0 www.vtvcab.xyz
# --- Block trackingVN ---
0.0.0.0 addlog.thuvienphapluat.vn
0.0.0.0 admin.phunusuckhoe.vn
0.0.0.0 alexajstrack.com
0.0.0.0 analytics.bkav.com
@@ -1471,6 +1479,7 @@
0.0.0.0 elogs.vnexpress.net
0.0.0.0 event.headlines.pw
0.0.0.0 event.vntoday.news
0.0.0.0 fa.fpt.shop
0.0.0.0 follow.vnay.vn
0.0.0.0 hit.123c.vn
0.0.0.0 invite.baomoi.com
@@ -1480,6 +1489,7 @@
0.0.0.0 log.baodatviet.vn
0.0.0.0 log.baodauthau.vn
0.0.0.0 log.baomoi.com
0.0.0.0 log.baonghean.vn
0.0.0.0 log.baophapluat.vn
0.0.0.0 log.batdongsan.com.vn
0.0.0.0 log.daidoanket.vn
@@ -1498,6 +1508,7 @@
0.0.0.0 log.vietnamdaily.net.vn
0.0.0.0 log.vietnamfinance.vn
0.0.0.0 log.vietnamplus.vn
0.0.0.0 log.viettimes.vn
0.0.0.0 log.vnay.vn
0.0.0.0 log.vntoday.news
0.0.0.0 log.vov.vn
@@ -1532,14 +1543,17 @@
0.0.0.0 track-srv.vietnamnet.vn
0.0.0.0 track.accesstrade.vn
0.0.0.0 track.icheck.com.vn
0.0.0.0 track.lapa.pub
0.0.0.0 track.pregmomvietnam.com
0.0.0.0 track.sendo.vn
0.0.0.0 tracker.bongngo.store
0.0.0.0 tracker.phunuvagiadinh.vn
0.0.0.0 tracker.tintucvietnam.vn
0.0.0.0 tracking.appwifi.com
0.0.0.0 tracking.dantri.com.vn
0.0.0.0 tracking.vht.com.vn
0.0.0.0 tracking.vietbao.vn
0.0.0.0 tracking.vtc.vn
0.0.0.0 tracking.vtcnew.com.vn
0.0.0.0 trackingapi.foody.vn
0.0.0.0 trackity.tiki.vn
File diff suppressed because it is too large Load Diff
-9
View File
@@ -1,9 +0,0 @@
{
"name": "Malware Domain List",
"description": "Malware Domain List is a non-commercial community project.",
"homeurl": "https://www.malwaredomainlist.com/",
"frequency": "weekly",
"issues": "https://www.malwaredomainlist.com/contact.php",
"url": "https://www.malwaredomainlist.com/hostslist/hosts.txt",
"license": "'can be used for free by anyone'"
}
+2 -283
View File
@@ -7,7 +7,7 @@
# This *must* be the first line: 127.0.0.1 localhost #
# #
#**********************************************************#
# ------------ Updated: September-10-2020 ---------------- #
# ------------ Updated: October-25-2020 ---------------- #
#**********************************************************#
# #
# Disclaimer: this file is free to use for personal use #
@@ -38,22 +38,15 @@
0.0.0.0 csh.actiondesk.com
0.0.0.0 ads.activepower.net
0.0.0.0 app.activetrail.com
0.0.0.0 traffic.acwebconnecting.com
0.0.0.0 ad2games.com
0.0.0.0 content.ad20.net
0.0.0.0 core.ad20.net
0.0.0.0 adadvisor.net
0.0.0.0 wad.adbasket.net
0.0.0.0 www.adchimp.com
0.0.0.0 adcomplete.com
0.0.0.0 www.adcomplete.com
0.0.0.0 pixel.adcrowd.com
0.0.0.0 ct1.addthis.com
0.0.0.0 static.uk.addynamo.com
0.0.0.0 adexc.net
0.0.0.0 static.adfclick1.com
0.0.0.0 c.adfirmative.com
0.0.0.0 www.adfirmative.com
0.0.0.0 server.adformdsp.net
0.0.0.0 s.adframesrc.com
0.0.0.0 media.adfrontiers.com
@@ -62,42 +55,13 @@
0.0.0.0 adgrx.com
0.0.0.0 adhall.com
0.0.0.0 adhitzads.com
0.0.0.0 ads.static.adhood.com
0.0.0.0 app.pubserver.adhood.com
0.0.0.0 app.winwords.adhood.com
0.0.0.0 ssl3.adhost.com
0.0.0.0 www2.adhost.com
0.0.0.0 adfarm1.adition.com
0.0.0.0 imagesrv.adition.com
0.0.0.0 ad.adition.net
0.0.0.0 hosting.adjug.com
0.0.0.0 tracking.adjug.com
0.0.0.0 aj.adjungle.com
0.0.0.0 adserver-e7.com
0.0.0.0 publicidad.adlead.com
0.0.0.0 rc.de.adlink.net #[Tracking.Cookie]
0.0.0.0 tr.de.adlink.net
0.0.0.0 n.admagnet.net
0.0.0.0 bridge.ame.admarketplace.net #[Spamdexing]
0.0.0.0 bridge.lga1.admarketplace.net
0.0.0.0 bridge.sf.admarketplace.net
0.0.0.0 bridge.sfo1.admarketplace.net
0.0.0.0 a1.admaster.net
0.0.0.0 img.admaster.net
0.0.0.0 admedia.com
0.0.0.0 w.admedia.com
0.0.0.0 apps.admission.net #[Spotlight Ads]
0.0.0.0 appcache.admission.net
0.0.0.0 dt.admission.net
0.0.0.0 view.admission.net
0.0.0.0 ad.admitad.com
0.0.0.0 cdn.admitad.com
0.0.0.0 www.ad.admitad.com
0.0.0.0 cdn.admixer.net
0.0.0.0 run.admost.com
0.0.0.0 assets3.admulti.com
0.0.0.0 go.admulti.com
0.0.0.0 s.admulti.com
0.0.0.0 ads.adnet.am
0.0.0.0 ad.adnet.biz #[Tracking.Cookie]
0.0.0.0 adnet.com.ua
@@ -108,26 +72,14 @@
0.0.0.0 cdn.oas-c17.adnxs.com
0.0.0.0 tt11.adobe.com
0.0.0.0 ace.adoftheyear.com
0.0.0.0 adperium.com
0.0.0.0 www.adperium.com
0.0.0.0 img.adplan-ds.com
0.0.0.0 ab.adpro.com.ua
0.0.0.0 adroll.com
0.0.0.0 n.ads1-adnow.com
0.0.0.0 n.ads2-adnow.com
0.0.0.0 n.ads3-adnow.com
0.0.0.0 vu.adschoom.com
0.0.0.0 core1.adservingfactory.com
0.0.0.0 content.adservingfactory.com
0.0.0.0 track.adservingfactory.com
0.0.0.0 mg.adskeeper.co.uk
0.0.0.0 content.adspynet.com
0.0.0.0 engine.adspynet.com
0.0.0.0 ads.adsready.com
0.0.0.0 ads.adsurve.com
0.0.0.0 www.adsurve.com
0.0.0.0 cntr.adrime.com
0.0.0.0 images.adrime.com #[Adsolutions]
0.0.0.0 www.adrotate.net
0.0.0.0 adrunnr.com
0.0.0.0 v2.adsbookie.com
@@ -136,8 +88,6 @@
0.0.0.0 core.adunity.com
0.0.0.0 adscendmedia.com
0.0.0.0 adserver-voice-online.co.uk
0.0.0.0 adsfac.net #[Facilitate Tracking Code]
0.0.0.0 adsfac.eu
0.0.0.0 ad.ad-srv.net
0.0.0.0 static.ads-twitter.com
0.0.0.0 ad.adtoma.com
@@ -184,9 +134,6 @@
0.0.0.0 altmedia101.com
0.0.0.0 adtools2.amakings.com
0.0.0.0 ad.amgdgt.com
0.0.0.0 10394-127.ampxchange.com #[Spamdexing]
0.0.0.0 10394-4254.ampxchange.com
0.0.0.0 10394-2468.ampxchange.com
0.0.0.0 vfdeprod.amobee.com
0.0.0.0 widgets.amung.us
0.0.0.0 whos.amung.us #[WebBug]
@@ -202,7 +149,6 @@
0.0.0.0 webtracker.apicasystem.com
0.0.0.0 junior.apk.net
0.0.0.0 five.partner.archive-it.org
0.0.0.0 ads.ask.com
0.0.0.0 ads.aspalliance.com
0.0.0.0 www.astalavista.us
0.0.0.0 atemda.com
@@ -220,10 +166,6 @@
# 0.0.0.0 clicks.aweber.com #[affects newsletters]
# [B]
0.0.0.0 banerator.net
0.0.0.0 banners.host.bannerflow.com
0.0.0.0 tracker.bannerflow.com
0.0.0.0 images.host.bannerflow.com
0.0.0.0 scripts.host.bannerflow.com
0.0.0.0 www.banner-rotation.com
0.0.0.0 match.basebanner.com
0.0.0.0 ad.batanga.com
@@ -363,9 +305,6 @@
0.0.0.0 www.cybereps.com
# [D]
0.0.0.0 count.daem0n.com
0.0.0.0 t.dailymail.co.uk
0.0.0.0 rta.dailymail.co.uk
0.0.0.0 ted.dailymail.co.uk
0.0.0.0 www.dataforce.net #[Spamdexing]
0.0.0.0 advertising.dclux.com
0.0.0.0 tracking.dc-storm.com
@@ -493,7 +432,6 @@
0.0.0.0 ads.fuelo.net
0.0.0.0 ads.fulltiltpoker.com
0.0.0.0 banners.fulltiltpoker.com
0.0.0.0 www.fusestats.com
0.0.0.0 fwbntw.com
0.0.0.0 ads5.fxdepo.com
0.0.0.0 adserving.fyi-marketing.com
@@ -509,16 +447,8 @@
0.0.0.0 getrockerbox.com
0.0.0.0 www.getsmart.com
0.0.0.0 www17-orig.glam.com
0.0.0.0 promotools.globalmailer.com
0.0.0.0 promotools3.globalmailer.com
0.0.0.0 promotools4.globalmailer.com
0.0.0.0 ads.globo.com
0.0.0.0 ads.img.globo.com
0.0.0.0 gmads.net
0.0.0.0 at.gmads.net
0.0.0.0 dk.gmads.net
0.0.0.0 es.gmads.net
0.0.0.0 pl.gmads.net
0.0.0.0 c.gmtrack.com
0.0.0.0 affiliate.gmtracker.com
0.0.0.0 go777site.com
@@ -645,10 +575,6 @@
0.0.0.0 adserve.kikizo.com
0.0.0.0 adsby.klikki.com
0.0.0.0 images.kolmic.com
0.0.0.0 ads3.kompasads.com
0.0.0.0 ads4.kompasads.com
0.0.0.0 ads5.kompasads.com
0.0.0.0 ads6.kompasads.com
0.0.0.0 ads.kozmetika-bg.com
0.0.0.0 beacon.krxd.net
# [L]
@@ -693,10 +619,6 @@
0.0.0.0 adserver.lonuncavisto.com
0.0.0.0 r.looksmart.com
0.0.0.0 banners.lottoelite.com
0.0.0.0 gwa.lphbs.com
0.0.0.0 gwb.lphbs.com
0.0.0.0 gwc.lphbs.com
0.0.0.0 gwd.lphbs.com
# [M]
0.0.0.0 ad.m5prod.net
0.0.0.0 www3.macys.com #[WebBug.eluminate]
@@ -791,11 +713,6 @@
0.0.0.0 evbeacon.networksolutions.com
0.0.0.0 www.newclick.com
0.0.0.0 ads.newsint.co.uk
0.0.0.0 e.nexac.com
0.0.0.0 f.nexac.com
0.0.0.0 p.nexac.com
0.0.0.0 r.nexac.com
0.0.0.0 turn.nexac.com
0.0.0.0 vte.nexteramedia.com
0.0.0.0 ngacm.com
0.0.0.0 ngastatic.com
@@ -805,17 +722,10 @@
0.0.0.0 ntlligent.info #[Spamdexing]
0.0.0.0 ad.ntvmsnbc.com
0.0.0.0 ntweb.org
0.0.0.0 i.nuseek.com #[Parking Service]
0.0.0.0 www1.nuseek.com
0.0.0.0 www2.nuseek.com
0.0.0.0 www3.nuseek.com
0.0.0.0 nxtck.com
0.0.0.0 p.nxtck.com
0.0.0.0 ads.nyi.net
# [O]
0.0.0.0 banner.oddcast.com
0.0.0.0 banner-a.oddcast.com
0.0.0.0 banner-d.oddcast.com
0.0.0.0 www18.officedepot.com #[WebBug.eluminate]
0.0.0.0 ads.ogdenpubs.com
0.0.0.0 ads.olx.com
@@ -841,9 +751,6 @@
0.0.0.0 es.optimost.com
0.0.0.0 www.oreware.com
0.0.0.0 otracking.com
0.0.0.0 amplifypixel.outbrain.com
0.0.0.0 odb.outbrain.com
0.0.0.0 traffic.outbrain.com
0.0.0.0 pub.oxado.com
# [P]
0.0.0.0 www.pagerank10.co.uk
@@ -1066,12 +973,6 @@
0.0.0.0 ads.tahono.com
0.0.0.0 files.tailsweep.com
0.0.0.0 script.tailsweep.com
0.0.0.0 b100.takru.com
0.0.0.0 b120.takru.com
0.0.0.0 b130.takru.com
0.0.0.0 b140.takru.com
0.0.0.0 b180.takru.com
0.0.0.0 banners.takru.com
0.0.0.0 talkaxis.com
0.0.0.0 tapestry.tapad.com
0.0.0.0 dev.targetpoint.com
@@ -1139,9 +1040,6 @@
0.0.0.0 analytics.trutv.com
0.0.0.0 tds.tuberl.com
0.0.0.0 ht.tube8.com
0.0.0.0 adclient1.tucows.com
0.0.0.0 counts.tucows.com
0.0.0.0 google.tucows.com
0.0.0.0 d.turn.com
0.0.0.0 presentation-atl1.turn.com
0.0.0.0 adserver.tvcatchup.com
@@ -1230,9 +1128,6 @@
0.0.0.0 webgozar.com
0.0.0.0 ads.webkinz.com
0.0.0.0 ads2.weblogssl.com
0.0.0.0 banners.webmasterplan.com #[WebBug]
0.0.0.0 ebayrelevancead.webmasterplan.com
0.0.0.0 partners.webmasterplan.com
0.0.0.0 www.website-hit-counters.com
0.0.0.0 www.webtistic.com
0.0.0.0 ads.whitelabelpros.com
@@ -1318,9 +1213,6 @@
0.0.0.0 banners.2lipslive.com
0.0.0.0 counter.24log.com
0.0.0.0 pixel.33across.com
0.0.0.0 imgad1.3conline.com
0.0.0.0 imgad2.3conline.com
0.0.0.0 imgad3.3conline.com
0.0.0.0 ads.3sfmedia.com
0.0.0.0 ads.4tube.com
0.0.0.0 cdn1.adspace.4tube.com
@@ -1335,18 +1227,12 @@
0.0.0.0 madclient.uimserv.net
# [1&1 Internet][AS8560][212.227.36.0 - 212.227.60.255]
0.0.0.0 tools.ad-net.co.uk
# [1&1 Internet][AS8560][217.160.128.0 - 217.160.143.255]
0.0.0.0 statistik.polizei-beratung.de #[Piwik.Analytics]
# [1&1 Internet][AS8560][217.72.192.0 - 217.72.204.255]
0.0.0.0 uim.tifbs.net
0.0.0.0 uidbox.uimserv.net
# [1&1 Internet][AS8560][74.208.0.0 - 74.208.191.255]
0.0.0.0 ads.emqus.com
0.0.0.0 server.siteamplifier.net
0.0.0.0 ww1.tongji123.com
0.0.0.0 ww2.tongji123.com
0.0.0.0 ww3.tongji123.com
0.0.0.0 ww4.tongji123.com
# [1&1 Internet][AS8560][87.106.16.0 - 87.106.31.255]
0.0.0.0 adsrv.advanced-television.tv
0.0.0.0 www.andyhoppe.com
@@ -1592,20 +1478,15 @@
0.0.0.0 blitzbg.adocean.pl
0.0.0.0 by.adocean.pl
0.0.0.0 cz.adocean.pl
0.0.0.0 delfiee.adocean.pl
0.0.0.0 delfilv.adocean.pl
0.0.0.0 digital4ro.adocean.pl
0.0.0.0 edipresse.adocean.pl
0.0.0.0 ee.adocean.pl
0.0.0.0 eegde.adocean.pl
0.0.0.0 hr.adocean.pl
0.0.0.0 hrgde.adocean.pl
0.0.0.0 hugde.adocean.pl
0.0.0.0 ilgde.adocean.pl
0.0.0.0 indexhu.adocean.pl
0.0.0.0 investorbg.adocean.pl
0.0.0.0 keepaneyemk.adocean.pl
0.0.0.0 lrytaslt.adocean.pl
0.0.0.0 ltgde.adocean.pl
0.0.0.0 lt.adocean.pl
0.0.0.0 lv.adocean.pl
@@ -1613,7 +1494,6 @@
0.0.0.0 myao.adocean.pl
0.0.0.0 pracuj.adocean.pl
0.0.0.0 protvmd.adocean.pl
0.0.0.0 ringierro.adocean.pl
0.0.0.0 ringierrs.adocean.pl
0.0.0.0 ro.adocean.pl
0.0.0.0 ro1ro.adocean.pl
@@ -2135,8 +2015,6 @@
0.0.0.0 ads.goodreads.com
0.0.0.0 cdn-gl.imrworldwide.com
0.0.0.0 lionstracking.com
0.0.0.0 t.mdn2015x3.com
0.0.0.0 asset.pagefair.net
# 0.0.0.0 widget-cdn.rpxnow.com #[affects amc.com]
0.0.0.0 secureredirect101.com
0.0.0.0 trkmydomain.com
@@ -2152,7 +2030,6 @@
0.0.0.0 tags.hypeads.org
# [Amazon.com][AS16509][216.137.32.0 - 216.137.63.255]
0.0.0.0 cdn.adk2.com
0.0.0.0 cache.adnet-media.net
0.0.0.0 ads.advertisespace.com
0.0.0.0 static.adzerk.net
0.0.0.0 adflash.affairsclub.com
@@ -2222,8 +2099,6 @@
0.0.0.0 pm.w55c.net
0.0.0.0 www.whizstats.com
# [Amazon.com][AS39111][35.152.0.0 - 35.183.255.255]
0.0.0.0 www.currentupdateconcepts.com #[Riskware/PUP]
0.0.0.0 ssp.videostat.com
# [Amazon.com][AS39111][46.137.0.0 - 46.137.127.255]
0.0.0.0 code2.adtlgc.com
0.0.0.0 l.linkpulse.com
@@ -2328,7 +2203,6 @@
0.0.0.0 nbcots.demdex.net
0.0.0.0 fastdownload10.com
0.0.0.0 track.freemmo2017.com
0.0.0.0 www.giftfunnew.com #[Riskware/PUP]
0.0.0.0 inceptionads.go2cloud.org
0.0.0.0 beacon.gu-web.net
0.0.0.0 dmp.gravity4.com
@@ -2344,7 +2218,6 @@
0.0.0.0 js.matheranalytics.com
0.0.0.0 www.mftracking.com
0.0.0.0 api.petametrics.com
0.0.0.0 www.ranchapptag.com #[Riskware/PUP]
0.0.0.0 widget.realo.be
0.0.0.0 r.remarketingpixel.com
0.0.0.0 fastlane-adv.rubiconproject.com
@@ -2360,10 +2233,8 @@
0.0.0.0 www.trackingclick.net
0.0.0.0 m6dqx-ad3hl.ads.tremorhub.com
0.0.0.0 track.ultragaming.biz
0.0.0.0 www.updatesoftwaresend.com
0.0.0.0 onlgc.voluumtrk.com
0.0.0.0 click.uamtrk.com
0.0.0.0 www.vaultsappsbyte.com #[Riskware/PUP]
0.0.0.0 dckappa.widespace.com
0.0.0.0 engine.widespace.com
0.0.0.0 inscreen.widespace.com
@@ -2374,11 +2245,7 @@
0.0.0.0 trk.ablogica.com
0.0.0.0 pool.admedo.com
0.0.0.0 rudy.adsnative.com
0.0.0.0 www.applicationsdeliveryupdate.com #[Win32/InstallCore]
0.0.0.0 www.bestfactorydelivery.com #[Win32/InstallCore]
0.0.0.0 www.centralsignnew.com #[Riskware/PUP]
0.0.0.0 ads.chargeads.com
0.0.0.0 www.chucklefunhead.com #[Riskware/PUP]
0.0.0.0 ing-district.clicktale.net
0.0.0.0 infinityid.condenastdigital.com
0.0.0.0 dmg.demdex.net
@@ -2392,7 +2259,6 @@
0.0.0.0 us-gmtdmp.mookie1.com
0.0.0.0 ar.mytrack.pro
0.0.0.0 us.pixel.newscgp.com
0.0.0.0 www.quickbitsdownloads.com #[Riskware/PUP]
0.0.0.0 is-gateway.supersonicads.com
0.0.0.0 go.tracksz.co
0.0.0.0 p4dt2-scyd6.ads.tremorhub.com
@@ -2431,9 +2297,6 @@
0.0.0.0 core.videoegg.com
# [Amazon.com][AS14618][54.144.0.0 - 54.159.255.255]
0.0.0.0 t.adk2.com
0.0.0.0 www.bundlerepositorycontent.com #[Riskware/PUP]
0.0.0.0 www.megagiftcity.com #[Riskware/PUP]
0.0.0.0 cdn.opensubcontent.com #[Win32/InstallCore.ACZ]
0.0.0.0 vid-io.springserve.net
0.0.0.0 collector-195.tvsquared.com #[Piwik.Analytics]
# [Amazon.com][AS14618][54.160.0.0 - 54.175.255.255]
@@ -2521,7 +2384,6 @@
0.0.0.0 3211.tm.zedo.com
0.0.0.0 srv-us.znaptag.com
# [Amazon.com][AS16509][54.208.0.0 - 54.221.255.255]
0.0.0.0 tracking.affiliates.de
0.0.0.0 arena.altitude-arena.com
0.0.0.0 ca.altitude-arena.com
0.0.0.0 pstats.blogworks.com
@@ -2593,12 +2455,9 @@
0.0.0.0 d1piupybsgr6dr.cloudfront.net
# 0.0.0.0 d3c3cq33003psk.cloudfront.net #[affects sunglassesshop.com]
0.0.0.0 d5nxst8fruw4z.cloudfront.net
0.0.0.0 d8rk54i4mohrb.cloudfront.net
0.0.0.0 dl1d2m8ri9v3j.cloudfront.net
0.0.0.0 cdn-1.convertexperiments.com
0.0.0.0 use.convertglobal.com
0.0.0.0 p.cpx.to
0.0.0.0 admp-tc.delfi.lv
# 0.0.0.0 scripts.demandbase.com #[affects ringcentral.com]
0.0.0.0 bet.demdex.net
0.0.0.0 cbsi.demdex.net
@@ -2651,8 +2510,6 @@
0.0.0.0 static.proximic.com
0.0.0.0 di.rlcdn.com #[Marketing Evolution Tracking]
0.0.0.0 tap-secure.rubiconproject.com
0.0.0.0 savvyads.com
0.0.0.0 collector.savvyads.com
0.0.0.0 mtrx.go.sonobi.com
0.0.0.0 cdn.sail-horizon.com
0.0.0.0 shareaholic.com
@@ -2680,7 +2537,6 @@
0.0.0.0 3165.tm.zedo.com
0.0.0.0 www.zergnet.com
# [Amazon.com][AS16509][54.240.0.0 - 54.255.255.255]
0.0.0.0 d.254a.com
0.0.0.0 kwserver.adhispanic.com
0.0.0.0 ads.adiply.com
0.0.0.0 srv.admailtiser.com
@@ -2752,14 +2608,11 @@
0.0.0.0 api.proofpositivemedia.com
0.0.0.0 s.pubmine.com
# [Amazon.com][AS14618][54.72.0.0 - 54.95.255.255]
0.0.0.0 t.254a.com
0.0.0.0 r.254a.com
0.0.0.0 yieldmanager.adbooth.com
0.0.0.0 synchroscript.adswizz.com
0.0.0.0 synchroscript.deliveryengine.adswizz.com
0.0.0.0 secure.adwebster.com
0.0.0.0 pixiedust.buzzfeed.com
0.0.0.0 tracking.crobo.com
0.0.0.0 comcast.demdex.net
0.0.0.0 ecs.demdex.net
0.0.0.0 collector.githubapp.com
@@ -3383,8 +3236,6 @@
0.0.0.0 v2.adgoto.com
0.0.0.0 www.mm26.com
# [Choopa][AS20473][66.55.128.0 - 66.55.159.255]
0.0.0.0 www.18access.com
0.0.0.0 www.hentaidatabase.com
0.0.0.0 longtraffic.com
0.0.0.0 adv.sexcounter.com #[Tracking.Cookie]
0.0.0.0 cs.sexcounter.com
@@ -3395,13 +3246,9 @@
# [Choopa][68.232.160.0 - 68.232.191.255]
# [Chunghwa Telecom][AS3462][210.242.128.0 - 210.242.255.255]
0.0.0.0 secure-yt.imrworldwide.com
# [ClaraNET][AS8426][213.221.106.192 - 213.221.106.223]
0.0.0.0 www.econda-monitor.de
# [ClaraNET][AS8426][62.80.0.0 - 62.80.63.255]
0.0.0.0 www.free-choices.com
0.0.0.0 piwik.n24.de #[Piwik.Analytics]
# [ClaraNET][AS8426][95.0.0.0 - 95.255.255.255]
0.0.0.0 ads.adnet-media.net
0.0.0.0 3amcouk.skimlinks.com
0.0.0.0 bikeforumsnet.skimlinks.com
0.0.0.0 complexcom.skimlinks.com
@@ -3449,7 +3296,6 @@
0.0.0.0 tracker.bang.com
0.0.0.0 srv.bebi.com
0.0.0.0 banners.bghelp.co.uk
0.0.0.0 b2u-system-err.icu #[ScamFraudAlert.Antispyware]
0.0.0.0 buzzcpm.com
0.0.0.0 cdnmedia.xyz
0.0.0.0 wp1.cor-natty.com
@@ -3457,11 +3303,6 @@
0.0.0.0 cdn.districtm.ca
0.0.0.0 prebid.districtm.ca
0.0.0.0 downloadappguide.com
0.0.0.0 extra.eboundservices.com
0.0.0.0 www.eboundservices.com
0.0.0.0 cdn.exoticads.com
0.0.0.0 content.exoticads.com
0.0.0.0 www.fileconvertertab.com #[PUA.FileConvTab]
0.0.0.0 track.flexlinkspro.com
0.0.0.0 ox.furaffinity.net
0.0.0.0 rv.furaffinity.net
@@ -3478,11 +3319,6 @@
0.0.0.0 neki.org
# 0.0.0.0 onesignal.com #[blocks Push notifications]
0.0.0.0 opensharecount.com
0.0.0.0 opensoftwareupdater.com #[Riskware/PUP]
0.0.0.0 www.os-downloads.com #[Riskware/PUP]
0.0.0.0 mh.pip-pip-pop.com
0.0.0.0 cdn.www1.pip-pip-pop.com
0.0.0.0 www1.pip-pip-pop.com
0.0.0.0 code.poptm.com
0.0.0.0 ads.proboards.com
0.0.0.0 www.ps7894.com
@@ -3528,7 +3364,6 @@
0.0.0.0 upload.luckyorange.net
# 0.0.0.0 js.maxmind.com #[affects marchon.com / directvnow.com]
0.0.0.0 ads.mylikes.com
0.0.0.0 www.mystat.pl
0.0.0.0 trafficg.com
0.0.0.0 www.trafficg.com
0.0.0.0 trw12.com
@@ -3563,19 +3398,8 @@
0.0.0.0 assets.popmarker.com
# [Cogent / Psinet][AS174][38.0.0.0 - 38.255.255.255]
0.0.0.0 3xtraffic.com
0.0.0.0 33video.33universal.com
0.0.0.0 acuityplatform.com
0.0.0.0 click-west.acuityplatform.com
0.0.0.0 serve-east.acuityplatform.com
0.0.0.0 c1.adform.net
0.0.0.0 a2.adform.net
0.0.0.0 server.as5000.com
0.0.0.0 server2.as5000.com
0.0.0.0 counter.bizland.com
0.0.0.0 v.bsvideos.com
0.0.0.0 hfm.checkm8.com
0.0.0.0 qlipso.checkm8.com
0.0.0.0 sagedigital.checkm8.com
0.0.0.0 creative.clicksor.com
0.0.0.0 ppc-parked.domainsite.com #[Parking Service]
0.0.0.0 vcontent.e-messenger.net
@@ -3596,7 +3420,6 @@
0.0.0.0 a.xanga.com
# [Cogent][AS174][50.7.0.0 - 50.7.255.255]
0.0.0.0 cache.betweendigital.com
0.0.0.0 dispenser-rtb.sape.ru
# [Cogent / Psinet][AS174][66.28.0.0 - 66.28.255.255]
0.0.0.0 static.hatid.com
0.0.0.0 piwik.ientry.com
@@ -3665,8 +3488,6 @@
0.0.0.0 rules.securestudies.com
# [Comscore Network][66.119.41.0 - 66.119.41.127]
0.0.0.0 www.permissionresearch.com
0.0.0.0 relevantknowledge.com
0.0.0.0 www.relevantknowledge.com
0.0.0.0 web.survey-poll.com
0.0.0.0 www.surveysite.com
0.0.0.0 survey2.voicefive.com
@@ -3697,13 +3518,10 @@
0.0.0.0 widget.criteo.com
0.0.0.0 www.criteo.com
# [Cable & Wireless][AS1273][63.130.0.0 - 63.130.255.255]
0.0.0.0 cdn.adnxs.com
0.0.0.0 search.ipromote.com
# [Cybercon][AS7393][64.37.82.96 - 64.37.82.127]
0.0.0.0 api.wundercounter.com
0.0.0.0 www.wundercounter.com
# [Cyberwebhosting][AS8893][212.72.183.0 - 212.72.183.255]
0.0.0.0 www.gratis-toplist.de
# [Cybernet Quest]
0.0.0.0 cqcounter.com #[WebBug]
0.0.0.0 img.cqcounter.com
@@ -3824,8 +3642,6 @@
# [Denit / Cust-denit-id][AS25542][81.93.57.128 - 81.93.57.255]
0.0.0.0 rotator.tradetracker.net
0.0.0.0 ti.tradetracker.net
0.0.0.0 rotator.tradetracker.nl
0.0.0.0 ti.tradetracker.nl
# [Desync / Affinity][AS30217][207.36.0.0 - 207.36.255.255]
0.0.0.0 dsp.xapads.com
# [Desync / Neucom][AS30217][66.230.192.0 - 66.230.239.255]
@@ -3839,9 +3655,6 @@
0.0.0.0 beta.newopenx.detik.com
0.0.0.0 o.detik.com #[WebBug]
0.0.0.0 detik.serving-sys.com
# [Deutsche Telekom][AS3320][80.156.84.0 - 80.156.87.255]
0.0.0.0 geolocation.t-online.de
# [Digital Network/ Hosting and Colocation][AS12695][89.208.144.0 - 89.208.159.255]
# [Digital River][AS32081][174.46.0.0 - 174.47.255.255]
0.0.0.0 ads.glispa.com
# [Digital River][AS8182][207.250.205.0 - 207.250.205.255]
@@ -3895,7 +3708,6 @@
# [DreamHost][AS26347][69.163.128.0 - 69.163.191.255]
0.0.0.0 ads.dkelseymedia.com
0.0.0.0 www.superbanner.org
# [Dwd Technologies][AS46173][208.92.160.0 - 208.92.167.255]
# [e Machines / Quinstreet][AS25878][70.42.22.0 - 70.42.23.255]
0.0.0.0 bilbob.com
0.0.0.0 didtal.com
@@ -3921,8 +3733,6 @@
0.0.0.0 adv.0tub.com
0.0.0.0 cdn1.adadvisor.net
0.0.0.0 cdn.adgear.com
0.0.0.0 www.ad4mat.at
0.0.0.0 www.ad4mat.de
0.0.0.0 cdn.engine.adsupply.com
0.0.0.0 ads.adultfriendfinder.com
0.0.0.0 ads.adxpansion.com
@@ -3957,7 +3767,6 @@
0.0.0.0 cdn1.steelhousemedia.com
0.0.0.0 cdn4s.steelhousemedia.com
0.0.0.0 www.synovite-scripts.com
0.0.0.0 loader.topadvert.ru
0.0.0.0 tcr.tynt.com
0.0.0.0 cts.w55c.net
0.0.0.0 images.webads.nl
@@ -4123,8 +3932,6 @@
0.0.0.0 hits.nextstat.com
0.0.0.0 hv3.webstat.com
0.0.0.0 hits.webstat.com #[Tracking.Cookie]
# [Firstlook][AS40634][208.87.148.0 - 208.87.151.255]
0.0.0.0 areasnap.com #[Parking.Service]
# [Fluent Ltd][AS39779][195.78.94.0 - 195.78.95.255]
0.0.0.0 uk.ads.hexus.net
0.0.0.0 adserver4.fluent.ltd.uk
@@ -4147,11 +3954,6 @@
0.0.0.0 ads.gamespyid.com
# [Fox Interactive / Ign Entertainment][69.10.16.0 - 69.10.31.255]
0.0.0.0 wrapper.fileplanet.com
0.0.0.0 wrapper.giga.de
# [Freenet Ag][AS5430][62.104.23.64 - 62.104.23.127]
0.0.0.0 ad.cashdorado.de
0.0.0.0 adview.ppro.de
0.0.0.0 cdn.stroeerdigitalmedia.de
# [Freewheel Media][AS26558][217.156.128.0 - 217.156.255.255]
0.0.0.0 5d406.v.fwmrm.net
# [Freewheel Media][AS26558][63.251.0.0 - 63.251.255.255]
@@ -4356,7 +4158,6 @@
0.0.0.0 icorpadro.hit.gemius.pl
0.0.0.0 idm.hit.gemius.pl
0.0.0.0 interia.hit.gemius.pl
0.0.0.0 investoradbg.hit.gemius.pl
0.0.0.0 keepaneyeadmk.hit.gemius.pl
0.0.0.0 kon.hit.gemius.pl
0.0.0.0 lrytasadlt.hit.gemius.pl
@@ -4384,7 +4185,6 @@
0.0.0.0 rbcgaru.hit.gemius.pl
0.0.0.0 realitateadro.hit.gemius.pl
0.0.0.0 ringieradrs.hit.gemius.pl
0.0.0.0 ringieradro.hit.gemius.pl
0.0.0.0 ro.hit.gemius.pl
0.0.0.0 ro1adro.hit.gemius.pl
0.0.0.0 rp.hit.gemius.pl
@@ -4519,7 +4319,6 @@
0.0.0.0 pwrfcia.com
0.0.0.0 www.tradeadexchange.com
# [Google][AS15169][107.178.192.0 - 107.178.255.255]
0.0.0.0 trackers.adtarget.me
0.0.0.0 t.grtyb.com
0.0.0.0 ado.pro-market.net
0.0.0.0 k.streamrail.com
@@ -4968,15 +4767,12 @@
0.0.0.0 promo.pimproll.com
# [Hurricane Electric][AS6939][66.220.0.0 - 66.220.31.255]
0.0.0.0 trk.in25app.com
# [Hurricane Electric][AS6939][74.82.51.0 - 74.82.51.255]
# [Icdsoft][AS8739][195.8.222.0 - 195.8.223.255]
0.0.0.0 ads.burgasinfo.com
# [ICN][AS49699][130.185.253.0 - 130.185.253.255]
# [ICN][AS49699][91.215.216.0 - 91.215.219.255]
0.0.0.0 bgbaner.com
0.0.0.0 www.bgbaner.com
0.0.0.0 ads.mixbg.net
# [ICN][AS49699][91.230.192.0 - 91.230.195.255]
# [IDG][AS13797][66.186.112.0 - 66.186.127.255]
0.0.0.0 ads.idgworldexpo.com
# [IMR Worldwide][Nielsen/NetRatings]
@@ -5022,31 +4818,14 @@
# [INET / Securenetz-de][212.162.12.0 - 212.162.15.255]
0.0.0.0 link4link.com
0.0.0.0 plus.link4link.com
0.0.0.0 ad.sexcount.de
# [INET / Securenetz][212.162.52.0 - 212.162.53.255]
0.0.0.0 www.sexcount.de
# [INET / Fliks Gmbh][AS25074][213.203.216.0 - 213.203.216.127]
0.0.0.0 adserver.trojaner-info.de
# [INET][AS25074][78.138.104.0 - 78.138.119.255]
0.0.0.0 www.down1oads.com
0.0.0.0 m.exactag.com
0.0.0.0 pxc.otto.de
# [Inflow / Coremetrics][AS19296][66.179.5.0 - 66.179.5.127]
0.0.0.0 data.coremetrics.com
0.0.0.0 jsfp.coremetrics.com
0.0.0.0 test.coremetrics.com
0.0.0.0 twci.coremetrics.com #[Tracking.Cookie]
# [Infonline][AS43407][193.46.63.0 - 193.46.63.255]
0.0.0.0 spiegel.met.vgwort.de
# [Infonline][AS43407][91.215.100.0 - 91.215.103.255]
0.0.0.0 de.ioam.de
0.0.0.0 bm.met.vgwort.de
0.0.0.0 focus.met.vgwort.de
0.0.0.0 handelsblatt.met.vgwort.de
0.0.0.0 n-tv.met.vgwort.de
0.0.0.0 rp-online.met.vgwort.de
0.0.0.0 sz.met.vgwort.de
0.0.0.0 zeit.met.vgwort.de
# [Infolink / Serverpronto][AS15083][ - 64.251.25.182]
0.0.0.0 static.dynad.net
# [Infolink / Serverpronto][AS15083][69.60.114.0 - 69.60.125.255]
@@ -5253,8 +5032,6 @@
0.0.0.0 adc-serv.net
0.0.0.0 ad.adc-serv.net
0.0.0.0 r.adc-serv.net
0.0.0.0 ad.adserver01.de
0.0.0.0 r.adserver01.de
# [IP Exchange / Bigpoint-net][AS15598][62.146.190.0 - 62.146.191.255]
0.0.0.0 adin.bigpoint.com
# [IP Exchange / Leo Gmbh][AS15598][62.146.26.32 - 62.146.26.63]
@@ -5278,9 +5055,7 @@
0.0.0.0 weltonline01.webtrekk.net
0.0.0.0 zeit01.webtrekk.net
# [Ipx Server][AS24900][80.190.246.0 - 80.190.246.255]
0.0.0.0 www.counti.de
0.0.0.0 statistiq.com
0.0.0.0 www.topsites24.de
0.0.0.0 ads.webtools24.net
0.0.0.0 banner.webtools24.net
# [Isprime][AS23393][104.37.176.0 - 104.37.183.255]
@@ -5422,21 +5197,11 @@
0.0.0.0 www.2.livejasmin.com
# [Jupiter Hosting / ICS Entertainment][AS29814][64.255.160.0 - 64.255.191.255]
0.0.0.0 ads.gofuckyourself.com
# [Keyweb Ag][AS31103][84.19.176.0 - 84.19.191.255]
0.0.0.0 ad.adnet.de
# [Keyweb Ag][87.118.82.0 - 87.118.95.255]
0.0.0.0 exchangecash.de
# [Keyweb Ag][87.118.96.0 - 87.118.127.255]
0.0.0.0 pr-cy.ru
# [Keyweb][95.169.186.0 - 95.169.187.255]
0.0.0.0 s1.rotaban.ru
# [Korea Telecom][218.144.0.0 - 218.159.255.255]
0.0.0.0 adimg1.chosun.com
0.0.0.0 cad.chosun.com #[RealMedia]
0.0.0.0 hitlog2.chosun.com
0.0.0.0 counter.joins.com
# [LambdaNet / Ipilum.com][AS13237][80.86.167.128 - 80.86.167.255]
0.0.0.0 www.adcell.de
# [Layer42.net][AS8121][64.13.128.0 - 64.13.191.255]
# 0.0.0.0 www.luminate.com #[affects login]
# [Layered Technologies][AS22576][72.232.0.0 - 72.233.127.255]
@@ -5481,7 +5246,6 @@
0.0.0.0 adservone.com
# [Leaseweb][AS16265][62.212.66.0 - 62.212.84.255]
0.0.0.0 ads.adhood.com
0.0.0.0 www.ad-skills.nl
0.0.0.0 www.hubtraffic.com
# [Leaseweb][82.192.69.0 - 82.192.88.127]
0.0.0.0 img.clicksagent.com
@@ -5508,25 +5272,17 @@
0.0.0.0 js.ero-advertising.com
0.0.0.0 popads.ero-advertising.com
0.0.0.0 tracker.ero-advertising.com
0.0.0.0 adman.kathimerini.gr
0.0.0.0 penix.nl #[ero-advertising.com]
0.0.0.0 ads.rude.com
0.0.0.0 banners.rude.com
0.0.0.0 banners.content.rude.com
0.0.0.0 uberads.net
0.0.0.0 smartinit.webads.nl
# [Leaseweb][Euronoc Networks][85.17.161.0 - 85.17.161.255]
0.0.0.0 artwork.aim4media.com
0.0.0.0 www.aim4media.com
0.0.0.0 popupmoney.com
0.0.0.0 www.popupmoney.com
# [Leaseweb][AS16265][88.208.52.0 - 88.208.57.255]
0.0.0.0 n.adonweb.ru
0.0.0.0 pc.adonweb.ru
0.0.0.0 wu.adonweb.ru
0.0.0.0 n.pcads.ru
# [Leaseweb][AS28753][89.149.194.0 - 89.149.255.255]
0.0.0.0 www.ipcounter.de
0.0.0.0 counter.xeanon.com
# [Leaseweb][94.75.216.0 - 94.75.235.255]
0.0.0.0 a.1nimo.com
@@ -5828,16 +5584,6 @@
0.0.0.0 vidilife.crwdcntrl.net
0.0.0.0 wwtdd.tags.crwdcntrl.net
0.0.0.0 yardbarker.tags.crwdcntrl.net
# [Mail.RU][AS47764][217.69.128.0 - 217.69.135.255]
0.0.0.0 top-fwz1.mail.ru
# [Mail.RU][AS47764][94.100.176.0 - 94.100.183.255]
0.0.0.0 list.ru
0.0.0.0 top.list.ru
0.0.0.0 top1.list.ru
0.0.0.0 top3.list.ru #[WebBug]
0.0.0.0 top6.list.ru
# [Mail.RU][AS47764][94.100.184.0 - 94.100.191.255]
0.0.0.0 host4.list.ru
# [Marchex][AS40495][AS14126][174.137.112.0 - 174.137.127.255]
0.0.0.0 www.enhance.com
0.0.0.0 gflinks.industrybrains.com
@@ -5858,25 +5604,15 @@
# [Master / Fast Internet][149.62.148.0 - 149.62.148.255]
0.0.0.0 banners.yllix.com
0.0.0.0 click2.yllix.com
0.0.0.0 promo.love-money.de
# [Master / Fast Internet][AS24971][89.185.228.0 - 89.185.234.255]
0.0.0.0 www.hypercounter.com
# [Masterhost][AS25532][217.16.27.0 - 217.16.27.255]
0.0.0.0 engine.turboroller.ru
# [Masterhost][83.222.30.0 - 83.222.31.255]
0.0.0.0 mytraf.info
0.0.0.0 www.mytraf.info
0.0.0.0 mytraf.ru
0.0.0.0 www.mytraf.ru
# [Masterhost][AS25532][87.242.72.0 - 87.242.91.255]
0.0.0.0 banners.adfox.ru
0.0.0.0 rq.adfox.ru
0.0.0.0 sup.adfox.ru
0.0.0.0 sedu.adhands.ru
0.0.0.0 img.dt00.net
0.0.0.0 mg.dt00.net
0.0.0.0 nbimg.dt00.net
0.0.0.0 counter.hitmir.ru
0.0.0.0 marketgid.com
0.0.0.0 a.marketgid.com
0.0.0.0 autocounter.marketgid.com
@@ -5886,18 +5622,9 @@
0.0.0.0 mg.marketgid.com
0.0.0.0 parking.reg.ru
# [Masterhost][AS25532][90.156.178.0 - 90.156.179.255]
0.0.0.0 counter.aport.ru
0.0.0.0 gs.spylog.ru
0.0.0.0 spylog.com #[WebBug]
0.0.0.0 hits.spylog.com
0.0.0.0 www.spylog.com
0.0.0.0 spylog.ru
0.0.0.0 tools.spylog.ru
0.0.0.0 www.spylog.ru
# [Maxolution][AS42557][193.239.248.0 - 193.239.249.255]
0.0.0.0 promotion.partnercash.de
# [Mecuriuz][AS48172][188.127.224.0 - 188.127.231.255]
0.0.0.0 advert.rare.ru
# [Media Breakaway / OptinRealBig.com][AS32311][69.6.27.0 - 69.6.27.255]
0.0.0.0 www.cpaempire.com
0.0.0.0 ekmas.com
@@ -5953,7 +5680,7 @@
0.0.0.0 adserver.pressboard.ca
0.0.0.0 data.queryly.com
# [Microsoft][AS8075][40.64.0.0/10]
0.0.0.0 geolocation.onetrust.com
0.0.0.0 geolocation.onetrust.com #[affects cnet.com]
# [Microsoft][AS8075][65.52.0.0 - 65.55.255.255]
0.0.0.0 aidps.atdmt.com
0.0.0.0 analytics.atdmt.com
@@ -7910,7 +7637,6 @@
0.0.0.0 cdn.tapstream.com
# [Ovh Sas][213.186.33.0 - 213.186.33.255]
0.0.0.0 static.canalstat.com
0.0.0.0 metriweb.be
# [Ovh Sas][213.251.131.0 - 213.251.131.255]
0.0.0.0 a1.x-traceur.com
0.0.0.0 a3.x-traceur.com
@@ -7926,8 +7652,6 @@
0.0.0.0 pubted.com
# [Ovh Sas][37.59.0.0 - 37.59.63.255]
0.0.0.0 geoloc16.geovisite.com
0.0.0.0 xed.pl
0.0.0.0 www.xed.pl
# [Ovh Sas][46.105.96.0 - 46.105.127.255]
0.0.0.0 ads.databrainz.com
0.0.0.0 geoloc2.geovisite.com
@@ -7979,10 +7703,7 @@
0.0.0.0 adtools.matrix-cash.com
0.0.0.0 www.one-door.com
0.0.0.0 c.thestat.net
0.0.0.0 www.toptracker.ru
0.0.0.0 www.pro.webstat.pl
0.0.0.0 tracking.wisepops.com
0.0.0.0 www.xstat.pl
0.0.0.0 zbiornik.com
# [Panther Express][AS36408][66.114.48.0 - 66.114.63.255]
0.0.0.0 adbard.net
@@ -10528,7 +10249,6 @@
0.0.0.0 propellerpops.com
0.0.0.0 go.pub2srv.com
0.0.0.0 www.reduxmediia.com
0.0.0.0 xml.seekandsee.com
0.0.0.0 ads.shorte.st
0.0.0.0 c1.smartclick.net
0.0.0.0 www.stamplive.com
@@ -10536,7 +10256,6 @@
0.0.0.0 www.toon-families.com
0.0.0.0 toonfamilies.net
0.0.0.0 www.toonfamilies.net
0.0.0.0 traffic.ru
0.0.0.0 ad.trafficshop.com
0.0.0.0 pu.trafficshop.com
0.0.0.0 webmasters.tubealliance.com
File diff suppressed because it is too large Load Diff
+9
View File
@@ -0,0 +1,9 @@
{
"name": "osint.digitalside.it",
"description": "DigitalSide Threat-Intel malware domains list.",
"homeurl": "https://github.com/davidonzo/Threat-Intel",
"frequency": "daily",
"issues": "https://github.com/davidonzo/Threat-Intel/issues",
"url": "https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt",
"license": "MIT"
}
+44 -7
View File
@@ -8,7 +8,7 @@
# Please forward any additions, corrections or comments by email to
# hosts@someonewhocares.org
# Last updated: Sat, 10 Oct 2020 at 05:50:04 GMT
# Last updated: Tue, 10 Nov 2020 at 00:37:15 GMT
# Use this file to prevent your computer from connecting to selected
# internet hosts. This is an easy and effective way to protect you from
@@ -499,7 +499,6 @@ ff02::3 ip6-allhosts
0.0.0.0 c.thecounter.de
0.0.0.0 c0.adalyser.com
0.0.0.0 c1.statcounter.com
0.0.0.0 c1.thecounter.com
0.0.0.0 c1.thecounter.de
0.0.0.0 c1.xxxcounter.com
0.0.0.0 c10.statcounter.com
@@ -511,13 +510,11 @@ ff02::3 ip6-allhosts
0.0.0.0 c16.statcounter.com
0.0.0.0 c17.statcounter.com
0.0.0.0 c2.gostats.com
0.0.0.0 c2.thecounter.com
0.0.0.0 c2.thecounter.de
0.0.0.0 c2.xxxcounter.com
0.0.0.0 c3.adalyser.com
0.0.0.0 c3.gostats.com
0.0.0.0 c3.statcounter.com
0.0.0.0 c3.thecounter.com
0.0.0.0 c3.xxxcounter.com
0.0.0.0 c4.myway.com
0.0.0.0 c4.statcounter.com
@@ -782,6 +779,7 @@ ff02::3 ip6-allhosts
0.0.0.0 dclk.themarketer.com
0.0.0.0 de.sitestat.com
0.0.0.0 de.tynt.com
0.0.0.0 def.dev-nano.com
0.0.0.0 delivery.loopingclick.com
0.0.0.0 detectorcarecenter.in
0.0.0.0 didtheyreadit.com # email bugs
@@ -1287,7 +1285,6 @@ ff02::3 ip6-allhosts
0.0.0.0 s.youtube.com # Blocking this will interfere with video watching history
0.0.0.0 s1-tracking.adalyser.com
0.0.0.0 s1.shinystat.it
0.0.0.0 s1.thecounter.com
0.0.0.0 s10.histats.com
0.0.0.0 s10.sitemeter.com
0.0.0.0 s11.sitemeter.com
@@ -1579,7 +1576,6 @@ ff02::3 ip6-allhosts
0.0.0.0 tgpcounter.freethumbnailgalleries.com
0.0.0.0 the-counter.net
0.0.0.0 the.sextracker.com
0.0.0.0 thecounter.com
0.0.0.0 themecounter.com
0.0.0.0 tipsurf.com
0.0.0.0 toolbarpartner.com
@@ -2077,7 +2073,6 @@ ff02::3 ip6-allhosts
0.0.0.0 www.stiffnetwork.com
0.0.0.0 www.testracking.com
0.0.0.0 www.the-counter.net
0.0.0.0 www.thecounter.com
0.0.0.0 www.toolbarcounter.com
0.0.0.0 www.tradedoubler.com
0.0.0.0 www.tradedoubler.com.ar
@@ -2244,6 +2239,7 @@ ff02::3 ip6-allhosts
0.0.0.0 bighow.net
0.0.0.0 binsservicesonline.info
0.0.0.0 bir.snjack.info
0.0.0.0 bitcoin-upappl.com
0.0.0.0 bitcoinplus.com
0.0.0.0 bj02.cww.com
0.0.0.0 blackhat.be
@@ -2371,6 +2367,7 @@ ff02::3 ip6-allhosts
0.0.0.0 expertland.net
0.0.0.0 expired-antiviruses.com
0.0.0.0 extinstalls.icu
0.0.0.0 f-trak.rumahkerennn.com
0.0.0.0 f05098.privacy4browsers.com
0.0.0.0 f150123.privacy4browsing.com
0.0.0.0 f18085.privacy4browsers.com
@@ -2389,6 +2386,7 @@ ff02::3 ip6-allhosts
0.0.0.0 filosvybfimpsv.ru.gg
0.0.0.0 filter.mediacpc.com
0.0.0.0 find-your-profithere11.com
0.0.0.0 find-yourprofithere.life
0.0.0.0 firefox-updater.com
0.0.0.0 firefox.net-secure-update.icu
0.0.0.0 fndsdaytings.com
@@ -2770,6 +2768,7 @@ ff02::3 ip6-allhosts
0.0.0.0 pigredoben12.sytes.net
0.0.0.0 pilltabletsrxbargain.net
0.0.0.0 play6932.fuckingmonday113.agency
0.0.0.0 poonstwifterspick.work
0.0.0.0 pop.net21pk.com
0.0.0.0 post.netchina.com.cn
0.0.0.0 postbox.mos.ru
@@ -2822,6 +2821,7 @@ ff02::3 ip6-allhosts
0.0.0.0 s4d.in
0.0.0.0 safedownloadcenter.com
0.0.0.0 safedownloadsrus166.com
0.0.0.0 saletrybest.su
0.0.0.0 sazadubo48.bid
0.0.0.0 sc-spyware.com
0.0.0.0 scan.antispyware-free-scanner.com
@@ -2858,6 +2858,7 @@ ff02::3 ip6-allhosts
0.0.0.0 shell.xhhow4.com
0.0.0.0 shop.skin-safety.com
0.0.0.0 shoppstop.comood.opsource.net
0.0.0.0 shoptrustup.su
0.0.0.0 signin-ebay-com-ws-ebayisapi-dll-signin-webscr.ocom.pl
0.0.0.0 simplyfwd.com
0.0.0.0 sincentre.info
@@ -2962,6 +2963,7 @@ ff02::3 ip6-allhosts
0.0.0.0 ultra2.tsinghua.edu.cn
0.0.0.0 unetbootin.net
0.0.0.0 unetbootin.org
0.0.0.0 unitdotto.club
0.0.0.0 unk.vver.kiae.rr
0.0.0.0 unknown.counsellor.gov.cn
0.0.0.0 update.theplacetoupdating.pw
@@ -2983,6 +2985,7 @@ ff02::3 ip6-allhosts
0.0.0.0 videoamp.com
0.0.0.0 videos.dskjkiuw.com
0.0.0.0 videos.twitter.secure-logins01.com # twitter worm (http://mashable.com/2009/09/23/twitter-worm-dms/)
0.0.0.0 viowyf.khaiafi.com
0.0.0.0 vip.fortunatetime.xyz
0.0.0.0 virus-notice.com
0.0.0.0 voyager1.telesat.com.co
@@ -3018,6 +3021,7 @@ ff02::3 ip6-allhosts
0.0.0.0 wk4x5rdtoz2tn0.com
0.0.0.0 wm.maxysearch.info
0.0.0.0 womo.corrmedic.ru
0.0.0.0 worldnewstoday.site
0.0.0.0 wrontonshatbona.pro
0.0.0.0 ws.xjb.ac.cn
0.0.0.0 ws05.crypto-loot.com
@@ -7182,6 +7186,7 @@ ff02::3 ip6-allhosts
0.0.0.0 axp.zedo.com
0.0.0.0 aynachatsrv.com
0.0.0.0 azcentra.app.ur.gcion.com
0.0.0.0 azoaltou.com
0.0.0.0 azoogleads.com
0.0.0.0 aztbeszelik.com
0.0.0.0 b.a2gw.com
@@ -7365,7 +7370,9 @@ ff02::3 ip6-allhosts
0.0.0.0 best-hir.com
0.0.0.0 best2017games.com
0.0.0.0 best2019-games-web1.com
0.0.0.0 best2020-games-web1.com
0.0.0.0 bestadbid.com
0.0.0.0 bestaryua.com
0.0.0.0 bestgift4you.cn
0.0.0.0 bestmmo2018.com
0.0.0.0 bestorican.com
@@ -7651,6 +7658,7 @@ ff02::3 ip6-allhosts
0.0.0.0 cdn.ayads.co
0.0.0.0 cdn.banners.scubl.com
0.0.0.0 cdn.bestssaker.com
0.0.0.0 cdn.betgorebysson.club
0.0.0.0 cdn.braun634.com
0.0.0.0 cdn.carbonads.com
0.0.0.0 cdn.classicdanube.info
@@ -8077,6 +8085,7 @@ ff02::3 ip6-allhosts
0.0.0.0 d2.zedo.com
0.0.0.0 d3.sina.com.cn
0.0.0.0 d3.zedo.com
0.0.0.0 d3v3bqdndm4erx.cloudfront.net
0.0.0.0 d4.zedo.com
0.0.0.0 d4q8zgf756.com
0.0.0.0 d5.zedo.com
@@ -8174,6 +8183,7 @@ ff02::3 ip6-allhosts
0.0.0.0 directpowerrewards.com
0.0.0.0 directrev.cloudapp.net
0.0.0.0 dirtyrhino.com
0.0.0.0 disapprovalaccusedirt.com
0.0.0.0 discount-savings-more.com
0.0.0.0 discoverdemo.com
0.0.0.0 discoverecommerce.tt.omtrdc.net
@@ -8748,6 +8758,7 @@ ff02::3 ip6-allhosts
0.0.0.0 gozatar.com
0.0.0.0 gozing.directtrack.com
0.0.0.0 grabbit-rabbit.com
0.0.0.0 graizoah.com
0.0.0.0 graphics.adultfriendfinder.com
0.0.0.0 graphics.pop6.com
0.0.0.0 gratkapl.adocean.pl
@@ -9080,6 +9091,7 @@ ff02::3 ip6-allhosts
0.0.0.0 infos-bourses.com
0.0.0.0 inklineglobal.com
0.0.0.0 inl.adbureau.net
0.0.0.0 inpagepush.com
0.0.0.0 inpagevideo.nl
0.0.0.0 input.insights.gravity.com
0.0.0.0 ins-offer.com
@@ -9342,6 +9354,7 @@ ff02::3 ip6-allhosts
0.0.0.0 letslowbefast.site
0.0.0.0 letssearch.com
0.0.0.0 levexis.com
0.0.0.0 lftqch650apz.com
0.0.0.0 lg.brandreachsys.com
0.0.0.0 libdgel.net
0.0.0.0 liberty.gedads.com
@@ -9521,8 +9534,11 @@ ff02::3 ip6-allhosts
0.0.0.0 maxonclick.com
0.0.0.0 maxserving.com
0.0.0.0 mb01.com
0.0.0.0 mbermorn.top
0.0.0.0 mbox2.offermatica.com
0.0.0.0 mbox9.offermatica.com
0.0.0.0 mc.webvisor.org
0.0.0.0 mc.yandex.ru
0.0.0.0 mcagbtdcwklf.com
0.0.0.0 mccafee-orientador.com-br.site
0.0.0.0 mcfg.sandai.net
@@ -9858,6 +9874,7 @@ ff02::3 ip6-allhosts
0.0.0.0 ng.virgul.com
0.0.0.0 ng3.ads.warnerbros.com
0.0.0.0 ngads.smartage.com
0.0.0.0 ngp1.intnotif.club
0.0.0.0 nicappazaza.com
0.0.0.0 nickleplatedads.com
0.0.0.0 nitrous.exitfuel.com
@@ -9954,6 +9971,7 @@ ff02::3 ip6-allhosts
0.0.0.0 offer.alibaba.com
0.0.0.0 offer.camp
0.0.0.0 offerfactory.click
0.0.0.0 offerimage.com
0.0.0.0 offerreality.com
0.0.0.0 offers.bycontext.com
0.0.0.0 offers.impower.com
@@ -10290,6 +10308,7 @@ ff02::3 ip6-allhosts
0.0.0.0 pp2.pptv.com
0.0.0.0 pq.stat.ku6.com
0.0.0.0 pqqyhbff.cinci.rr.com
0.0.0.0 practeddagek.club
0.0.0.0 prefersurvey.net
0.0.0.0 preland.softmonetize.com
0.0.0.0 preligions.com
@@ -10398,6 +10417,7 @@ ff02::3 ip6-allhosts
0.0.0.0 prpops.com
0.0.0.0 ps-us.amazon-adsystem.com
0.0.0.0 ps.eyeota.net
0.0.0.0 ps.popcash.net
0.0.0.0 ps4ux.com
0.0.0.0 pstatic.datafastguru.info
0.0.0.0 pt-gmtdmp.mookie1.com
@@ -10405,6 +10425,8 @@ ff02::3 ip6-allhosts
0.0.0.0 pt.trafficjunky.net
0.0.0.0 pt21na.com
0.0.0.0 pt5.titans-gel.net
0.0.0.0 pteenoum.com
0.0.0.0 ptirgaux.com
0.0.0.0 ptrads.mp3.com
0.0.0.0 ptreklam.com
0.0.0.0 ptreklam.com.tr
@@ -10438,6 +10460,7 @@ ff02::3 ip6-allhosts
0.0.0.0 push-ad.com
0.0.0.0 push-notification.tools
0.0.0.0 push.aarth.net
0.0.0.0 pushagim.com
0.0.0.0 pushno.com
0.0.0.0 pussl22.com
0.0.0.0 pwdplz.com
@@ -10736,6 +10759,7 @@ ff02::3 ip6-allhosts
0.0.0.0 safenyplanet.in
0.0.0.0 sagent.io
0.0.0.0 salesforcecom.tt.omtrdc.net
0.0.0.0 saletrybest.su
0.0.0.0 samsung3.solution.weborama.fr
0.0.0.0 sanalreklam.com
0.0.0.0 sarah.dntrx.com
@@ -10925,6 +10949,7 @@ ff02::3 ip6-allhosts
0.0.0.0 showads1000.pubmatic.com
0.0.0.0 showadsak.pubmatic.com
0.0.0.0 shrek.6.cn
0.0.0.0 shrimpsqueezed.com
0.0.0.0 si.hit.gemius.pl
0.0.0.0 sifomedia.citypaketet.se
0.0.0.0 signoredom.com
@@ -10963,6 +10988,7 @@ ff02::3 ip6-allhosts
0.0.0.0 smsmovies.net
0.0.0.0 smutstone.com
0.0.0.0 sn.baventures.com
0.0.0.0 snammar-jumntal.com
0.0.0.0 snaps.vidiemi.com
0.0.0.0 snip.answers.com
0.0.0.0 snipjs.answcdn.com
@@ -11111,6 +11137,7 @@ ff02::3 ip6-allhosts
0.0.0.0 static.oroll.com
0.0.0.0 static.plista.com
0.0.0.0 static.plugrush.com
0.0.0.0 static.ptoahaistais.com
0.0.0.0 static.pulse360.com
0.0.0.0 static.regiojobs.be
0.0.0.0 static.scanscout.com
@@ -11214,6 +11241,7 @@ ff02::3 ip6-allhosts
0.0.0.0 syndication.exdynsrv.com
0.0.0.0 syndication.exoclick.com
0.0.0.0 syndication.exosrv.com
0.0.0.0 syndication.optimizesrv.com
0.0.0.0 syndication.traffichaus.com
0.0.0.0 sysadmin.map24.com
0.0.0.0 sysip.net
@@ -11304,6 +11332,7 @@ ff02::3 ip6-allhosts
0.0.0.0 the-binary-trader.biz
0.0.0.0 the-path-gateway.com
0.0.0.0 the-smart-stop.com
0.0.0.0 thebestgame2020.com
0.0.0.0 thebrighttag.com
0.0.0.0 thebuzz.today
0.0.0.0 themaplemethod.com
@@ -11320,6 +11349,7 @@ ff02::3 ip6-allhosts
0.0.0.0 this.content.served.by.adshuffle.com
0.0.0.0 thoughtfully-free.com
0.0.0.0 thruport.com
0.0.0.0 tic.filmstoon.cam
0.0.0.0 tidebuy.com
0.0.0.0 tiltott.net
0.0.0.0 timelywebsitehostesses.com
@@ -11829,10 +11859,12 @@ ff02::3 ip6-allhosts
0.0.0.0 wap.casee.cn
0.0.0.0 warp.crystalad.com
0.0.0.0 watch-this.live
0.0.0.0 waust.at
0.0.0.0 wd.adcolony.com
0.0.0.0 wdm29.com
0.0.0.0 we-are-gamers.com
0.0.0.0 wearewolves-records.com
0.0.0.0 web-bars.com
0.0.0.0 web.adblade.com
0.0.0.0 web.nyc.ads.juno.co
0.0.0.0 web1b.netreflector.com
@@ -11860,6 +11892,7 @@ ff02::3 ip6-allhosts
0.0.0.0 wf.basebanner.com
0.0.0.0 whatishotnow.net
0.0.0.0 whoroaza.com
0.0.0.0 whos.amung.us
0.0.0.0 widespace.com
0.0.0.0 widget.achetezfacile.com
0.0.0.0 widget.crowdignite.com
@@ -11867,6 +11900,7 @@ ff02::3 ip6-allhosts
0.0.0.0 widget.plugrush.com
0.0.0.0 widget3.linkwithin.com
0.0.0.0 widget5.linkwithin.com
0.0.0.0 widgets.amung.us
0.0.0.0 widgets.outbrain.com
0.0.0.0 widgets.tcimg.com
0.0.0.0 wigetmedia.com
@@ -11894,6 +11928,7 @@ ff02::3 ip6-allhosts
0.0.0.0 ws-na.amazon-adsystem.com
0.0.0.0 ws.addthis.com
0.0.0.0 wtp101.com
0.0.0.0 ww1.flashx.net
0.0.0.0 ww1510.smartadserver.com
0.0.0.0 ww251.smartadserver.com
0.0.0.0 ww690.smartadserver.com
@@ -12255,6 +12290,7 @@ ff02::3 ip6-allhosts
0.0.0.0 www.exasharetab.com
0.0.0.0 www.exclusive-games.website
0.0.0.0 www.exclusivegiftcards.com
0.0.0.0 www.expresvpn-private-analytics.net
0.0.0.0 www.eyeblaster-bs.com
0.0.0.0 www.eyewonder.com
0.0.0.0 www.falkag.de
@@ -12809,6 +12845,7 @@ ff02::3 ip6-allhosts
0.0.0.0 www.usatravel-specials.com
0.0.0.0 www.usatravel-specials.net
0.0.0.0 www.usemax.de
0.0.0.0 www.user-shield.com
0.0.0.0 www.utarget.co.uk
0.0.0.0 www.valueclick.com
0.0.0.0 www.verypositiveus.com
+1 -1
View File
@@ -455,7 +455,6 @@
0.0.0.0 android.public.astrsk.net
0.0.0.0 androidads20.adcolony.com
0.0.0.0 androidsdk.ads.mp.mydas.mobi
0.0.0.0 animate.adobe.com
0.0.0.0 aniview.com
0.0.0.0 anonymousdemographics.com
0.0.0.0 antennash.com
@@ -503,6 +502,7 @@
0.0.0.0 app-install-world.com
0.0.0.0 app-measurement.com
0.0.0.0 app.adjust.com
0.0.0.0 app.adjust.net.in
0.0.0.0 appad.click
0.0.0.0 appad02.mbsp.jp
0.0.0.0 appier.mobi
+33 -18
View File
@@ -2,8 +2,8 @@
#
# For more information about this list, see: https://pgl.yoyo.org/adservers/
# ----
# last updated: Tue, 13 Oct 2020 10:56:58 GMT
# entries: 3545
# last updated: Mon, 16 Nov 2020 08:30:44 GMT
# entries: 3560
# format: hosts (hosts -- in hosts file format)
# credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl
# this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0
@@ -11,7 +11,7 @@
# other formats: https://pgl.yoyo.org/adservers/formats.php
# policy: https://pgl.yoyo.org/adservers/policy.php
#
# start date: Fri, 20 Oct 2000 00:00:00
# start date: Tue, 21 Nov 2000 00:00:00
0.0.0.0 1-1ads.com
0.0.0.0 101com.com
0.0.0.0 101order.com
@@ -61,6 +61,7 @@
0.0.0.0 a.xanga.com
0.0.0.0 a135.wftv.com
0.0.0.0 a5.overclockers.ua
0.0.0.0 a8a8altrk.com
0.0.0.0 aa-metrics.beauty.hotpepper.jp
0.0.0.0 aa-metrics.recruit-card.jp
0.0.0.0 aa-metrics.trip-ai.jp
@@ -139,7 +140,6 @@
0.0.0.0 ad.gt
0.0.0.0 ad.hbv.de
0.0.0.0 ad.hodomobile.com
0.0.0.0 ad.httpool.com
0.0.0.0 ad.hyena.cz
0.0.0.0 ad.iinfo.cz
0.0.0.0 ad.ilove.ch
@@ -215,6 +215,7 @@
0.0.0.0 ad4mat.com
0.0.0.0 ad4mat.de
0.0.0.0 ad4mat.net
0.0.0.0 adabra.com
0.0.0.0 adaction.de
0.0.0.0 adadvisor.net
0.0.0.0 adalliance.io
@@ -241,7 +242,6 @@
0.0.0.0 adcenter.net
0.0.0.0 adcentriconline.com
0.0.0.0 adclick.com
0.0.0.0 adclient.uimserv.net
0.0.0.0 adclient1.tucows.com
0.0.0.0 adcolony.com
0.0.0.0 adcomplete.com
@@ -342,6 +342,8 @@
0.0.0.0 admized.com
0.0.0.0 admob.com
0.0.0.0 admonitor.com
0.0.0.0 admotion.com.ar
0.0.0.0 adn.lrb.co.uk
0.0.0.0 adnet.asahi.com
0.0.0.0 adnet.biz
0.0.0.0 adnet.de
@@ -579,7 +581,6 @@
0.0.0.0 ads.liberte.pl
0.0.0.0 ads.lifethink.net
0.0.0.0 ads.linkedin.com
0.0.0.0 ads.linuxfoundation.org
0.0.0.0 ads.livenation.com
0.0.0.0 ads.lordlucky.com
0.0.0.0 ads.ma7.tv
@@ -879,7 +880,6 @@
0.0.0.0 adskeeper.co.uk
0.0.0.0 adsklick.de
0.0.0.0 adskpak.com
0.0.0.0 adsmarket.com
0.0.0.0 adsmart.com
0.0.0.0 adsmart.net
0.0.0.0 adsmogo.com
@@ -956,7 +956,6 @@
0.0.0.0 advertiseireland.com
0.0.0.0 advertisementafterthought.com
0.0.0.0 advertiserurl.com
0.0.0.0 advertisespace.com
0.0.0.0 advertising.com
0.0.0.0 advertisingbanners.com
0.0.0.0 advertisingbox.com
@@ -987,6 +986,7 @@
0.0.0.0 adyea.com
0.0.0.0 adyoulike.com
0.0.0.0 adz.rashflash.com
0.0.0.0 adz2you.com
0.0.0.0 adzbazar.com
0.0.0.0 adzerk.net
0.0.0.0 adzerk.s3.amazonaws.com
@@ -1214,6 +1214,7 @@
0.0.0.0 banners.isoftmarketing.com
0.0.0.0 banners.linkbuddies.com
0.0.0.0 banners.passion.com
0.0.0.0 banners.payserve.com
0.0.0.0 banners.resultonline.com
0.0.0.0 banners.sys-con.com
0.0.0.0 banners.thomsonlocal.com
@@ -1287,6 +1288,7 @@
0.0.0.0 blogherads.com
0.0.0.0 blogtoplist.se
0.0.0.0 blogtopsites.com
0.0.0.0 blueadvertise.com
0.0.0.0 blueconic.com
0.0.0.0 blueconic.net
0.0.0.0 bluekai.com
@@ -1317,6 +1319,7 @@
0.0.0.0 braincash.com
0.0.0.0 brand-display.com
0.0.0.0 brandreachsys.com
0.0.0.0 breaktime.com.tw
0.0.0.0 brealtime.com
0.0.0.0 bridgetrack.com
0.0.0.0 brightcom.com
@@ -1445,6 +1448,7 @@
0.0.0.0 clicktrade.com
0.0.0.0 clickwith.bid
0.0.0.0 clickxchange.com
0.0.0.0 clickyab.com
0.0.0.0 clickz.com
0.0.0.0 clientmetrics-pa.googleapis.com
0.0.0.0 clikerz.net
@@ -1472,7 +1476,6 @@
0.0.0.0 coin-hive.com
0.0.0.0 coinhive.com
0.0.0.0 cointraffic.io
0.0.0.0 collector-medium.lightstep.com
0.0.0.0 colonize.com
0.0.0.0 comclick.com
0.0.0.0 comfortablecheese.com
@@ -1518,7 +1521,6 @@
0.0.0.0 counter.cnw.cz
0.0.0.0 counter.cz
0.0.0.0 counter.dreamhost.com
0.0.0.0 counter.fateback.com
0.0.0.0 counter.mirohost.net
0.0.0.0 counter.mojgorod.ru
0.0.0.0 counter.nowlinux.com
@@ -1580,6 +1582,7 @@
0.0.0.0 dashingdirt.com
0.0.0.0 dashingsweater.com
0.0.0.0 data.namesakeoscilloscopemarquis.com
0.0.0.0 data8a8altrk.com
0.0.0.0 dbbsrv.com
0.0.0.0 dc-storm.com
0.0.0.0 de17a.com
@@ -1642,6 +1645,7 @@
0.0.0.0 doubleclick.de
0.0.0.0 doubleclick.net
0.0.0.0 doublepimp.com
0.0.0.0 doubleverify.com
0.0.0.0 doubtfulrainstorm.com
0.0.0.0 downloadr.xyz
0.0.0.0 dpbolvw.net
@@ -1655,9 +1659,7 @@
0.0.0.0 dsp.io
0.0.0.0 dstillery.com
0.0.0.0 dyntrk.com
0.0.0.0 dzairads.com
0.0.0.0 e-adimages.scrippsnetworks.com
0.0.0.0 e-bannerx.com
0.0.0.0 e-m.fr
0.0.0.0 e-planning.net
0.0.0.0 e.kde.cz
@@ -1667,7 +1669,6 @@
0.0.0.0 eas.almamedia.fi
0.0.0.0 easyhits4u.com
0.0.0.0 ebayadvertising.com
0.0.0.0 ebocornac.com
0.0.0.0 ebuzzing.com
0.0.0.0 ecircle-ag.com
0.0.0.0 ecleneue.com
@@ -1680,7 +1681,6 @@
0.0.0.0 edgeio.com
0.0.0.0 effectivemeasure.com
0.0.0.0 effectivemeasure.net
0.0.0.0 effectstorestream8.live
0.0.0.0 efficaciouscactus.com
0.0.0.0 eiv.baidu.com
0.0.0.0 ejyymghi.com
@@ -1753,7 +1753,6 @@
0.0.0.0 exitexchange.com
0.0.0.0 exitfuel.com
0.0.0.0 exoclick.com
0.0.0.0 exogripper.com
0.0.0.0 exosrv.com
0.0.0.0 experianmarketingservices.digital
0.0.0.0 explorads.com
@@ -1777,6 +1776,7 @@
0.0.0.0 farethief.com
0.0.0.0 farmergoldfish.com
0.0.0.0 fascinatedfeather.com
0.0.0.0 fast-redirecting.com
0.0.0.0 fastclick.com
0.0.0.0 fastclick.com.edgesuite.net
0.0.0.0 fastclick.net
@@ -1886,6 +1886,7 @@
0.0.0.0 googleadservices.com
0.0.0.0 googleanalytics.com
0.0.0.0 googlesyndication.com
0.0.0.0 googletagmanager.com
0.0.0.0 googletagservices.com
0.0.0.0 gorgeousground.com
0.0.0.0 gostats.com
@@ -1964,6 +1965,7 @@
0.0.0.0 hollps.win
0.0.0.0 homepageking.de
0.0.0.0 honeygoldfish.com
0.0.0.0 honorablehall.com
0.0.0.0 honorableland.com
0.0.0.0 hostedads.realitykings.com
0.0.0.0 hotjar.com
@@ -2022,6 +2024,7 @@
0.0.0.0 imonomy.com
0.0.0.0 importedincrease.com
0.0.0.0 impossibleexpansion.com
0.0.0.0 imprese.cz
0.0.0.0 impressionmedia.cz
0.0.0.0 impressionmonster.com
0.0.0.0 impressionz.co.uk
@@ -2108,6 +2111,7 @@
0.0.0.0 justrelevant.com
0.0.0.0 justuno.com
0.0.0.0 k.iinfo.cz
0.0.0.0 kameleoon.com
0.0.0.0 kanoodle.com
0.0.0.0 kargo.com
0.0.0.0 karisimbi.net
@@ -2203,6 +2207,7 @@
0.0.0.0 lizardslaugh.com
0.0.0.0 lkqd.com
0.0.0.0 loading321.com
0.0.0.0 locked4.com
0.0.0.0 lockerdome.com
0.0.0.0 log.btopenworld.com
0.0.0.0 log.logrocket.io
@@ -2470,7 +2475,6 @@
0.0.0.0 oas.toronto.com
0.0.0.0 oas.uniontrib.com
0.0.0.0 oas.villagevoice.com
0.0.0.0 oascentral.businessweek.com
0.0.0.0 oascentral.chicagobusiness.com
0.0.0.0 oascentral.fortunecity.com
0.0.0.0 oascentral.register.com
@@ -2542,6 +2546,7 @@
0.0.0.0 owebmoney.ru
0.0.0.0 owlsr.us
0.0.0.0 owneriq.net
0.0.0.0 ox1.shopcool.com.tw
0.0.0.0 oxado.com
0.0.0.0 oxcash.com
0.0.0.0 oxen.hillcountrytexas.com
@@ -2572,7 +2577,6 @@
0.0.0.0 passion-4.net
0.0.0.0 paycounter.com
0.0.0.0 paypopup.com
0.0.0.0 payserve.com
0.0.0.0 pbnet.ru
0.0.0.0 pbterra.com
0.0.0.0 pcash.imlive.com
@@ -2661,6 +2665,7 @@
0.0.0.0 prmtracking.com
0.0.0.0 pro-advertising.com
0.0.0.0 pro-market.net
0.0.0.0 producecopy.com
0.0.0.0 producer.getwisdom.io
0.0.0.0 proext.com
0.0.0.0 profero.com
@@ -2746,7 +2751,6 @@
0.0.0.0 railwayreason.com
0.0.0.0 rampidads.com
0.0.0.0 rank-master.com
0.0.0.0 rankchamp.de
0.0.0.0 ranking-charts.de
0.0.0.0 ranking-hits.de
0.0.0.0 ranking-links.de
@@ -2761,6 +2765,7 @@
0.0.0.0 ratings.lycos.com
0.0.0.0 rayjump.com
0.0.0.0 rb1.design.ru
0.0.0.0 re-directme.com
0.0.0.0 reachjunction.com
0.0.0.0 reactx.com
0.0.0.0 readgoldfish.com
@@ -3145,6 +3150,7 @@
0.0.0.0 tappx.com
0.0.0.0 targad.de
0.0.0.0 target.microsoft.com
0.0.0.0 targeting.api.drift.com
0.0.0.0 targeting.nzme.arcpublishing.com
0.0.0.0 targetingnow.com
0.0.0.0 targetnet.com
@@ -3254,6 +3260,7 @@
0.0.0.0 trackedweb.net
0.0.0.0 tracker-pm2.spilleren.com
0.0.0.0 tracker.bannerflow.com
0.0.0.0 tracker.cdnbye.com
0.0.0.0 tracker.comunidadmarriott.com
0.0.0.0 tracker.icerocket.com
0.0.0.0 tracker.mmdlv.it
@@ -3288,6 +3295,7 @@
0.0.0.0 tradedoubler.com
0.0.0.0 trading-rtbg.com
0.0.0.0 traffic-exchange.com
0.0.0.0 traffic-redirecting.com
0.0.0.0 traffic.focuusing.com
0.0.0.0 trafficfactory.biz
0.0.0.0 trafficforce.com
@@ -3319,6 +3327,7 @@
0.0.0.0 triplelift.com
0.0.0.0 triptease.io
0.0.0.0 trix.net
0.0.0.0 trk.bee-data.com
0.0.0.0 trk.techtarget.com
0.0.0.0 trk42.net
0.0.0.0 trkn.us
@@ -3353,6 +3362,7 @@
0.0.0.0 undertone.com
0.0.0.0 universcine.com
0.0.0.0 unknowntray.com
0.0.0.0 unless.com
0.0.0.0 unrulymedia.com
0.0.0.0 untd.com
0.0.0.0 untidyquestion.com
@@ -3380,6 +3390,7 @@
0.0.0.0 valuesponsor.com
0.0.0.0 vanfireworks.com
0.0.0.0 variablefitness.com
0.0.0.0 vcommission.com
0.0.0.0 veille-referencement.com
0.0.0.0 velismedia.com
0.0.0.0 ventivmedia.com
@@ -3397,6 +3408,7 @@
0.0.0.0 videoadex.com
0.0.0.0 videoamp.com
0.0.0.0 videoegg.com
0.0.0.0 videostats.kakao.com
0.0.0.0 vidora.com
0.0.0.0 view4cash.de
0.0.0.0 viglink.com
@@ -3404,6 +3416,7 @@
0.0.0.0 visistat.com
0.0.0.0 visit.webhosting.yahoo.com
0.0.0.0 visitbox.de
0.0.0.0 visitpath.com
0.0.0.0 visual-pagerank.fr
0.0.0.0 visualrevenue.com
0.0.0.0 vivtracking.com
@@ -3420,6 +3433,7 @@
0.0.0.0 vs.tucows.com
0.0.0.0 vtracy.de
0.0.0.0 vungle.com
0.0.0.0 vwo.com
0.0.0.0 w55c.net
0.0.0.0 wa.and.co.uk
0.0.0.0 waardex.com
@@ -3428,6 +3442,7 @@
0.0.0.0 wateryvan.com
0.0.0.0 wd-track.de
0.0.0.0 wdads.sx.atl.publicus.com
0.0.0.0 web-redirecting.com
0.0.0.0 web-stat.com
0.0.0.0 web.informer.com
0.0.0.0 web2.deja.com
+15
View File
@@ -12,6 +12,7 @@
0.0.0.0 abortions.news
0.0.0.0 abqtimes.com
0.0.0.0 absurd.news
0.0.0.0 actualidad.rt.com
0.0.0.0 adairmadisonnews.com
0.0.0.0 adamscountytimes.com
0.0.0.0 adareporter.com
@@ -61,6 +62,7 @@
0.0.0.0 antelopevalleytoday.com
0.0.0.0 anticancer.news
0.0.0.0 apopkatimes.com
0.0.0.0 arabic.rt.com
0.0.0.0 arbusinessdaily.com
0.0.0.0 areyouasleep.com
0.0.0.0 aroostooknews.com
@@ -372,6 +374,7 @@
0.0.0.0 desmoinesguide.com
0.0.0.0 desmoinessun.com
0.0.0.0 detroitcitywire.com
0.0.0.0 deutsch.rt.com
0.0.0.0 dewittreview.com
0.0.0.0 diabetescure.news
0.0.0.0 diabetessciencenews.com
@@ -541,6 +544,7 @@
0.0.0.0 foxcitiesnews.com
0.0.0.0 fprnradio.com
0.0.0.0 fracking.news
0.0.0.0 francais.rt.com
0.0.0.0 fredericksburgleader.com
0.0.0.0 freebeacon.com
0.0.0.0 freedom-articles.toolsforfreedom.com
@@ -707,6 +711,7 @@
0.0.0.0 invasionusa.news
0.0.0.0 inventions.news
0.0.0.0 investmentwatchblog.com
0.0.0.0 inzoomat.se
0.0.0.0 iowacitytoday.com
0.0.0.0 iowaregionalguide.com
0.0.0.0 irishufology.net
@@ -977,6 +982,7 @@
0.0.0.0 naturecoasttimes.com
0.0.0.0 naturopathy.news
0.0.0.0 naugatucktimes.com
0.0.0.0 nbcnews.com.co
0.0.0.0 nbcnews.io
0.0.0.0 ncarkansasnews.com
0.0.0.0 ncbusinessdaily.com
@@ -1200,6 +1206,7 @@
0.0.0.0 nwwyomingnews.com
0.0.0.0 nybusinessdaily.com
0.0.0.0 nycgazette.com
0.0.0.0 nyheternasverige.se
0.0.0.0 oaklandrecord.com
0.0.0.0 ocalastandard.com
0.0.0.0 occupydemocrats.com
@@ -1374,6 +1381,7 @@
0.0.0.0 romereporter.com
0.0.0.0 ronpaulinstitute.org
0.0.0.0 rowannews.com
0.0.0.0 rtd.rt.com
0.0.0.0 rumormillnews.com
0.0.0.0 ruptly.tv
0.0.0.0 rushmorestatenews.com
@@ -1587,6 +1595,7 @@
0.0.0.0 space.news
0.0.0.0 spacetourism.news
0.0.0.0 spartanburgreporter.com
0.0.0.0 speisa.com
0.0.0.0 splc.news
0.0.0.0 spokanecotimes.com
0.0.0.0 spokanestandard.com
@@ -1825,9 +1834,11 @@
0.0.0.0 veteranstoday.news
0.0.0.0 victorvalleytimes.com
0.0.0.0 vigilantcitizen.com
0.0.0.0 vindoegat.se
0.0.0.0 viralactions.com
0.0.0.0 viralcocaine.com
0.0.0.0 viraldevil.com
0.0.0.0 viralking.se
0.0.0.0 viralliberty.com
0.0.0.0 viralmugshot.com
0.0.0.0 viralpropaganda.com
@@ -2004,6 +2015,7 @@
0.0.0.0 www.davidwolfe.com
0.0.0.0 www.dcclothesline.com
0.0.0.0 www.debunkingskeptics.com
0.0.0.0 www.denfriakarolinen.se
0.0.0.0 www.derfmagazine.com
0.0.0.0 www.disclose.tv
0.0.0.0 www.disclosuremedia.net
@@ -2091,6 +2103,7 @@
0.0.0.0 www.ridiculously.com
0.0.0.0 www.rockcitytimes.com
0.0.0.0 www.rt.com
0.0.0.0 www.ruptly.tv
0.0.0.0 www.russia-direct.org
0.0.0.0 www.satiratribune.com
0.0.0.0 www.satirewire.com
@@ -2101,6 +2114,7 @@
0.0.0.0 www.silverdoctors.com
0.0.0.0 www.socialmediamorning.com
0.0.0.0 www.sott.net
0.0.0.0 www.storkensnyheter.se
0.0.0.0 www.strategic-culture.org
0.0.0.0 www.superstation95.com
0.0.0.0 www.surrealscoop.com
@@ -2125,6 +2139,7 @@
0.0.0.0 www.theoccidentalobserver.net
0.0.0.0 www.thepoke.co.uk
0.0.0.0 www.thepoliticalinsider.com
0.0.0.0 www.theportlygazelle.com
0.0.0.0 www.therebel.media
0.0.0.0 www.therussophile.org
0.0.0.0 www.theshovel.com.au
File diff suppressed because it is too large Load Diff
+6808 -2598
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "hosts",
"version": "3.1.0",
"version": "3.2.4",
"description": "Extending and consolidating hosts files from several well-curated sources like adaway.org, mvps.org, malwaredomainlist.com, someonewhocares.org, and potentially others. You can optionally invoke extensions to block additional sites by category.",
"main": "",
"private": true,
@@ -35,6 +35,6 @@
},
"homepage": "https://github.com/StevenBlack/hosts#readme",
"devDependencies": {
"release-it": "^12.6.3"
"release-it": "^14.2.0"
}
}
+19 -19
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **October 15 2020**.
* Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 55,480 entries.
* Last updated: **November 16 2020**.
* Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 59,724 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 55,480 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 57,660 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 57,804 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 75,887 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 58,237 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 59,984 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,067 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 60,417 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 78,211 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 60,561 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 78,643 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,391 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 62,741 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,823 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 80,967 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,147 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 59,724 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 61,919 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 62,048 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 81,352 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 62,482 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 64,243 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 83,547 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 64,677 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 83,676 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 64,806 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 84,109 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 85,871 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 67,001 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 86,304 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 86,433 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 88,628 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -74,8 +74,8 @@ add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.ht
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
Malware Domain List | Malware Domain List is a non-commercial community project. |[link](https://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly | 'can be used for free by anyone' | [issues](https://www.malwaredomainlist.com/contact.php)
MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](https://winhelp2002.mvps.org/) | [raw](https://winhelp2002.mvps.org/hosts.txt) | monthly | CC BY-NC-SA 4.0 | [issues](mailto:winhelp2002@gmail.com)
osint.digitalside.it | DigitalSide Threat-Intel malware domains list. |[link](https://github.com/davidonzo/Threat-Intel) | [raw](https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt) | daily | MIT | [issues](https://github.com/davidonzo/Threat-Intel/issues)
Dan Pollock – [someonewhocares](https://someonewhocares.org/) | How to make the internet not suck (as much). |[link](https://someonewhocares.org/hosts/) | [raw](https://someonewhocares.org/hosts/zero/hosts) | frequently | non-commercial with attribution | [issues](mailto:hosts@someonewhocares.org)
Tiuxo hostlist - ads | Categorized hosts files for DNS based content blocking |[link](https://github.com/tiuxo/hosts) | [raw](https://raw.githubusercontent.com/tiuxo/hosts/master/ads) | occasional | CC BY 4.0 | [issues](https://github.com/tiuxo/hosts/issues)
UncheckyAds | Windows installers ads sources sites based on https://unchecky.com/ content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -775,7 +775,7 @@ def create_initial_file():
):
start = "# Start {}\n\n".format(os.path.basename(os.path.dirname(source)))
end = "# End {}\n\n".format(os.path.basename(os.path.dirname(source)))
end = "\n# End {}\n\n".format(os.path.basename(os.path.dirname(source)))
with open(source, "r", encoding="UTF-8") as curFile:
write_data(merge_file, start + curFile.read() + end)