*nix Thread, Extract Squid whitelists, blacklists etc in Technical; Hi
We currently use Squid and are moving to a new Proxy solution provided by Trend Micro
InterScan Web Security
...
-
28th November 2012, 12:15 PM #1 Extract Squid whitelists, blacklists etc
Hi
We currently use Squid and are moving to a new Proxy solution provided by Trend Micro
InterScan Web Security
Its basically another proxy solution, based on CentOS but seems to fulfil what we want to do.
Over the years though we have built up custom categories, whitelists, blacklists that we want to export into the trend solution, even if its a bunch of text files that we can visbly see and then manually type into Trend that will be fine.
Is there a way to do this? Where would i look on the Linux squid backend to find these lists? Could it be done using webmin?
Basically the director doesnt want us to affect the end user experience, if they were able to access a webiste before he doesnt want this to be impact on the user if Trend categorises it as a unsuitable webiste.
Anyone who has moved of squid and can share some experience would be greatly appreciated.
Thanks
-
-
IDG Tech News
-
28th November 2012, 12:52 PM #2 Well the good news is that they will most likely be flat text files or possibly in a database like mysql that's easy to export from. If it's a vanilla squid install then you will need to check the squid configurations ACL list, the http_access lines will tell you what files it's using for white and black listing. If you have something like SquidGuard or Dansguardian installed alongside Squid then you need to check those configurations instead.
-
Thanks to Geoff from:
ranj (28th November 2012)
-
28th November 2012, 02:34 PM #3 
Originally Posted by
Geoff
Well the good news is that they will most likely be flat text files or possibly in a database like mysql that's easy to export from. If it's a vanilla squid install then you will need to check the squid configurations ACL list, the http_access lines will tell you what files it's using for white and black listing. If you have something like SquidGuard or Dansguardian installed alongside Squid then you need to check those configurations instead.
Do you know where in the Linux file system I may find them. e.g. /etc /srv etc.
If i was to use webmin, would it be servers, squid? Where within squid would it be, there are so many options!
-
-
28th November 2012, 03:20 PM #4 I use a flat file with Squid, so for a default Debian install it's in /etc/Squid3/ then I just called the file blacklist.acl. Fairly standard setup I believe.
-
Thanks to 3s-gtech from:
ranj (29th November 2012)
-
28th November 2012, 09:53 PM #5 Likely in /var somewhere - run
grep -lR knownblocked.com /var
that might show the location up.
Helping someone move to Trend... what next?
-
Thanks to tom_newton from:
ranj (29th November 2012)
-
28th November 2012, 10:30 PM #6 Look in /etc/squid/squid.conf (may be /etc/squid3/... Depending on your distro). Look for lines like
Code:
acl BAD_DOMAINS dstdom_regex -i "/etc/squid/bad_domains"
http_access deny BAD_DOMAINS
Which should give you a clue as to which files are used and what they are used for.
-
Thanks to hit from:
ranj (29th November 2012)
SHARE: 
Similar Threads
-
Replies: 5
Last Post: 10th November 2005, 03:09 PM
-
By russdev in forum General Chat
Replies: 13
Last Post: 7th August 2005, 09:02 PM
-
Replies: 11
Last Post: 2nd August 2005, 09:53 PM
-
By mark in forum School ICT Policies
Replies: 22
Last Post: 29th June 2005, 02:36 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules