EFW Support

Support => EFW SMTP, HTTP, SIP, FTP Proxy Support => Topic started by: vuong43807 on Wednesday 12 September 2012, 02:54:35 pm



Title: How to know a specify website belong to content filter categories
Post by: vuong43807 on Wednesday 12 September 2012, 02:54:35 pm
Hi All,

I mention that how can we know a specify website (break.com) belong to which categories of Endian Content filter?

Thanks,


Title: Re: How to know a specify website belong to content filter categories
Post by: g.vecchi on Wednesday 12 September 2012, 05:26:25 pm
+1

It may be useful know from which web blacklist Endian update contentfilter.


Title: Re: How to know a specify website belong to content filter categories
Post by: vuong43807 on Tuesday 18 September 2012, 12:23:36 pm
Any help ?

Thanks


Title: Re: How to know a specify website belong to content filter categories
Post by: endianupdate on Friday 21 September 2012, 02:25:45 am
There is no way in the EFW web interface to lookup a domain to find which category it is in, but I have been able to modify the block page to show me the category.

See my post http://www.efwsupport.com/index.php?topic=2951.msg7888 for details.

If I attempt to browse to www.break.com I get;

Quote
Access has been denied 127.0.0.1!

Access to the page:
http://www.break.com.

... has been denied for the following reason:

Banned site: break.com

... in category:

porn/domains

You are seeing this error because what you attempted to access appears to contain,
or is labeled as containing, material that has been deemed inappropriate.

If you have any queries contact your ICT Co-ordinator or Network Manager.

Hope this helps.


Title: Re: How to know a specify website belong to content filter categories
Post by: g.vecchi on Friday 21 September 2012, 04:27:24 pm
@endianupdate: thanks for your useful post, but I don't want let the users know which gategories are blocked, but only network administrators. But, with the help of your work, now I know that /var/signatures/dansguardian/blacklists/<category>/domains contains blocked web site; so, to know which web site belong which category I only have to:

Code:
grep -R <web_site> /var/signatures/dansguardian/blacklists/*

Thanks man!