mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
27 lines
610 B
JSON
27 lines
610 B
JSON
{
|
|
"name": "ipvigilante",
|
|
"category": "geolocation",
|
|
"endpoint": "https://ipvigilante.com/json/{target}",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"city": "$.data.city_name"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {},
|
|
"api_key_slots": [],
|
|
"input_type": "ip",
|
|
"output_type": [
|
|
"ip"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive"
|
|
],
|
|
"health_check_url": "https://ipvigilante.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 3,
|
|
"is_volatile": true,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.7
|
|
} |