mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 08:05:50 +00:00
35 lines
811 B
JSON
35 lines
811 B
JSON
{
|
|
"name": "netlas_search",
|
|
"category": "scanners",
|
|
"endpoint": "https://app.netlas.io/api/responses/?q={target}&source_type=include&start=0&fields=",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"items": "$.items"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"X-API-Key": "{NETLAS_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{NETLAS_API_KEY}"
|
|
],
|
|
"input_type": "ip",
|
|
"output_type": [
|
|
"ip",
|
|
"domain"
|
|
],
|
|
"normalization_map": {
|
|
"data.ip": "ip_address",
|
|
"data.domain": "domain"
|
|
},
|
|
"tags": [
|
|
"passive",
|
|
"infrastructure"
|
|
],
|
|
"health_check_url": "https://app.netlas.io",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |