Webgnome schreef op zaterdag 31 juli 2021 @ 21:45:
voor de mensen die mijn flubot blocklist gebruiken. tweaker @
TheCeet kwam er achter dat er 5000 dubbele domeinen op staan. Die heb ik er even uitgegooid. De repo is geupdated dus als je pihole -g doet zullen de wijzigingen door komen
Wel wat meer als 5000 voor alle lijsten:
pi@ph5b:~ $ curl -sSL https://github.com/NCSC-NL/flubot/raw/main/dga/{flubot_1136_202106.txt,flubot_1136_202107.txt,flubot_1642_202106.txt,flubot_1642_202107.txt,flubot_1813_202106.txt,flubot_1813_202107.txt,flubot_1905_202106.txt,flubot_1905_202107.txt,flubot_1945_202106.txt,flubot_1945_202107.txt,flubot_2931_202106.txt,flubot_2931_202107.txt,flubot_v4.7_202107.txt,flubot_v4.7_202108.txt} | sort | uniq -c | sort -nr | grep -v ' 1 ' | wc -l
25000
Gelukkig laadt Pi-hole alleen unieke domeinen in de dbase B-tree.
EDIT: Ow ps. het totaal aan domeinen is:
pi@ph5b:~ $ curl -sSL https://github.com/NCSC-NL/flubot/raw/main/dga/{flubot_1136_202106.txt,flubot_1136_202107.txt,flubot_1642_202106.txt,flubot_1642_202107.txt,flubot_1813_202106.txt,flubot_1813_202107.txt,flubot_1905_202106.txt,flubot_1905_202107.txt,flubot_1945_202106.txt,flubot_1945_202107.txt,flubot_2931_202106.txt,flubot_2931_202107.txt,flubot_v4.7_202107.txt,flubot_v4.7_202108.txt} | wc -l
110000
En unieke domeinen:
pi@ph5b:~ $ curl -sSL https://github.com/NCSC-NL/flubot/raw/main/dga/{flubot_1136_202106.txt,flubot_136_202107.txt,flubot_1642_202106.txt,flubot_1642_202107.txt,flubot_1813_202106.txt,flubot_1813_20217.txt,flubot_1905_202106.txt,flubot_1905_202107.txt,flubot_1945_202106.txt,flubot_1945_202107.txt,flbot_2931_202106.txt,flubot_2931_202107.txt,flubot_v4.7_202107.txt,flubot_v4.7_202108.txt} | sort | uniq | wc -l
85000
[
Voor 33% gewijzigd door
deHakkelaar op 02-08-2021 23:18
. Reden: typo ]
There are only 10 types of people in the world: those who understand binary, and those who don't