Logging URLs accessed through the router

Caporegime
Joined
18 Oct 2002
Posts
25,287
Location
Lake District
I have been tasked with finding a piece of software that can log URLs visited by which IPs on the network, I found that Untangle is pretty much ideal, but I don't like the subscription based nature of the modules, I would rather have something that could be purchased once and that's it.

Proxying isn't an option, as https traffic would avoid the proxy or I would have to install a CA on each workstation, this would also mean phones wouldn't be able to get to certain sites.

Any ideas?
 
I can't find a syslog server that offers sufficient filtering, there's going to be thousands of entries to sort through.
 
Something like an IPS with SSL/TLS inspection capability could do the job and wouldn't terminate the SSL/TLS session or proxy in the traditional sense, but you'd still need to load a cert onto clients and it's not exactly cheap!
 
You can't log HTTPS unless you go via proxy which handles the SSL termination.

You can, I'm only interested in the http connect header, I don't need granular.

That's how Untangle does it without man in the middle.
 
Back
Top Bottom