← Back to Dashboard

AlienVault Open Threat Exchange (OTX)

Anti-MalwareActiveCORS ReadyUnknownAuth: API KeyDoc: HTML
Swagger DocumentationVisit Website ↗

Description

IP/domain/URL reputation

✨ AI Summary

AlienVault OTX offers real-time threat intelligence for IP, domain, and URL reputation analysis.

Code Example

import requests

api_key = 'YOUR_API_KEY'
ip_address = '1.1.1.1'
url = f'https://otx.alienvault.com/api/v1/indicators/IPv4/{ip_address}/general'
headers = {
    'X-OTX-API-KEY': api_key
}

response = requests.get(url, headers=headers)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)