mushorg / buttinsky

Botnet monitoring is a crucial part in threat analysis and often neglected due to the lack of proper open source tools. Our tool will provide an open source framework for automated botnet monitoring. The modular design will allow full customization of the used protocols, the monitoring clients behavior, how we log the collected information, processing of the data to analyze the botnets purpose, size and threat and how the monitoring task are distributed between dedicated nodes.
http://buttinsky.org
GNU General Public License v3.0
79 stars 27 forks source link

Pass the HPFeeds connection in the spawner to the monitor #31

Closed glaslos closed 11 years ago

glaslos commented 11 years ago

Deva has create a connection in the spawner to HPFeeds which we now have to pass to the monitor. The connection has to be passed to the log layer on line https://github.com/buttinsky/buttinsky/blob/dev/spawner.py#L147

glaslos commented 11 years ago

This should be already done by the https://github.com/buttinsky/buttinsky/blob/dev/modules/reporter_handler.py Need someone to verify...