Community discussions

MikroTik App
 
cicserver
Member
Member
Topic Author
Posts: 303
Joined: Sun Jul 24, 2011 12:04 pm

howto block hotspot shield

Wed Dec 31, 2014 11:56 am

I believe many admins are searching for this.
Howto effectively block the HOTSPOT SHIELD software.
I have tried the method described in this forum/wiki and other places. But non work :(

Is there anybody who have successfully blocked this Evil application? 8) any complete ip address list which hotspot shield access to connect.?
any help?
 
User avatar
Caci99
Forum Guru
Forum Guru
Posts: 1076
Joined: Wed Feb 21, 2007 2:26 pm
Location: Tirane
Contact:

Re: howto block hotspot shield

Wed Dec 31, 2014 12:57 pm

I think the best way is to block these kind of sites by dns filtering. First you need to setup a transparent dns redirecting:
/ip firewall nat
add chain=dstnat action=redirect to-ports=53 protocol=udp dst-address-type=!local dst-port=53
add chain=dstnat action=redirect to-ports=53 protocol=tcp dst-address-type=!local dst-port=53
of course protect the router from outside dns requests
/ip firewall filter
add chain=input action=drop protocol=udp in-interface=WAN-interface dst-port=53
add chain=input action=drop protocol=tcp in-interface=WAN-interface dst-port=53
After that, you either create your own dns server with your filters, or you rely on services like opendns.com and set the dns of router accordingly.
This way all dns requests from LAN will be redirected to the router dns cache, which in return will request to the dns server of your choice which does filtering.

And a Happy New Year :)
 
cicserver
Member
Member
Topic Author
Posts: 303
Joined: Sun Jul 24, 2011 12:04 pm

Re: howto block hotspot shield

Thu Jan 01, 2015 7:53 am

I think the best way is to block these kind of sites by dns filtering. First you need to setup a transparent dns redirecting:
/ip firewall nat
add chain=dstnat action=redirect to-ports=53 protocol=udp dst-address-type=!local dst-port=53
add chain=dstnat action=redirect to-ports=53 protocol=tcp dst-address-type=!local dst-port=53
of course protect the router from outside dns requests
/ip firewall filter
add chain=input action=drop protocol=udp in-interface=WAN-interface dst-port=53
add chain=input action=drop protocol=tcp in-interface=WAN-interface dst-port=53
After that, you either create your own dns server with your filters, or you rely on services like opendns.com and set the dns of router accordingly.
This way all dns requests from LAN will be redirected to the router dns cache, which in return will request to the dns server of your choice which does filtering.

And a Happy New Year :)
lolz, may be you have not used this evil application, it does not rely on DNS, it connected directly via IP and I have blocked hundreds of ip addresses its using, but still no joy, it chnages ip rapidly every time.
Thank you for your TIP any, opendns is great for category base filtering :)
 
User avatar
aacable
Member
Member
Posts: 435
Joined: Wed Sep 17, 2008 11:58 am
Location: ISLAMIC Republic of PAKISTAN
Contact:

Re: howto block hotspot shield

Thu Jan 01, 2015 8:01 am

HOTSPOT SHIELD is a bit tricky to block. but with some filter rules to block its destination (which are in thousands and few ports) I managed to block (Its still in test phases but its blocking the hotspot shield 99% 8)
Read this.

https://aacable.wordpress.com/2014/12/3 ... -mikrotik/
hss-error2.jpg
Note: It was observed that it is almost impossible to block it 100% but with filtering method, I got 99% success. Its impossible to block all the proxy tools/apps as there are thousands of them. but with some smart configuration you can only minimize the chances of there utilization. Make sure you use OPENDNS and if you have static public IP address, then create account and block all the proxy / anonymizer category. Make sure to forcefully redirects all the DNS traffic to your own dns server which should be using opendns or some filtering mechanism to block or POISON the BAD sites.

Also it was noted that I ahve used some large IP blocks like /8 or /16 (rather the just /24) because hotspot shield have thousands of IP addresses/blocks which it uses. So it is quite possible that some valid content also gets DROPPED/BLOCKED which falls in same subnet. More Tests would be required then by using any capturing tool or mikrotik own tool called TORCH.



https://aacable.wordpress.com/2014/12/3 ... -mikrotik/
You do not have the required permissions to view the files attached to this post.
 
erlt07
just joined
Posts: 3
Joined: Thu Sep 11, 2014 3:59 pm

Re: howto block hotspot shield

Thu Jan 08, 2015 1:51 am

I just tried this and it is not working.
 
User avatar
hossain2004a
Member Candidate
Member Candidate
Posts: 247
Joined: Mon Dec 22, 2014 7:34 pm
Location: Iran

Re: howto block hotspot shield

Thu Jan 08, 2015 1:45 pm

I'm not sure about hotspot shield, but as i'm aware of free gate, this software uses lots of port so you're not able to block it.
For example in our country, people use free gate so that they can bypass proxy and open blocked websites :D. if I was able to block this software so government could block it too.
And funny think is that when you use such software, webproxy is not able to log opening websites :D :D

Who is online

Users browsing this forum: treks and 44 guests