mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
31 lines
781 B
JSON
31 lines
781 B
JSON
{
|
|
"name": "whoisxml_api",
|
|
"category": "whois",
|
|
"endpoint": "https://www.whoisxmlapi.com/whoisserver/WhoisService?apiKey={WHOISXML_API_KEY}&domainName={target}&outputFormat=JSON",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"created": "$.WhoisRecord.createdDate"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {},
|
|
"api_key_slots": [
|
|
"{WHOISXML_API_KEY}"
|
|
],
|
|
"input_type": "domain",
|
|
"output_type": [
|
|
"email",
|
|
"domain"
|
|
],
|
|
"normalization_map": {
|
|
"createdDate": "registration_date"
|
|
},
|
|
"tags": [
|
|
"passive"
|
|
],
|
|
"health_check_url": "https://www.whoisxmlapi.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 5,
|
|
"backup_endpoints": [],
|
|
"confidence": 1.0
|
|
} |