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

31 lines
720 B
JSON

{
"name": "shodan_search",
"category": "scanners",
"endpoint": "https://api.shodan.io/shodan/host/search?key={SHODAN_API_KEY}&query={target}",
"method": "GET",
"requires_auth": true,
"selectors": {
"ips": "$.matches[*].ip_str"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [
"{SHODAN_API_KEY}"
],
"input_type": "domain",
"output_type": [
"ip"
],
"normalization_map": {
"ip_str": "ip_address"
},
"tags": [
"passive",
"infrastructure"
],
"health_check_url": "https://api.shodan.io",
"expected_status": 200,
"reliability_score": 5,
"backup_endpoints": [],
"confidence": 1.0
}