Re: Blocking iphiding sites
I don't know how you would do it in Squid, but we use SafeSquid for
proxying and content filtering, and this is how we can do it in
SafeSquid. Maybe you can find a parallel solution.
There are multiple methods of blocking access to unwanted sites in
SafeSquid:
1. Keyword Filter:
SafeSquid can analyze and identify the category a website belongs to
in real-time, by looking for specific words and expressions contained
in the meta tags, title and body of a web page. A list of the words
and expressions, usually found in the web page of the category of site
that you want to block, is defined and alloted a score. SafeSquid
calculates the total score of the words found in a web page, and if
the total score exceeds a defined threshold limit, the page is
identified as belonging to an unwanted category and blocked.
Detailed description for keyword filtering can be viewed from
[url]http://www.safesquid.com/html/viewtopic.php?t=2007[/url]
If users try to access a website that is blocked by Keyword Filter,
through an external anonymous proxy or tunnel proxy, SafeSquid's
Keyword Filter will still be able to block it, since the total score
of the site remains the same. Such proxies can be used to bypass URL
Filters, but cannot bypass Keyword Filters.
You can also add Keyword Filter rules for identifying anonymous proxy
sites, and block access to them.
2. URL Blacklist:
We use the URL Blacklist database from [url]http://www.urlblacklist.com[/url] ,
to block users from accessing unwanted categories of websites. They
offer more than 70 categories. One of the category is 'Proxy' which is
a database of websites with proxies to bypass filters.
Hope this helps you.
Regards.