IP/domain/URL reputation
AlienVault OTX offers real-time threat intelligence for IP, domain, and URL reputation analysis.
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())Last 50 checks (10 min intervals)