mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 08:05:50 +00:00
31 lines
707 B
JSON
31 lines
707 B
JSON
{
|
|
"name": "metadefender_ip",
|
|
"category": "threat_intel",
|
|
"endpoint": "https://api.metadefender.com/v4/ip/{target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"lookup": "$.lookup_results"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"apikey": "{METADEFENDER_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{METADEFENDER_API_KEY}"
|
|
],
|
|
"input_type": "ip",
|
|
"output_type": [
|
|
"ip"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive",
|
|
"threat"
|
|
],
|
|
"health_check_url": "https://api.metadefender.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |