New Features
Threat Feed
- Add query parameters to all endpoints:
sortto select the sort field. Values:added,ip,last_seen,threat_score. Example:curl http://10.0.0.1:9000/json?sort=last_seendirectionto specify the sort direction. Values:asc,desc. Example:curl http://10.0.0.1:9000/json?sort=last_seen&direction=desclast_seen_hoursto return IPs seen within the last number of specified hours. Example:curl http://10.0.0.1:9000/json?last_seen_hours=24
- Add
/htmlendpoint to retrieve the threat feed as a user-friendly web page. Example:http://10.0.0.1:9000/html - Add default landing page for the threat feed with instructions for accessing the feed.
Changes
- Include fractional seconds when storing threat feed data.
- If
-configparameter is not provided, default to usingconfig.xmlin the current directory, if it exists. - Renamed configuration XML element
isPrivateIncludedtoincludePrivateIPs.
Full Changelog: v0.16.0...v0.18.0