{ "name": "shodan_dns", "category": "dns_recon", "endpoint": "https://api.shodan.io/dns/domain/{target}?key={SHODAN_API_KEY}", "method": "GET", "requires_auth": true, "selectors": { "subdomains": "$.subdomains" }, "rate_limit": 1.0, "headers": {}, "api_key_slots": [ "{SHODAN_API_KEY}" ], "input_type": "domain", "output_type": [ "domain" ], "normalization_map": {}, "tags": [ "passive", "infrastructure" ], "health_check_url": "https://api.shodan.io", "expected_status": 200, "reliability_score": 5, "backup_endpoints": [], "confidence": 1.0 }