mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
28 lines
671 B
JSON
28 lines
671 B
JSON
{
|
|
"name": "alienvault_otx_ip",
|
|
"category": "threat_intel",
|
|
"endpoint": "https://otx.alienvault.com/api/v1/indicators/IPv4/{target}/general",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"asn": "$.asn",
|
|
"country": "$.country_name"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {},
|
|
"api_key_slots": [],
|
|
"input_type": "ip",
|
|
"output_type": [
|
|
"domain"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive",
|
|
"threat"
|
|
],
|
|
"health_check_url": "https://otx.alienvault.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 5,
|
|
"backup_endpoints": [],
|
|
"confidence": 1.0
|
|
} |