mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
33 lines
735 B
JSON
33 lines
735 B
JSON
{
|
|
"name": "threatportal",
|
|
"category": "threat_intel",
|
|
"endpoint": "https://threatportal.io/api/v1/search?q={target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"results": "$.results"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"Authorization": "Bearer {TP_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{TP_API_KEY}"
|
|
],
|
|
"input_type": "any",
|
|
"output_type": [
|
|
"ip",
|
|
"domain"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive",
|
|
"threat"
|
|
],
|
|
"health_check_url": "https://threatportal.io",
|
|
"expected_status": 200,
|
|
"reliability_score": 3,
|
|
"is_volatile": true,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.7
|
|
} |