Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/200.195.132.210
import requests
import json
url = 'https://api.maltiverse.com/ip/200.195.132.210'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/ip/200.195.132.210'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"as_name": "AS14868 WBE INTERNET LTDA",
"as_number": "14868",
"asn_cidr": "200.195.128.0/20",
"asn_country_code": "BR",
"asn_date": "2000-03-22 00:00:00",
"asn_registry": "lacnic",
"blacklist": [
{
"count": 13,
"description": "DNS Server",
"first_seen": "2020-12-12 10:19:16",
"labels": [
"benign"
],
"last_seen": "2025-07-19 17:11:09",
"ref": [
1,
21745
],
"source": "Public-dns.info"
},
{
"count": 1,
"description": "Mail Spammer",
"first_seen": "2020-12-12 10:19:17",
"last_seen": "2025-06-15 19:20:04",
"source": "Barracuda"
}
],
"cidr": [
"200.195.132.208/29"
],
"city": "Vitorino",
"classification": "malicious",
"country_code": "BR",
"creation_time": "2020-12-12 10:19:16",
"email": [
"tecnologia@cruzvermelhapr.com.br",
"noc@copel.com",
"cert@cert.br"
],
"ip_addr": "200.195.132.210",
"ip_version": 4,
"is_cdn": false,
"is_cnc": false,
"is_distributing_malware": false,
"is_hosting": false,
"is_iot_threat": false,
"is_known_attacker": true,
"is_known_scanner": false,
"is_mining_pool": false,
"is_open_proxy": false,
"is_sinkhole": false,
"is_tor_node": false,
"is_vpn_node": false,
"last_updated": "2014-10-27 00:00:00",
"location": {
"lat": -26.2664943,
"lon": -52.78258
},
"modification_time": "2025-07-19 17:11:10",
"number_of_blacklisted_domains_resolving": 0,
"number_of_domains_resolving": 0,
"number_of_offline_malicious_urls_allocated": 0,
"number_of_online_malicious_urls_allocated": 0,
"number_of_whitelisted_domains_resolving": 0,
"postal_code": "85520-000",
"registrant_name": "WBE INTERNET LTDA",
"scoring_executed_time": "2025-06-15 19:20:05",
"tag": [
"dns",
"reflection"
],
"type": "ip"
}