mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
30 lines
667 B
JSON
30 lines
667 B
JSON
{
|
|
"name": "dnsdb_pdns",
|
|
"category": "dns_recon",
|
|
"endpoint": "https://api.dnsdb.info/lookup/rrset/name/{target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"rdata": "$.[*].rdata"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"X-API-Key": "{DNSDB_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{DNSDB_API_KEY}"
|
|
],
|
|
"input_type": "domain",
|
|
"output_type": [
|
|
"ip"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive"
|
|
],
|
|
"health_check_url": "https://api.dnsdb.info",
|
|
"expected_status": 200,
|
|
"reliability_score": 5,
|
|
"backup_endpoints": [],
|
|
"confidence": 1.0
|
|
} |