Releases: foospidy/HoneyPy
HoneyPy (v0.7.0)
- 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 logger
HoneyPy (v0.6.3)
Updates to HoneyPy configuration for HoneyDB, now using hardcoded urls to serverless endpoints.
- Please upgrade if using HoneyDB logger.
HoneyPy (v0.6.2)
- Various fixes for HoneyDB integration. Please upgrade if using HoneyDB logger.
HoneyPy (v0.6.1)
- Fixed bugs that caused errors with the new HoneyDB API.
If you are using the HoneyDB logger please upgrade to this version asap.
HoneyPy (v0.6.0)
- 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.
HoneyPy (v0.5.2)
Fix logger parsing bug.
Fix config bug.
HoneyPy (v0.5.1)
Add TFTP plugin
Web plugin enhancements
Add honeypyd script for start on boot
Tweaks to improve stability
Removed TelnetDebian7 plugin (use TelnetUnix instead)
Bug fixes
HoneyPy (v0.5.0)
Minor additions to enable tracking node status when submitting logs to HoneyDB.
Add request timeouts on loggers using request.post to avoid hanging process.
HoneyPy (v0.4.9)
- Service profile updates
- Created IoT service profile
- Various bug fixes
- New integrations: Telegram, Splunk, Rabbitmq
- New plugins: SIP, Elasticsearch
HoneyPy (v0.4.8)
Added 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 =