iprepd Output Plugin
Sends iprepd events to Mozilla iprepd IP reputation service using a hawk/JSON request. This output plugin currently only supports submitting IP violations to the /violations/ endpoint.
https://github.com/mozilla-services/iprepd
1. Sample Configuration
filename = "moz_security_iprepd.lua"
message_matcher = "Type == 'iprepd'"
-- Configuration for pushing violations to iprepd
iprepd = {
base_url = "https://iprepd.prod.mozaws.net", -- NB: no trailing slash
id = "fxa_heavy_hitters", -- hawk ID
_key = "hawksecret" -- hawk secret
}
source code: moz_security_iprepd.lua