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

Check config before connecting to HPFeeds #32

Closed glaslos closed 11 years ago

glaslos commented 11 years ago

Only connect to HPFeeds in the spawner if it is enabled. https://github.com/buttinsky/buttinsky/blob/dev/spawner.py#L257

ihpd commented 11 years ago

I have tested it out. This connection is established only when enabled is set as True.

https://github.com/buttinsky/buttinsky/blob/dev/modules/reporting/hpfeeds_logger.py#L12

glaslos commented 11 years ago

Heh, I should read my code more often :)