Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2naive/top_ru_domains_nameservers_list
Top nameservers in Russia used by RU domains from Alexa Top 1M
https://github.com/2naive/top_ru_domains_nameservers_list
Last synced: 9 days ago
JSON representation
Top nameservers in Russia used by RU domains from Alexa Top 1M
- Host: GitHub
- URL: https://github.com/2naive/top_ru_domains_nameservers_list
- Owner: 2naive
- Created: 2022-02-18T19:15:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T19:22:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T19:40:00.460Z (2 months ago)
- Size: 565 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Top DNS providers in Russia used by RU domains from Alexa Top 1M
```
1. cloudflare.com
2. nic.ru
3. reg.ru
4. yandex.net
5. beget.ru
6. timeweb.ru
7. selectel.ru
8. fastvps.ru
9. r01.ru
10. masterhost.ru
11. ihc.ru
12. cloudns.net
13. webnames.ru
```Nameservers rating lists ns_top10k.txt, ns_top100k.txt, ns_top1m.txt obtained as follows:
```
wget -q -O - https://raw.githubusercontent.com/zer0h/top-1000000-domains/master/top-10000-domains | grep "^.*\.ru$" | xargs dig SOA +noall +answer +short | cut -d " " -f1 | cut -d "." -f2- | sort | uniq -c | sort -nr > ns_top10k.txtwget -q -O - https://raw.githubusercontent.com/zer0h/top-1000000-domains/master/top-100000-domains | grep "^.*\.ru$" | xargs dig SOA +noall +answer +short | cut -d " " -f1 | cut -d "." -f2- | sort | uniq -c | sort -nr > ns_top100k.txt
wget -q -O - https://raw.githubusercontent.com/zer0h/top-1000000-domains/master/top-1000000-domains | grep "^.*\.ru$" | xargs dig SOA +noall +answer +short | cut -d " " -f1 | cut -d "." -f2- | sort | uniq -c | sort -nr > ns_top1m.txt
```Subdomains were cut for counting purpose with ` cut -d "." -f2- ` command, which should be ommitted to get actual DNS servers list.
Top .ru domain lists ru_alexa_top1m.txt, ru_alexa_top1m_v2.txt obtained as follows:
```
wget -q -O - https://github.com/zer0h/top-1000000-domains/raw/master/top-1000000-domains | grep "^.*\.ru$" > ru_alexa_top1m.txt
wget -q -O - https://raw.githubusercontent.com/dingzhaohan/alexa_top_1m/master/top-1m.csv | cut -d "," -f2- | grep "^.*\.ru$" > ru_alexa_top1
m_v2.txt```
[Comparison table](https://docs.google.com/spreadsheets/d/1AIlKX6xdvqXKou6kzspskn4pfu8bo-oYan2JaN6PVbI/edit)