New Features
- Built-in automatic log file rotation. Honeypot logs now rotate when the log file size exceeds a set threshold. On rotation, the log file is renamed with a
.1suffix. Only a single rotation per log file is kept. The threshold for rotation is currently set to 50 MB. - Add ability to view honeypot logs from the threat feed web interface.
- Add a new TAXII collection,
sightings, which represents the threat feed as STIX sightings.
Changes
- Applied numerous visual changes to the threat feed web interface.
- Changed default SSH honeypot banner to appear as OpenSSH 9.6.
- Renamed the
/htmlendpoint to/webfeed.
Fixes
- The HTTP honeypot was logging the
User-Agentin two places:event_detailsandheaders. It was intended to only log to theevent_detailssection. This has been corrected.
Full Changelog: v0.18.0...v0.44.0