New Features
- Add ability to watch honeypot log data in real-time through the threat feed web interface. (fd60dc8)
- Add
logmonitorpackage and associated configuration to allow the threat feed server to monitor honeypot log data. (c3ca87c, d3f7cb4) - Add ability to view the running configuration and version through the threat feed web interface. (6ba9f0a)
- Allow comments anywhere in the exclude list using the
#character. (7bad11a)
Changes
- Remove the configurable 'threat score' feature from honeypot servers and the threat feed. Instead, use a fixed 'observation count'. (b23e9b4, 60ab753)
- Remove the 'custom threats file' feature from the threat feed. (4fd048c)
- Adjust Makefile to insert the Deceptifeed version number when compiling. Add
-versionflag for retrieving the version. (7dc7b1e) - When displaying log files, show a message when no log data is found. (00b7473)
Fixes
- When displaying log files, ensure the log files are always read in the expected order. (97cddb8)
- Require a private IP address to access log data through the threat feed. This requirement is intended for all threat feed endpoints. (764188c)
Full Changelog: v0.44.0...v0.61.0