dkindlund / honeyclient

MITRE HoneyClient Project
http://www.honeyclient.org
GNU General Public License v2.0
8 stars 4 forks source link

configuration question #199

Closed dkindlund closed 14 years ago

dkindlund commented 14 years ago

I have the honeyclient running and was woundering.

If I desire to reroute certain html traffic from my network to the honeyclient to open the page so I can verify if the page as non corporate standards.

Is this possible with this version of haoneyclient and if so, what changes shoudl I do to the xml config file.

If this is not possible, can you recommend another solution.

Thanks

dkindlund commented 14 years ago

Author: kindlund It sounds like you're trying to use the honeyclient to perform some pre-filtering of URLs that clients access via a web proxy. Unfortunately, we don't offer advanced functionality such as this within the codebase. I'm not aware of any open-source or commercial solutions that could work with this.

Technically, the approach would be to pick a web proxy that is ICAP compatible (e.g., squid) and then you could develop an ICAP handler which would feed the honeyclient as you wish.

-- Darien