Why is so difficult to block this specific website when using mobilephone's Chrome App?
-
@bbcan177
Thank you very much for your clarification, I will try it. -
The results for command are below:
[2.4.4-RELEASE][admin@localdomain]/root: host -t A wodeshucheng.com
wodeshucheng.com has address 10.10.10.1
[2.4.4-RELEASE][admin@localdomain]/root: host -t A sub.wodeshucheng.com
sub.wodeshucheng.com has address 10.10.10.1Here is what I did: I put the below into DNSBL Group customlist. Then with TLD Enabled, run a Force Reload - DNSBL.
wodeshucheng.com
wodeshucheng.com.cdn.dnsv1.com
195813.sp.tencdns.net
m.wodeshucheng.com
m.wodeshucheng.com.cdn.dnsv1.com
195812.dispatch.spcdntip.comResult:
I still can browse wodeshucheng.com and its sub-domain web-pages
I cannot browse m.wodeshucheng.com anymore; which is successful blocked.Is there another way to block wodeshucheng.com?
-
you are blocking it.. But then again lets say it one more time!!! Using chrome on an android device might be using PROXY!! IN that case the proxy gets asked not the local dns... You can block with dns until you turn blue - not going to stop the client from talking to the proxy and going to any website the proxy can go to..
-
My question is, if chrome app on android can use its PROXY to work for wodeshucheng.com, why it doesn't work for others. Based on my test, many websites can be blocked successfully. Only wodeshucheng.com is so annoying. Why wodeshucheng.com is so special that it cannot be blocked?
-
because they are hitting via some IP that your not aware of?
If you do a query and get back 10.10.10.1 then that is clearly pfblocker blocking it.. You need to find what FQDN they are using to access it that your not blocking.. Or what IP they are using to access it, etc.
I would think a simple sniff of the traffic while you go to it should show you this..
-
Maybe google's QUIC protocol ?
https://www.fastvue.co/fastvue/blog/googles-quic-protocols-security-and-reporting-implications/
-
nslookup or dig from your LAN device from the cmd prompt/shell.
If the cmd/shell replies with the DNSBL VIP and you can still resolve that Domain in the browser, then you know that the Browser is using other methods to get to that IP. Also check your AV as some of them like Avast can also provide DNS over HTTPS...
-
@johnpoz said in Why is so difficult to block this specific website when using mobilephone's Chrome App?:
ot going to stop the client from talking to the proxy and going to any website the proxy can go to..
a possible work around is
to get all requests to UDP Port 53 redirected to your DNS maybe that can help -
@noplan said in Why is so difficult to block this specific website when using mobilephone's Chrome App?:
a possible work around is
to get all requests to UDP Port 53 redirected to your DNS maybe that can helpThat is the issue, these requests may be going over HTTPS (DOH), and its not possible to block that easily since its not on port 53.
-
@bbcan177 said in Why is so difficult to block this specific website when using mobilephone's Chrome App?:
d its not possible to block that easily since its not on port 53.
so gettin you right
for optimal filter (pfB / DNSBL) experience it will be wise to
not redirect to port 53 (as i mentioned in the work around)thanks for input ... makes totally sense
br from snowLand