Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Inactive Domains #195

Open
sr093906 opened this issue Jul 17, 2021 · 4 comments
Open

馃悰 Inactive Domains #195

sr093906 opened this issue Jul 17, 2021 · 4 comments
Assignees
Labels

Comments

@sr093906
Copy link

sr093906 commented Jul 17, 2021

Running PyFunceble on Blacklist.txt found these inactive entries. The results may differ from what you found out though.

ad.state.mi.us
adcl.pchome.com.tw
api.admob.xiaomi.com
api.appboy.eu
api.c1oudmobi.net
api.zhy333.com
app-analytics-india.huami.com
bv4p.xgx3f3588.com
discuz.gtimg.cn
dr.sg.baidu.com
drrcns.cn
e.crashlytics.com
e.oul78c.cn
ead.sharethis.com
emu.sharethis.com
engineering.sharethis.com
hcs084epsepa004.som.ad.state.mi.us
kenzz9.xyz
kiwi.sharethis.com
l.ad4.com.cn
logger.c1oudmobi.net
m.bchchk.cn
m.bihutg.com
m.drrcns.cn
m.fexiaen.com
m.henxg.cn
m.lsiwd.cn
m.sdfvk.cn
m.syxsa.cn
m.zhaibei112.top
mx-gw.floraa.wales
new.api.ad.xiaomi.com
photo.0234408.cn
photo.yingtaiboli.cn
report-anf.glassboxcloud.com
reports.crashlytics.com
rlog_sem.vizio.com
sad.sharethis.com
settings.crashlytics.com
sky.2ip.ru
ssp.ad.xiaomi.com
ssp.lkgd.net
tastesk.net
test.new.api.ad.xiaomi.com
upgrade.gz-data.com
urlsec.qq.com
video.manhuaren.com
vj.quanjingpay.com
www.goodusahost.cn
www.khlgauqt2000.com
www.qcoldtui1999.com
www.r1oman.com
www.shyqxxy.com
www.tuigang1999.com
xgx3f3588.com
yingtaiboli.cn

@zoonderkins zoonderkins self-assigned this Jul 18, 2021
@sr093906
Copy link
Author

sr093906 commented Jul 20, 2021

The issue was labeled as invalid... In my understanding, this means you think the domains are all active.

Maybe I shouldn't add 'the results may differ from what you found out though.' Indeed, they are dead.

Online tests confirms 54 of the 55 domains return no DNS records.If you need evidence, I am happy to offer.

@ookangzheng

@zoonderkins
Copy link
Owner

I put invalid means those domains are dead 馃槄

Thanks for your help, I will remove once I've time or PR is welcome 馃槃

@sr093906
Copy link
Author

Oh, thanks for clarifying. Maybe I misunderstood what you mean. Sorry for that.

@thomasmerz
Copy link
Contributor

I accidently found this issue and I wanted to contribute.

So I did check with PyFunceble if this list is still (in)valid:

for d in $(cat file-with-domains); do
  PyFunceble --dns 8.8.8.8 -w 10 -t 2 -d $d | grep "ACTIVE      DNSLOOKUP" &&
  sed -i "/$d/d" file-with-inactive-domains
done

Result:

ad.state.mi.us                                                                                       ACTIVE      DNSLOOKUP
api.appboy.eu                                                                                        ACTIVE      DNSLOOKUP
discuz.gtimg.cn                                                                                      ACTIVE      DNSLOOKUP
m.bihutg.com                                                                                         ACTIVE      DNSLOOKUP
urlsec.qq.com                                                                                        ACTIVE      DNSLOOKUP
vj.quanjingpay.com                                                                                   ACTIVE      DNSLOOKUP
www.r1oman.com                                                                                       ACTIVE      DNSLOOKUP

Then I did remove these inactive domains:

for d in $(cat file-with-inactive-domains); do
  sed -i "/$d/d" hosts/blacklist.txt
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants