All Projects → qurbat → blocked-hosts

qurbat / blocked-hosts

Licence: CC0-1.0 license
A periodically updated list of websites known to be blocked in India on the ACT Fibernet network

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to blocked-hosts

Cloak
A censorship circumvention tool to evade detection against state adversaries
Stars: ✭ 942 (+1644.44%)
Mutual labels:  censorship
Deepcreampy
Decensoring Hentai with Deep Neural Networks
Stars: ✭ 10,822 (+19940.74%)
Mutual labels:  censorship
Awesome Vpn
Free VPN/proxy,server,account,link list.,实时更新免费的代理,科学上网,翻墙,梯子,服务器,客户端,账号
Stars: ✭ 2,691 (+4883.33%)
Mutual labels:  censorship
Filternet Php
A simple utility to check whether the given url/domain is blocked in Iran.
Stars: ✭ 41 (-24.07%)
Mutual labels:  censorship
Projectx
DarkWeb Overview
Stars: ✭ 86 (+59.26%)
Mutual labels:  censorship
Covid 19 Timeline
请关注端点星案和张展。// 以社会学年鉴模式体例规范地统编自2019年末起武汉新冠肺炎疫情进展的时间线(2019年12月1日-2020年4月24日)。感谢志愿者的辛劳操作。A sociology timeline (2019.12.1-2020.4.24) on how Wuhan Coronavirus break and spread, edited by anonymous volunteers.
Stars: ✭ 142 (+162.96%)
Mutual labels:  censorship
Nudenet
Neural Nets for Nudity Detection and Censoring
Stars: ✭ 642 (+1088.89%)
Mutual labels:  censorship
badtraffic
Supporting data for BAD TRAFFIC Citizen Lab report.
Stars: ✭ 21 (-61.11%)
Mutual labels:  censorship
V2ray Deep Packet Inspection
Notebook demo V2Ray traffic classification by deep packet inspection
Stars: ✭ 113 (+109.26%)
Mutual labels:  censorship
Wuhan2019
Lest we forget this pandemic, or at least I won't forget. This project keep an archive for the mainstream media's articles which covering on COVID-19 (2019.12-). Including those deleted by CCP. Update till April 24th, 2020. All rights reserved to the author and his/her organization. 声援陈玫、蔡伟和张展。如果有言论自由,也就不会有新冠疫情的大规模爆发
Stars: ✭ 186 (+244.44%)
Mutual labels:  censorship
Lantern
Lantern官方版本下载 蓝灯 翻墙 代理 科学上网 外网 加速器 梯子 路由 lantern proxy vpn censorship-circumvention censorship gfw accelerator
Stars: ✭ 10,238 (+18859.26%)
Mutual labels:  censorship
Massbrowser
Volunteer-based censorship circumvention tool
Stars: ✭ 81 (+50%)
Mutual labels:  censorship
Quickdraw Appendix
Dataset of 25k penises: an appendix to the Quick, Draw! Dataset
Stars: ✭ 153 (+183.33%)
Mutual labels:  censorship
Goquiet Shadowsocks Docker
A Docker image for Shadowsocks over GoQuiet
Stars: ✭ 21 (-61.11%)
Mutual labels:  censorship
Test Lists
URL testing lists intended for discovering website censorship
Stars: ✭ 236 (+337.04%)
Mutual labels:  censorship
Openvpn Install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
Stars: ✭ 7,142 (+13125.93%)
Mutual labels:  censorship
Personal Security Checklist
🔒 A curated checklist of 300+ tips for protecting digital security and privacy in 2021
Stars: ✭ 2,388 (+4322.22%)
Mutual labels:  censorship
russian-blackout
The RKN caused problems all over Russian Internet. This is list of services which suffered from RKN blockings activity.
Stars: ✭ 18 (-66.67%)
Mutual labels:  censorship
Download
Lantern官方版本下载 蓝灯 翻墙 代理 科学上网 外网 加速器 梯子 路由 proxy vpn circumvention gfw
Stars: ✭ 15,655 (+28890.74%)
Mutual labels:  censorship
Saveamphetamine
Apple has threatened to remove Amphetamine from the App Store.
Stars: ✭ 171 (+216.67%)
Mutual labels:  censorship

blocked-hosts

Statistics GitHub last commit

This repository houses a periodically updated list of websites (first-level domains only) that are known to be blocked on ACT Fibernet's network. A current list of blocked hostnames can be found here. Historic results are available in the output directory.

Note: The lists published here are not fully representative of all hostnames that might be blocked by ACT Fibernet at a given time.

date of test total hosts removed since last test added since last test
May 26, 2022 5,402 87 hosts removed 33 hosts added
November 22, 2021 5,456 1 host removed 1176 hosts added
July 28, 2021 4,281 - 231 hosts added
June 8, 2021 4,050 - 555 hosts added
April 16, 2021 3,495 179 hosts removed 76 hosts added
March 28, 2021 3,593 - 3593 hosts added

Data

As a uniform list of suitable hostnames was not readily available, several publicly available domain name lists were collated and used as input. The collated list was further modified to exclude subdomains and duplicate entries.

  1. Top 1 million from Alexa

  2. Top 10 million from DomCop

  3. Collections released by Domains Project

  4. List from How India Censors the Web

  5. List from Citizen Lab's reposistory

The method used for extracting first level domains was not ideal, due to which a small portion of hostnames were omitted from the compiled input list.

Methodology

One of the web censorship techniques employed by ACT Fibernet is that of poisoning the DNS A record entry for each root domain present on their block list.

tencent.com. 0 IN A 202.83.21.14
qq.com. 0 IN A 202.83.21.14
ucweb.com. 0 IN A 202.83.21.14

The poisoned entries appear to consistently point to a single IP address for a period of at least a few weeks. This characteristic enables fingerprinting of blocked hostnames, and is used for querying a large list of hostnames in order to deduce a proportionate list of blocked hostnames.

Reproducibility

ACT Fibernet users can verify a list of blocked hostnames by using the blocktest.sh script provided in this repository. The script provided in the repository expects a response of IN A 202.83.21.14 to identify a blocked host.

./blocktest.sh output/<list.txt>

If you intend to run the script using the network of an Internet service provider other than ACT Fibernet, you will have to modify the expected response for identifying a blocked host on line 16 accordingly.

MassDNS can be used to query a sizeable number of hostnames with speed. The responses from these DNS queries can then be used to extraploate blocked hosts.

./massdns -r resources/resolver.txt -s 500 -t A input.txt > output.txt
cat output/massdns_query_results.txt | grep "<POISONED_A_RECORD_IP>" > results.txt

Notes

This repository builds on the paper How India Censors the Web authored by Kushagra Singh, Gurshabad Grover, and Varun Bansal. The primary intention behind this repository is to introduce some amount of transparency to the otherwise opaque processes associated with web censorship in India

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].