github r-smith/deceptifeed v0.18.0
0.18.0

latest releases: v0.68.0, v0.67.0, v0.66.0...
15 months ago

New Features

Threat Feed

  • Add query parameters to all endpoints:
    • sort to select the sort field. Values: added, ip, last_seen, threat_score. Example: curl http://10.0.0.1:9000/json?sort=last_seen
    • direction to specify the sort direction. Values: asc, desc. Example: curl http://10.0.0.1:9000/json?sort=last_seen&direction=desc
    • last_seen_hours to return IPs seen within the last number of specified hours. Example: curl http://10.0.0.1:9000/json?last_seen_hours=24
  • Add /html endpoint 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 -config parameter is not provided, default to using config.xml in the current directory, if it exists.
  • Renamed configuration XML element isPrivateIncluded to includePrivateIPs.

Full Changelog: v0.16.0...v0.18.0

Don't miss a new deceptifeed release

NewReleases is sending notifications on new releases.