PhoneyC honeyclient
Overview Let me introduce PhoneyC - pure Python honeyclient implementation. It is a perspective project and it has a huge potential. All features and advantages are described in a corresponding article . Briefly, PhoneyC is a low interaction, virtual honeyclient that emulates the core functionality of a web client and emulates specific vulnerabilities to pinpoint the attack vector. It consists of two core components - a simple web crawler ( honeywalk.py ) and an analysis engine ( honeyclient.py ) with all required auxiliary modules. Further I'll describe installation and usage procedures. Installation As a sample platform I'm using Ubuntu 9.04 Jaunty Jackalope for x84-64 processor. Following the README instructions we have to install python 2.3 and upper, clamav, spidermonkey, vb2py and curl (it is not mentioned in the README file, but it is used internally by the analysis engine): $ sudo apt-get install clamav spidermonkey-bin Python is already installed in the syste...