From b95a4478b46e424f991f3a89a8156529b8474119 Mon Sep 17 00:00:00 2001 From: elaaky Date: Tue, 2 Jun 2026 21:41:29 +0300 Subject: [PATCH] feat: add URLhaus API to Security section - URLhaus provides a database of malicious URLs - Focuses on tracking malware distribution - No authentication required - Resolves #6217 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d40807d4..88a34733 100644 --- a/README.md +++ b/README.md @@ -1556,6 +1556,7 @@ API | Description | Auth | HTTPS | CORS | | [Spyse](https://spyse-dev.readme.io/reference/quick-start) | Access data on all Internet assets and build powerful attack surface management applications | `apiKey` | Yes | Unknown | | [Threat Jammer](https://threatjammer.com/docs/index) | Risk scoring service from curated threat intelligence data | `apiKey` | Yes | Unknown | | [UK Police](https://data.police.uk/docs/) | UK Police data | No | Yes | Unknown | +| [URLhaus](https://urlhaus.abuse.ch/api/) | Database of malicious URLs used for malware distribution | `No` | Yes | Unknown | | [Virushee](https://api.virushee.com/) | Virushee file/data scanning | No | Yes | Yes | | [VulDB](https://vuldb.com/?doc.api) | VulDB API allows to initiate queries for one or more items along with transactional bots | `apiKey` | Yes | Unknown |