mozilla-services / iprepd

Centralized IP reputation daemon
Mozilla Public License 2.0
58 stars 10 forks source link

Persistent subnet blacklists #40

Open ameihm0912 opened 4 years ago

ameihm0912 commented 4 years ago

Update iprepd to support inclusion of persistent/long term subnet blacklists, to be stored using the work in #39.

Endpoints should be added to provide the ability to add networks, remove networks, and dump the existing networks. A background job should also exist that pulls these networks from the database and moves them to the cache on an e.g. hourly basis so they are also applied to reputation checks.