Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API for checking blacklisted ip addresses? [closed]

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?

like image 658
Tal Galili Avatar asked Jul 21 '13 21:07

Tal Galili


People also ask

How do I check if my IP is blacklisted?

Open the IP Blacklist & Email Blacklist Check Tool. Enter the URL, IP address, or the email server IP address whose status you want to check. Click on the "Check in Blacklists" button. The tool will take 20 to 40 seconds to perform the IP blacklist lookup and provide you the results.

What is API blacklist?

Blacklist authenticates your API requests using your account's API keys. If you do not include your key when making an API request or use one that is incorrect or outdated, blacklist returns an error. Your API keys are available in the Dashboard by navigating to Profile - > API.

How do you unblock a blacklisted IP address?

PSBL: How to Remove IP Address from Blacklist To confirm your IP address is on the PSBL blacklist, you will need to run the Passive Spam Block List check. If your IP address is on the list, you will need to submit it in the PSBL removal form and your IP address will be removed.

How do I check for spam blacklists?

The Spam Blacklist Checker queries the following using the provided domain name or IP address to see if there are any matching results: bl.spamcop.net. sbl.spamhaus.org. xbl.spamhaus.org.


1 Answers

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

like image 80
Sabo Avatar answered Sep 30 '22 01:09

Sabo