Files
2026-04-07 10:17:43 +02:00

32 lines
728 B
JSON

{
"name": "onyphe_datascan",
"category": "scanners",
"endpoint": "https://www.onyphe.io/api/v2/simple/datascan/{target}",
"method": "GET",
"requires_auth": true,
"selectors": {
"results": "$.results"
},
"rate_limit": 1.0,
"headers": {
"Authorization": "apikey {ONYPHE_API_KEY}"
},
"api_key_slots": [
"{ONYPHE_API_KEY}"
],
"input_type": "ip",
"output_type": [
"ip",
"domain"
],
"normalization_map": {},
"tags": [
"passive",
"infrastructure"
],
"health_check_url": "https://www.onyphe.io",
"expected_status": 200,
"reliability_score": 4,
"backup_endpoints": [],
"confidence": 0.85
}