Jump to content

Recommended Posts

Posted

Morning All,

 

A question for those who use websense (or know of it).

 

Is there a feature or tool (either embedded in the software, or downloadable) where I can put a URL into a field and it'll check our policies etc and return it's category and/or the actions for each policy?

 

All of the data is stored in XML files, so I could write a program to parse through it, but it wouldnt be live data and i'm hoping there's something already out there!

 

Cheers!

Posted

We use websense.. if you change the log server to the IP address of the server where websense is installed on, and then run some program from cmd, that websense uses, you will see which category it is stored under. Best thing to do though, is put a request into websense, and ask them to help you on this. They are very helpful. I use them all the time.

 

Tim

Posted
Websense have on there website in the members area a URL checking option, enter the url in that box and say submit and it will tell you what catagory it is under, obviously you then need to know what you are blocking or not etc but may be useful for you.
Posted

From a command prompt on the server, change to the bin folder, run websenseping...

 

websenseping.exe -t 5 -m 2 -url www.url.com

 

or create a folder on your workstaion and copy the following from the bin folder..

 

btuc320.dll

Diagnostics.dll

libeay32.dll

log4cxx.dll

ssleay32.dll

stlport_vc646.dll

stlport_vc7146.dll

WebsensePing.exe

WFCBase.dll

WFCNetwork.dll

 

I copied these files to a local folder, C:\WebsensePing, then created a batchfile, wp.bat, in my local windows folder with the following

 

================

echo off
cls
C:\WebsensePing\websenseping.exe -t 5 -s 192.168.0.10 -m 2 -url %1
pause

================

 

so from a run box I can type..

 

wp www.url.com 

and websense will return the category and disposition.

 

Just replace the ip address with your websnese server IP and if it's on a firewall, open port 15868.

 

--

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...