From 31c321ff2999609738ed9f5d75f7417f0018cf62 Mon Sep 17 00:00:00 2001 From: zinvite Date: Sun, 14 Jun 2026 11:04:32 +0200 Subject: [PATCH] Add defend.network to Security Free, no-auth CC BY 4.0 JSON API of recently exploited CVEs enriched with CVSS, EPSS, and CISA KEV status. Docs: https://defend.network/api/ https://github.com/tools-collection/apis-collection --- README.md | 1 + collection/defend-network.yaml | 11 +++++++++++ pages/defend-network/README.md | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 collection/defend-network.yaml create mode 100644 pages/defend-network/README.md diff --git a/README.md b/README.md index 72060a1d7..db204fb81 100644 --- a/README.md +++ b/README.md @@ -1862,6 +1862,7 @@ Supported by [Online Tools Collection](https://tools-collection.net) - [BlockScore](./pages/blockscore/README.md) - A real-time API for verifying an identity by name, address, date of birth, and social security number - [Censys.io](./pages/censys-io/README.md) - Censys helps organizations, individuals, and researchers find and monitor every server on the Internet to reduce exposure and improve security - [CRXcavator](./pages/crxcavator/README.md) - These factors include permissions, inclusion of vulnerable third party javascript libraries, weak content security policies, missing details from the Chrome Web Store description, and more +- [defend.network](./pages/defend-network/README.md) - Free, no-auth JSON API of recently exploited CVEs enriched with CVSS, EPSS, and CISA KEV status; updated daily, CC BY 4 🆓 - [FilterLists](./pages/filterlists/README.md) - By Collin M - [Firebase](./pages/firebase/README.md) - Authentication, analytics, cloud messaging, crash reporting, ads and more - [FraudLabs Pro](./pages/fraudlabs-pro/README.md) - FraudLabs Pro Rest API to screen the order transaction for online fraud diff --git a/collection/defend-network.yaml b/collection/defend-network.yaml new file mode 100644 index 000000000..478bb900e --- /dev/null +++ b/collection/defend-network.yaml @@ -0,0 +1,11 @@ +name: defend.network +slug: defend-network +description: Free, no-auth JSON API of recently exploited CVEs enriched with CVSS, EPSS, and CISA KEV status; updated daily, CC BY 4.0. +categories: + - Security +type: REST +is_free: true +auth_type: none +links: + - name: Docs / Website + url: https://defend.network/api/ diff --git a/pages/defend-network/README.md b/pages/defend-network/README.md new file mode 100644 index 000000000..020880e03 --- /dev/null +++ b/pages/defend-network/README.md @@ -0,0 +1,32 @@ +# ðŸ“Ķ [defend.network](https://defend.network/api/) + + +> **Free, no-auth JSON API of recently exploited CVEs enriched with CVSS, EPSS, and CISA KEV status; updated daily, CC BY 4.0.** + +## 📝 Details +- **Categories**: [Security](https://github.com/tools-collection/apis-collection#security-) +- **Type**: `REST` +- **Auth**: `none` +- **Free**: `Yes` 🆓 +- **Status**: `Graveyard` ðŸŠĶ + +## ðŸšĶ Rate Limits +*Not specified* + +## 📖 Specification +*Not specified* + +## 🔗 Links +- [Docs / Website](https://defend.network/api/) + +## 🧰 Libraries +*No libraries available* + +## 📎 Contact +*Not provided* + +## 💎 Discussion +*Not provided* + +--- +[Back to README](../../README.md) | Supported by [Online Tools Collection](https://tools-collection.net)