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

Issue # 6 HPFeeds connection for publishing data #30

Closed ihpd closed 11 years ago

glaslos commented 11 years ago

Have you tested this code?

ihpd commented 11 years ago

Yes this is tested and am able to publish to HPFeeds channels.

glaslos commented 11 years ago

Hi Deva, I suggest we merge you changes.

TODO:

  1. Remove line 258 in the spawner.py
  2. Make sure the connection is closed when the spawner is stopped.
  3. Pass the connection to the monitor so we can log messages to HPFeeds.

Let me know what you think.

ihpd commented 11 years ago

Agreed on points 1 and 2.

Pls let me know on how would you want the connection to be passed to monitor.

glaslos commented 11 years ago

I will create a new task for passing the HPFeeds connection to the monitor.