Files
2026-04-07 10:17:43 +02:00

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
}