From 09d3ca7d5457f49a37d71d0674d8292b8a4ea0d0 Mon Sep 17 00:00:00 2001 From: tutosfaciles48 Date: Wed, 2 Oct 2019 16:22:49 +0200 Subject: [PATCH] Adding AbuseIPDB (#1026) * Adding AbuseIPDB Add Abuse IP DB service * Update README.md Editing AbuseIP DB api documentation link * Fix AbuseIPDB documentation url --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61d2c6dc..786f881c 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ API | Description | Auth | HTTPS | CORS | ### Anti-Malware API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [AbuseIPDB](https://docs.abuseipdb.com/) | IP/domain/URL reputation | `apikey` | Yes | Unknown | | [AlienVault Open Threat Exchange (OTX)](https://otx.alienvault.com/api/) | IP/domain/URL reputation | `apiKey` | Yes | Unknown | | [Google Safe Browsing](https://developers.google.com/safe-browsing/) | Google Link/Domain Flagging | `apiKey` | Yes | Unknown | | [Metacert](https://metacert.com/) | Metacert Link Flagging | `apiKey` | Yes | Unknown |