2021.10.20-03:42:03

This commit is contained in:
Zelo72 2021-10-20 03:45:07 +02:00
parent 4a5a2f3e04
commit fa34abb994
12 changed files with 139 additions and 1370068 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,11 +36,11 @@ Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
1 | 122574 | hosts | http | online | unchanged | https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt
2 | 93459 | hosts | http | online | unchanged | https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
1 | 122575 | hosts | http | online | changed | https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt
2 | 93712 | hosts | http | online | unchanged | https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
3 | 225 | hosts | http | online | unchanged | https://raw.githubusercontent.com/d3ward/toolz/master/src/d3host.txt
4 | 1734 | hosts | http | online | unchanged | https://raw.githubusercontent.com/infinitytec/blocklists/master/ads-and-trackers.txt
5 | 40483 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
5 | 40503 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
6 | 429 | domains | http | online | unchanged | https://raw.githubusercontent.com/nextdns/metadata/master/privacy/affiliate-tracking-domains
7 | 2 | domains | local | online | unchanged | black.list.affiliatetracking
8 | 14242 | domains | local | online | unchanged | black.list
@ -50,16 +50,16 @@ Initialize ...
Stats affiliatetracking:
** Source (raw): 273172
== Source (unique): 252586 (-20586)
-- Exclude: 179250 (-73336)
-- White: 176955 (-2295)
-- White(*): 176808 (-147)
++ Block: 178272 (+1464)
-- Unblock: 178269 (-3)
-- Dead: 152521 (-25748)
++ FLD: 153078 (+557)
++ WWW: 155411 (+2333)
** Source (raw): 273446
== Source (unique): 252762 (-20684)
-- Exclude: 178468 (-74294)
-- White: 176173 (-2295)
-- White(*): 176026 (-147)
++ Block: 177490 (+1464)
-- Unblock: 177487 (-3)
-- Dead: 151713 (-25774)
++ FLD: 152260 (+547)
++ WWW: 154169 (+1909)
# Convert affiliatetracking to Hostlist ...
@ -67,27 +67,6 @@ Stats affiliatetracking:
Prepare domain list for compiling ... done.
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "affiliatetracking",
"sources": [
{
"source": "affiliatetracking.adblock.raw",
"type": "adblock"
}
],
"transformations": [
"Compress"
]
}
Start compiling affiliatetracking.adblock.raw
Original length is 136280
Length after applying transformations is 136280
The list was compressed from 136283 to 132576
Final length of the list is 132582
Writing output to /media/nas/git/rpi/pihole/blocklists/build/affiliatetracking/out/affiliatetracking.adblock
Finished compiling
# Attach header to affiliatetracking Domainlist ...

592189
big.adblock

File diff suppressed because it is too large Load Diff

View File

@ -14,86 +14,22 @@ Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
1 | 472350 | domains | local | online | changed | multi.txt
1 | 469934 | domains | local | online | changed | multi.txt
2 | 45618 | domains | local | online | unchanged | fake.txt
3 | 107915 | domains | local | online | unchanged | big_extension.domains
4 | 1012666 | domains | http | online | unchanged | https://dbl.oisd.nl
3 | 109252 | domains | local | online | changed | big_extension.domains
4 | 974591 | domains | http | online | changed | https://dbl.oisd.nl
# Build big Domainlist ...
Stats big:
** Source (raw): 1638549
== Source (unique): 1355289 (-283260)
** Source (raw): 1599395
== Source (unique): 1328536 (-270859)
# Convert big to Hostlist ...
# Convert big to AdBlocklist ...
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "Big",
"sources": [
{
"source": "/media/nas/git/adguard/multi.adblock",
"type": "adblock",
"transformations": [
"RemoveComments",
"Validate"
]
},
{
"source": "/media/nas/git/adguard/fake.adblock",
"type": "adblock",
"transformations": [
"RemoveComments",
"Validate"
]
},
{
"source": "../../big_extension/out/big_extension.adblock",
"type": "adblock",
"transformations": [
"RemoveComments",
"Validate"
]
},
{
"source": "https://abp.oisd.nl/",
"type": "adblock",
"transformations": [
"RemoveComments",
"Validate"
]
}
],
"transformations": [
"RemoveComments",
"Compress"
]
}
Start compiling /media/nas/git/adguard/multi.adblock
Original length is 259274
Removed 125 comments
Length after applying transformations is 259147
Start compiling /media/nas/git/adguard/fake.adblock
Original length is 23158
Removed 41 comments
Length after applying transformations is 23117
Start compiling ../../big_extension/out/big_extension.adblock
Original length is 102942
Removed 0 comments
Length after applying transformations is 102942
Start compiling https://abp.oisd.nl/
Original length is 389342
Removed 13 comments
Length after applying transformations is 389328
Removed 12 comments
The list was compressed from 774534 to 592189
Final length of the list is 592195
Writing output to /media/nas/git/rpi/pihole/blocklists/build/big/out/big.adblock
Finished compiling
# Attach header to big Domainlist ...

View File

@ -1,12 +1,3 @@
! Title: d3Host List by d3ward
! Expires: 1 days
! Description: Simple and small list with the most popular advertising, analytics and social advertising services
! Homepage: https://github.com/d3ward/toolz
! License: CC BY-NC-SA
! Source: https://github.com/d3ward/toolz/blob/master/src/d3host.txt
! This list cover all the tests on https://d3ward.github.io/toolz/src/adblock
!
! Type : Stable
! Updated On: 09-04-2021
! Created by: d3ward

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@ Initialize ...
Nr | Count | Format | Source | Status | File | URL/File
1 | 1013 | domains | http | online | unchanged | https://raw.githubusercontent.com/jkrejcha/AdmiraList/master/AdmiraList.txt
2 | 15449 | domains | http | online | unchanged | https://raw.githubusercontent.com/AdroitAdorKhan/antipopads-re/master/formats/domains.txt
2 | 15455 | domains | http | online | changed | https://raw.githubusercontent.com/AdroitAdorKhan/antipopads-re/master/formats/domains.txt
3 | 700 | domains | http | online | unchanged | https://raw.githubusercontent.com/DRSDavidSoft/additional-hosts/master/domains/blacklist/adservers-and-trackers.txt
4 | 9922 | domains | http | online | unchanged | https://raw.githubusercontent.com/cbuijs/shallalist/master/adv/domains
5 | 1486 | domains | http | online | unchanged | https://raw.githubusercontent.com/cbuijs/shallalist/master/tracker/domains
@ -46,12 +46,12 @@ Initialize ...
10 | 225 | hosts | http | online | unchanged | https://raw.githubusercontent.com/d3ward/toolz/master/src/d3host.txt
11 | 1734 | hosts | http | online | unchanged | https://raw.githubusercontent.com/infinitytec/blocklists/master/ads-and-trackers.txt
12 | 335 | hosts | http | online | unchanged | https://raw.githubusercontent.com/shreyasminocha/shady-hosts/main/hosts
13 | 16962 | hosts | http | online | unchanged | https://someonewhocares.org/hosts/
14 | 1455 | hosts | http | online | changed | https://urlhaus.abuse.ch/downloads/hostfile/
15 | 40483 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
16 | 18464 | adblock | http | online | unchanged | https://easylist.to/easylist/easylist.txt
17 | 16137 | adblock | http | online | unchanged | https://easylist.to/easylist/easyprivacy.txt
18 | 9284 | adblock | http | online | unchanged | https://raw.githubusercontent.com/easylist/easylist/master/easyprivacy/easyprivacy_specific_cname.txt
13 | 16961 | hosts | http | online | changed | https://someonewhocares.org/hosts/
14 | 1503 | hosts | http | online | changed | https://urlhaus.abuse.ch/downloads/hostfile/
15 | 40503 | adblock | http | online | changed | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
16 | 18480 | adblock | http | online | changed | https://easylist.to/easylist/easylist.txt
17 | 16168 | adblock | http | online | changed | https://easylist.to/easylist/easyprivacy.txt
18 | 9314 | adblock | http | online | changed | https://raw.githubusercontent.com/easylist/easylist/master/easyprivacy/easyprivacy_specific_cname.txt
19 | 2016 | adblock | http | online | unchanged | https://raw.githubusercontent.com/Kees1958/W3C_annual_most_used_survey_blocklist/master/TOP_EU_US_Ads_Trackers_ABP
20 | 4923 | adblock | http | online | unchanged | https://raw.githubusercontent.com/Kees1958/W3C_annual_most_used_survey_blocklist/master/EU_US%2Bmost_used_ad_and_tracking_networks
21 | 14242 | domains | local | online | unchanged | black.list
@ -61,16 +61,16 @@ Initialize ...
Stats light:
** Source (raw): 172092
== Source (unique): 104043 (-68049)
-- Exclude: 103989 (-54)
-- White: 101788 (-2201)
-- White(*): 101625 (-163)
++ Block: 101669 (+44)
-- Unblock: 101669 (-0)
-- Dead: 84297 (-17372)
++ FLD: 85028 (+731)
++ WWW: 123478 (+38450)
** Source (raw): 172242
== Source (unique): 104131 (-68111)
-- Exclude: 104077 (-54)
-- White: 101877 (-2200)
-- White(*): 101714 (-163)
++ Block: 101758 (+44)
-- Unblock: 101758 (-0)
-- Dead: 84387 (-17371)
++ FLD: 85106 (+719)
++ WWW: 123618 (+38512)
# Convert light to Hostlist ...
@ -78,27 +78,6 @@ Stats light:
Prepare domain list for compiling ... done.
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "light",
"sources": [
{
"source": "light.adblock.raw",
"type": "adblock"
}
],
"transformations": [
"Compress"
]
}
Start compiling light.adblock.raw
Original length is 82860
Length after applying transformations is 82860
The list was compressed from 82863 to 69609
Final length of the list is 69615
Writing output to /media/nas/git/rpi/pihole/blocklists/build/light/out/light.adblock
Finished compiling
# Attach header to light Domainlist ...

259182
multi.adblock

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@ Initialize ...
2 | 636 | domains | http | online | unchanged | https://v.firebog.net/hosts/Admiral.txt
3 | 15120 | domains | http | online | unchanged | https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt
4 | 13720 | domains | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt
5 | 15449 | domains | http | online | unchanged | https://raw.githubusercontent.com/AdroitAdorKhan/antipopads-re/master/formats/domains.txt
5 | 15455 | domains | http | online | unchanged | https://raw.githubusercontent.com/AdroitAdorKhan/antipopads-re/master/formats/domains.txt
6 | 700 | domains | http | online | unchanged | https://raw.githubusercontent.com/DRSDavidSoft/additional-hosts/master/domains/blacklist/adservers-and-trackers.txt
7 | 9922 | domains | http | online | unchanged | https://raw.githubusercontent.com/cbuijs/shallalist/master/adv/domains
8 | 1486 | domains | http | online | unchanged | https://raw.githubusercontent.com/cbuijs/shallalist/master/tracker/domains
@ -47,7 +47,7 @@ Initialize ...
11 | 357 | domains | http | online | unchanged | https://v.firebog.net/hosts/static/w3kbl.txt
12 | 93922 | domains | http | online | unchanged | https://dbl.oisd.nl/basic/
13 | 246797 | domains | http | online | unchanged | https://raw.githubusercontent.com/notracking/hosts-blocklists/master/dnscrypt-proxy/dnscrypt-proxy.blacklist.txt
14 | 44639 | domains | http | online | unchanged | https://phishing.army/download/phishing_army_blocklist.txt
14 | 45285 | domains | http | online | unchanged | https://phishing.army/download/phishing_army_blocklist.txt
15 | 1406 | domains | http | online | unchanged | https://raw.githubusercontent.com/AmnestyTech/investigations/master/2021-07-18_nso/domains.txt
16 | 8125 | hosts | http | online | unchanged | https://adaway.org/hosts.txt
17 | 3675 | hosts | http | online | unchanged | https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext
@ -58,22 +58,22 @@ Initialize ...
22 | 1730 | hosts | http | online | unchanged | https://raw.githubusercontent.com/tiuxo/hosts/master/ads
23 | 6134 | hosts | http | online | unchanged | https://raw.githubusercontent.com/velesila/yhosts/master/hosts
24 | 1768 | hosts | http | online | unchanged | https://raw.githubusercontent.com/What-Zit-Tooya/Ad-Block/main/Main-Blocklist/Ad-Block-HOSTS.txt
25 | 16962 | hosts | http | online | unchanged | https://someonewhocares.org/hosts/
25 | 16961 | hosts | http | online | unchanged | https://someonewhocares.org/hosts/
26 | 8728 | hosts | http | online | unchanged | https://winhelp2002.mvps.org/hosts.txt
27 | 3496 | hosts | http | online | unchanged | https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/hosts_browser
28 | 93459 | hosts | http | online | unchanged | https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
28 | 93712 | hosts | http | online | changed | https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
29 | 24876 | hosts | http | online | unchanged | https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/AdditionalSupplementaryHosts.txt
30 | 8624 | hosts | http | online | unchanged | https://raw.githubusercontent.com/guardicore/labs_campaigns/master/Autodiscover/autodiscover-tlds.txt
31 | 1455 | hosts | http | online | unchanged | https://urlhaus.abuse.ch/downloads/hostfile/
31 | 1503 | hosts | http | online | unchanged | https://urlhaus.abuse.ch/downloads/hostfile/
32 | 373 | hosts | http | online | unchanged | https://raw.githubusercontent.com/Laicure/hosts/master/shithosts
33 | 40483 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
33 | 40503 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
34 | 1019 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_11_Mobile/filter.txt
35 | 724 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_14_Annoyances/filter.txt
36 | 5478 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_16_French/filter.txt
35 | 725 | adblock | http | online | changed | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_14_Annoyances/filter.txt
36 | 5523 | adblock | http | online | changed | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_16_French/filter.txt
37 | 4598 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_1_Russian/filter.txt
38 | 6547 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_224_Chinese/filter.txt
39 | 21833 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_2_English/filter.txt
40 | 16791 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_3_Spyware/filter.txt
38 | 6551 | adblock | http | online | changed | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_224_Chinese/filter.txt
39 | 21850 | adblock | http | online | changed | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_2_English/filter.txt
40 | 16792 | adblock | http | online | changed | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_3_Spyware/filter.txt
41 | 50 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_4_Social/filter.txt
42 | 403 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_6_German/filter.txt
43 | 335 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_7_Japanese/filter.txt
@ -82,7 +82,7 @@ Initialize ...
46 | 0 | adblock | http | OFFLINE | OFFLINE | https://adblock.gardar.net/is.abp.txt
47 | 127 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/Liste_AR.txt
48 | 9620 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/advblock.txt
49 | 6289 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/easylistchina.txt
49 | 6293 | adblock | http | online | changed | https://easylist-downloads.adblockplus.org/easylistchina.txt
50 | 21 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/easylistdutch.txt
51 | 364 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/easylistgermany.txt
52 | 215 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/easylistitaly.txt
@ -91,9 +91,9 @@ Initialize ...
55 | 351 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/easylistspanish.txt
56 | 18 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/indianlist.txt
57 | 25 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/koreanlist.txt
58 | 5471 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/liste_fr.txt
59 | 18464 | adblock | http | online | unchanged | https://easylist.to/easylist/easylist.txt
60 | 16137 | adblock | http | online | unchanged | https://easylist.to/easylist/easyprivacy.txt
58 | 5516 | adblock | http | online | changed | https://easylist-downloads.adblockplus.org/liste_fr.txt
59 | 18480 | adblock | http | online | unchanged | https://easylist.to/easylist/easylist.txt
60 | 16168 | adblock | http | online | unchanged | https://easylist.to/easylist/easyprivacy.txt
61 | 55 | adblock | http | online | unchanged | https://notabug.org/latvian-list/adblock-latvian/raw/master/lists/latvian-list.txt
62 | 86 | adblock | http | online | unchanged | https://raw.github.com/tomasko126/easylistczechandslovak/master/filters.txt
63 | 684 | adblock | http | online | unchanged | https://raw.githubusercontent.com/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt
@ -101,7 +101,7 @@ Initialize ...
65 | 215 | adblock | http | online | unchanged | https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn.txt
66 | 162 | adblock | http | online | unchanged | https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt
67 | 302 | adblock | http | online | unchanged | https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt
68 | 9284 | adblock | http | online | unchanged | https://raw.githubusercontent.com/easylist/easylist/master/easyprivacy/easyprivacy_specific_cname.txt
68 | 9314 | adblock | http | online | unchanged | https://raw.githubusercontent.com/easylist/easylist/master/easyprivacy/easyprivacy_specific_cname.txt
69 | 0 | adblock | http | OFFLINE | OFFLINE | https://raw.githubusercontent.com/yecarrillo/adblock-colombia/master/adblock_co.txt
70 | 5 | adblock | http | online | unchanged | https://stanev.org/abp/adblock_bg.txt
71 | 16 | adblock | http | online | unchanged | https://www.void.gr/kargig/void-gr-filters.txt
@ -121,16 +121,16 @@ Initialize ...
Stats multi:
** Source (raw): 919684
== Source (unique): 466847 (-452837)
-- Exclude: 462807 (-4040)
-- White: 459452 (-3355)
-- White(*): 459090 (-362)
++ Block: 459133 (+43)
-- Unblock: 459133 (-0)
-- Dead: 352935 (-106198)
++ FLD: 353598 (+663)
++ WWW: 472350 (+118752)
** Source (raw): 920850
== Source (unique): 464673 (-456177)
-- Exclude: 460632 (-4041)
-- White: 457281 (-3351)
-- White(*): 456920 (-361)
++ Block: 456963 (+43)
-- Unblock: 456963 (-0)
-- Dead: 350774 (-106189)
++ FLD: 351423 (+649)
++ WWW: 469934 (+118511)
# Convert multi to Hostlist ...
@ -138,27 +138,6 @@ Stats multi:
Prepare domain list for compiling ... done.
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "multi",
"sources": [
{
"source": "multi.adblock.raw",
"type": "adblock"
}
],
"transformations": [
"Compress"
]
}
Start compiling multi.adblock.raw
Original length is 309264
Length after applying transformations is 309264
The list was compressed from 309267 to 259152
Final length of the list is 259158
Writing output to /media/nas/git/rpi/pihole/blocklists/build/multi/out/multi.adblock
Finished compiling
# Attach header to multi Domainlist ...

View File

@ -1,12 +1,3 @@
! Title: StevenBlack/hosts
!
! This hosts file is a merged collection of hosts from reputable sources,
! with a dash of crowd sourcing via GitHub
!
! Date: 14 October 2021 21:34:30 (UTC)
! Number of unique domains: 93,467
!
! Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
! Project home page: https://github.com/StevenBlack/hosts
! Project releases: https://github.com/StevenBlack/hosts/releases
!

File diff suppressed because it is too large Load Diff

View File

@ -28,55 +28,55 @@ Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
1 | 6668 | hosts | http | online | unchanged | https://curben.gitlab.io/malware-filter/phishing-filter-hosts.txt
2 | 406 | hosts | http | online | unchanged | https://curben.gitlab.io/malware-filter/pup-filter-hosts.txt
3 | 8023 | hosts | http | online | unchanged | https://curben.gitlab.io/malware-filter/urlhaus-filter-hosts.txt
1 | 6611 | hosts | http | online | changed | https://curben.gitlab.io/malware-filter/phishing-filter-hosts.txt
2 | 402 | hosts | http | online | changed | https://curben.gitlab.io/malware-filter/pup-filter-hosts.txt
3 | 8170 | hosts | http | online | changed | https://curben.gitlab.io/malware-filter/urlhaus-filter-hosts.txt
4 | 3496 | hosts | http | online | unchanged | https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/hosts_browser
5 | 33298 | hosts | http | online | changed | https://hole.cert.pl/domains/domains_hosts.txt
5 | 33312 | hosts | http | online | changed | https://hole.cert.pl/domains/domains_hosts.txt
6 | 550 | hosts | http | online | unchanged | https://paulgb.github.io/BarbBlock/blacklists/hosts-file.txt
7 | 5983 | hosts | http | online | unchanged | https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareHosts.txt
8 | 54 | hosts | http | online | unchanged | https://raw.githubusercontent.com/davidonzo/Threat-Intel/master/lists/latestdomains.piHole.txt
9 | 1059 | hosts | http | online | unchanged | https://raw.githubusercontent.com/durablenapkin/scamblocklist/master/hosts.txt
10 | 8624 | hosts | http | online | unchanged | https://raw.githubusercontent.com/guardicore/labs_campaigns/master/Autodiscover/autodiscover-tlds.txt
11 | 695 | hosts | http | online | unchanged | https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt
12 | 3594 | hosts | http | online | unchanged | https://raw.githubusercontent.com/infinitytec/blocklists/master/scams-and-phishing.txt
12 | 3620 | hosts | http | online | changed | https://raw.githubusercontent.com/infinitytec/blocklists/master/scams-and-phishing.txt
13 | 1072 | hosts | http | online | unchanged | https://raw.githubusercontent.com/metamask/eth-phishing-detect/master/src/hosts.txt
14 | 1386 | hosts | http | online | unchanged | https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts
15 | 13465 | hosts | http | online | unchanged | https://raw.githubusercontent.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites/master/hosts
16 | 1460 | hosts | http | online | changed | https://urlhaus.abuse.ch/downloads/hostfile/
16 | 1500 | hosts | http | online | changed | https://urlhaus.abuse.ch/downloads/hostfile/
17 | 883 | adblock | http | online | unchanged | https://raw.githubusercontent.com/piperun/iploggerfilter/master/filterlist
18 | 914 | domains | http | online | changed | https://azorult-tracker.net/api/list/domain?format=plain
19 | 122584 | domains | http | online | unchanged | https://blocklist.cyberthreatcoalition.org/vetted/domain.txt
20 | 549 | domains | http | online | unchanged | https://feeds.alphasoc.net/ryuk.txt
21 | 9233 | domains | http | online | unchanged | https://gitlab.com/KevinThomas0/cryptoscamdb-lists/-/raw/master/cryptoscamdb-blocklist.txt
22 | 365 | domains | http | online | unchanged | https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt
23 | 33298 | domains | http | online | changed | https://hole.cert.pl/domains/domains.txt
23 | 33312 | domains | http | online | changed | https://hole.cert.pl/domains/domains.txt
24 | 73079 | domains | http | online | unchanged | https://joewein.net/dl/bl/dom-bl-base.txt
25 | 773 | domains | http | online | unchanged | https://joewein.net/dl/bl/dom-bl.txt
26 | 2000 | domains | http | online | unchanged | https://kriskintel.com/feeds/ktip_covid_domains.txt
27 | 1999 | domains | http | online | unchanged | https://kriskintel.com/feeds/ktip_malicious_domains.txt
25 | 775 | domains | http | online | changed | https://joewein.net/dl/bl/dom-bl.txt
26 | 1998 | domains | http | online | changed | https://kriskintel.com/feeds/ktip_covid_domains.txt
27 | 1998 | domains | http | online | changed | https://kriskintel.com/feeds/ktip_malicious_domains.txt
28 | 397 | domains | http | online | unchanged | https://kriskintel.com/feeds/ktip_ransomware_feeds.txt
29 | 2245 | domains | http | online | unchanged | https://orca.pet/notonmyshift/domains.txt
30 | 54 | domains | http | online | unchanged | https://osint.digitalside.it/Threat-Intel/lists/latestdomains.txt
31 | 44639 | domains | http | online | unchanged | https://phishing.army/download/phishing_army_blocklist.txt
32 | 54288 | domains | http | online | unchanged | https://phishing.army/download/phishing_army_blocklist_extended.txt
31 | 45285 | domains | http | online | changed | https://phishing.army/download/phishing_army_blocklist.txt
32 | 55190 | domains | http | online | changed | https://phishing.army/download/phishing_army_blocklist_extended.txt
33 | 1406 | domains | http | online | unchanged | https://raw.githubusercontent.com/AmnestyTech/investigations/master/2021-07-18_nso/domains.txt
34 | 27 | domains | http | online | unchanged | https://raw.githubusercontent.com/DRSDavidSoft/additional-hosts/master/domains/blacklist/fake-domains.txt
35 | 35354 | domains | http | online | unchanged | https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADomains.txt
36 | 675 | domains | http | online | unchanged | https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Cryptocurrency
37 | 22547 | domains | http | online | unchanged | https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Malware
37 | 22679 | domains | http | online | changed | https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Malware
38 | 179 | domains | http | online | unchanged | https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Risk
39 | 3960 | domains | http | online | unchanged | https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/MD-ID-Fork.txt
40 | 18454 | domains | http | online | unchanged | https://raw.githubusercontent.com/cbuijs/shallalist/master/spyware/domains
41 | 13908 | domains | http | online | unchanged | https://raw.githubusercontent.com/cbuijs/ut1/master/cryptojacking/domains
42 | 169215 | domains | http | online | unchanged | https://raw.githubusercontent.com/cbuijs/ut1/master/malware/domains
42 | 168710 | domains | http | online | changed | https://raw.githubusercontent.com/cbuijs/ut1/master/malware/domains
43 | 434 | domains | http | online | unchanged | https://raw.githubusercontent.com/hpthreatresearch/iocs/main/CryptBot/domains.txt
44 | 137 | domains | http | online | unchanged | https://raw.githubusercontent.com/hpthreatresearch/iocs/main/IcedID/domains.txt
45 | 644 | domains | http | online | unchanged | https://raw.githubusercontent.com/hpthreatresearch/iocs/main/TA551/domains.txt
46 | 3032 | domains | http | online | unchanged | https://raw.githubusercontent.com/iam-py-test/my_filters_001/main/Alternative%20list%20formats/antimalware_domains.txt
47 | 2079 | domains | http | online | unchanged | https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt
48 | 71289 | domains | http | online | unchanged | https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/phishing-domains-ACTIVE.txt
49 | 908 | domains | http | online | unchanged | https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/phishing-domains-NEW-today.txt
49 | 23 | domains | http | online | changed | https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/phishing-domains-NEW-today.txt
50 | 10000 | domains | http | online | unchanged | https://raw.githubusercontent.com/prodaft/malware-ioc/master/FluBot/v3.7_5000_domain.txt
51 | 10000 | domains | http | online | unchanged | https://raw.githubusercontent.com/prodaft/malware-ioc/master/FluBot/v3.7_germany.txt
52 | 10000 | domains | http | online | unchanged | https://raw.githubusercontent.com/prodaft/malware-ioc/master/FluBot/v3.8_domains.txt
@ -97,25 +97,25 @@ Initialize ...
67 | 23232 | domains | http | online | unchanged | https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-unit42-silverterrier.txt
68 | 3792 | domains | http | online | unchanged | https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-zscaler.txt
69 | 150370 | domains | http | online | unchanged | https://raw.githubusercontent.com/stamparm/aux/master/maltrail-malware-domains.txt
70 | 16891 | domains | http | online | unchanged | https://raw.githubusercontent.com/stamparm/blackbook/master/blackbook.txt
71 | 500 | domains | http | online | unchanged | https://rescure.me/covid.txt
72 | 499 | domains | http | online | unchanged | https://rescure.me/rescure_domain_blacklist.txt
70 | 16896 | domains | http | online | changed | https://raw.githubusercontent.com/stamparm/blackbook/master/blackbook.txt
71 | 500 | domains | http | online | changed | https://rescure.me/covid.txt
72 | 500 | domains | http | online | changed | https://rescure.me/rescure_domain_blacklist.txt
73 | 77 | domains | http | online | unchanged | https://www.botvrij.eu/data/ioclist.domain.raw
74 | 29 | domains | http | online | unchanged | https://www.botvrij.eu/data/ioclist.hostname.raw
75 | 35048 | domains | http | online | unchanged | https://www.stopforumspam.com/downloads/toxic_domains_whole.txt
76 | 101144 | domains | http | online | unchanged | https://www.usom.gov.tr/url-list.txt
76 | 101159 | domains | http | online | changed | https://www.usom.gov.tr/url-list.txt
77 | 24 | domains | local | online | unchanged | black.list.threat-intelligence
# Build threat-intelligence Domainlist ...
Stats threat-intelligence:
** Source (raw): 1182968
== Source (unique): 855909 (-327059)
-- White: 855157 (-752)
-- White(*): 853783 (-1374)
-- Unblock: 853783 (-0)
-- Dead: 363353 (-490430)
** Source (raw): 1183458
== Source (unique): 856933 (-326525)
-- White: 856183 (-750)
-- White(*): 854797 (-1386)
-- Unblock: 854797 (-0)
-- Dead: 364392 (-490405)
# Convert threat-intelligence to Hostlist ...
@ -123,27 +123,6 @@ Stats threat-intelligence:
Prepare domain list for compiling ... done.
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "threat-intelligence",
"sources": [
{
"source": "threat-intelligence.adblock.raw",
"type": "adblock"
}
],
"transformations": [
"Compress"
]
}
Start compiling threat-intelligence.adblock.raw
Original length is 344121
Length after applying transformations is 344121
The list was compressed from 344124 to 316261
Final length of the list is 316267
Writing output to /media/nas/git/rpi/pihole/blocklists/build/threat-intelligence/out/threat-intelligence.adblock
Finished compiling
# Attach header to threat-intelligence Domainlist ...