From 90d89bdef8259ee0d9e6f3cf4ef27acdf229ab46 Mon Sep 17 00:00:00 2001 From: Gakamine Date: Sat, 23 Oct 2021 13:53:01 +0200 Subject: [PATCH] Add MalDatabase --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8b055d5..f36f62b3 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ 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 | +| [MalDatabase](https://maldatabase.com/api-doc.html) | Provide malware datasets and threat intelligence feeds | `apiKey` | Yes | Unknown | | [MalShare](https://malshare.com/doc.php) | Malware Archive / file sourcing | `apiKey` | Yes | No | | [MalwareBazaar](https://bazaar.abuse.ch/api/) | Collect and share malware samples | `apiKey` | Yes | Unknown | | [Metacert](https://metacert.com/) | Metacert Link Flagging | `apiKey` | Yes | Unknown |