Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions collection/defend-network.yaml
Original file line number Diff line number Diff line change
@@ -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/
32 changes: 32 additions & 0 deletions pages/defend-network/README.md
Original file line number Diff line number Diff line change
@@ -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)