nbs-system / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
4.8k stars 606 forks source link

Integrate into AbuseIPDB.com? #608

Closed JSuenram closed 11 months ago

JSuenram commented 2 years ago

Maybe a feature request. You can integrate Fail2Ban with AbuseIPDB.

Would it be possible to also integrate NAXSI with AbuseIPDB? So you can report IPs which misbehave instead of additional to local ban them?

wargio commented 2 years ago

i guess is possible but you need a connector to parse naxsi logs to send them to AbuseIPDB

JSuenram commented 2 years ago

i guess is possible but you need a connector to parse naxsi logs to send them to AbuseIPDB

yes, sounds like. how can this be done? parse the logs and simply run a script when keywords are found? Using nginx with naxsi on opnSense, not sure what can be done there without breaking thinks...