mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
30 lines
710 B
JSON
30 lines
710 B
JSON
{
|
|
"name": "vulners_search",
|
|
"category": "threat_intel",
|
|
"endpoint": "https://vulners.com/api/v3/search/lucene/?query={target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"results": "$.data.search[*]._source.title"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"X-Vulners-Api-Key": "{VULNERS_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{VULNERS_API_KEY}"
|
|
],
|
|
"input_type": "cve",
|
|
"output_type": [
|
|
"cve"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive"
|
|
],
|
|
"health_check_url": "https://vulners.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |