Files
nox-project-nox-framework/sources/spyonweb.json
T
2026-04-07 10:17:43 +02:00

28 lines
664 B
JSON

{
"name": "spyonweb",
"category": "dns_recon",
"endpoint": "https://api.spyonweb.com/v1/summary/{target}?access_token={SPYONWEB_API_KEY}",
"method": "GET",
"requires_auth": true,
"selectors": {
"adsense": "$.result.adsense"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [
"{SPYONWEB_API_KEY}"
],
"input_type": "domain",
"output_type": [
"domain"
],
"normalization_map": {},
"tags": [
"passive"
],
"health_check_url": "https://api.spyonweb.com",
"expected_status": 200,
"reliability_score": 3,
"backup_endpoints": [],
"confidence": 0.7
}