API for checking blacklisted ip addresses?

api, blacklist, ip, security

Solution

We have created a bash script for checking a domain or an IP adress. It is quite easy to use and available on GitHub.

https://github.com/IntellexApps/blcheck

Problem

I would like to check a list of ip addresses and see if they are blacklisted (which would make me block them on my server). Which recommended websites offer such a service?

Original source