NOX Framework v1.0.0

This commit is contained in:
nox-project
2026-04-07 10:17:43 +02:00
commit 913e764133
163 changed files with 15613 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "maltiverse_ip",
"category": "threat_intel",
"endpoint": "https://api.maltiverse.com/ip/{target}",
"method": "GET",
"requires_auth": false,
"selectors": {
"classification": "$.classification"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [],
"input_type": "ip",
"output_type": [
"ip"
],
"normalization_map": {},
"tags": [
"passive",
"threat"
],
"health_check_url": "https://api.maltiverse.com",
"expected_status": 200,
"reliability_score": 3,
"backup_endpoints": [],
"confidence": 0.7
}