http://open-source-security-software.net/project/HoneyPy/releases.atomRecent releases for HoneyPy2024-11-15T11:32:18.360493+00:00python-feedgenHoneyPy 0.0.5HoneyPy 0.0.52015-02-24T03:52:11+00:00Release of original codebase. The next release will be a complete rewrite and be more modular and based on the twisted framework.
2015-02-24T03:52:11+00:00HoneyPy 0.1.0HoneyPy 0.1.02015-06-14T11:29:11+00:00Release of complete rewrite. Now based on the Twisted framework. Features include: handles running a large number of services on a single host, supports TCP and UDP protocols, use protocol plugins to create services, create your own protocol plugins, log events publicly to Twitter, logs an identifier to distinguish between connection sessions. see README for more details (https://github.com/foospidy/HoneyPy/blob/master/README.md).
2015-06-14T11:29:11+00:00HoneyPy 0.2.0HoneyPy 0.2.02015-11-20T19:25:59+00:00Several new plugins since the last release.
2015-11-20T19:25:59+00:00HoneyPy 0.3.0HoneyPy 0.3.02016-05-30T01:09:34+00:00New Slack integration.
New command line argument `-ipt` to generate ip forwarding script. Ipt script requires ipt-kit.
2016-05-30T01:09:34+00:00HoneyPy 0.4.0HoneyPy 0.4.02016-07-03T19:30:23+00:00Support for HoneyDB API to log data to HoneyDB. You will need to generate a HoneyDB API id and key, more info here: https://riskdiscovery.com/honeydb/#threats
2016-07-03T19:30:23+00:00HoneyPy 0.4.5HoneyPy 0.4.52016-07-10T19:21:09+00:00- Twitter module now uses the nodename from the [honeypy] section, nodename in [twitter] section removed. Update your config if you use this feature!
- The honeydb module now uses `requests` instead of `urllib2`. Hopefully this fixes SSL errors.
- Add requirements.txt for easier dependency install.
2016-07-10T19:21:09+00:00HoneyPy 0.4.6HoneyPy 0.4.62016-07-11T01:00:53+00:00Bug fix for honeydb post log udp
2016-07-11T01:00:53+00:00HoneyPy 0.4.7HoneyPy 0.4.72016-07-31T12:34:23+00:00Added logstash support
2016-07-31T12:34:23+00:00HoneyPy 0.4.8HoneyPy 0.4.82016-08-02T14:32:21+00:00Added Elasticsearch support.
To enable just edit the `elasticsearch` section of the `etc/honeypy.cfg` file:
```
[elasticsearch]
enabled = No
# elasticsearch url should include ":port/index/type
# example: http://localhost:9200/honeypot/honeypy
es_url =
```
2016-08-02T14:32:21+00:00HoneyPy 0.4.9HoneyPy 0.4.92017-02-14T15:38:49+00:00- Service profile updates
- Created IoT service profile
- Various bug fixes
- New integrations: Telegram, Splunk, Rabbitmq
- New plugins: SIP, Elasticsearch
2017-02-14T15:38:49+00:00HoneyPy 0.5.0HoneyPy 0.5.02017-03-02T00:53:14+00:00Minor additions to enable tracking node status when submitting logs to HoneyDB.
Add request timeouts on loggers using request.post to avoid hanging process.
2017-03-02T00:53:14+00:00HoneyPy 0.5.1HoneyPy 0.5.12017-04-08T15:26:06+00:00Add TFTP plugin
Web plugin enhancements
Add honeypyd script for start on boot
Tweaks to improve stability
Removed TelnetDebian7 plugin (use TelnetUnix instead)
Bug fixes2017-04-08T15:26:06+00:00HoneyPy 0.5.2HoneyPy 0.5.22017-04-23T16:31:21+00:00Fix logger parsing bug.
Fix config bug.2017-04-23T16:31:21+00:00HoneyPy 0.6.0HoneyPy 0.6.02017-06-21T11:09:40+00:00- Refactored log tail code
- HoneyDB logger now sends events to serverless HoneyDB collector
- Log tail updated to retrieve hmac for serverless authentication
- clilib now included as part of HoneyPy, seperate install no longer required.
Note, make sure you are using the latest version of the configuration file. Copy configuration from existing configuration files accordingly.2017-06-21T11:09:40+00:00HoneyPy 0.6.1HoneyPy 0.6.12017-06-24T15:55:56+00:00- Fixed bugs that caused errors with the new HoneyDB API.
If you are using the HoneyDB logger please upgrade to this version asap.2017-06-24T15:55:56+00:00HoneyPy 0.6.2HoneyPy 0.6.22017-06-25T18:17:01+00:00- Various fixes for HoneyDB integration. Please upgrade if using HoneyDB logger.2017-06-25T18:17:01+00:00HoneyPy 0.6.3HoneyPy 0.6.32017-07-25T12:23:42+00:00Updates to HoneyPy configuration for HoneyDB, now using hardcoded urls to serverless endpoints.
- Please upgrade if using HoneyDB logger.2017-07-25T12:23:42+00:00HoneyPy 0.7.0HoneyPy 0.7.02018-06-05T00:44:29+00:00- Updates to helper scripts
- Minor fixes
- Added docs
- Documentation added and updates
- Updated configuration options (backup and test config if you have a pre-existing config file.)
- Added Travis CI
- Pylint fixes
- Added Sumologic logger
- Refactoring of logger code
- Added list loggers console command
- Implemented IP whitelisting
- Implemented support for multiple profiles
- Implemented dynamic collectors for honeydb logger2018-06-05T00:44:29+00:00