Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/45.132.187.188
import requests
import json
url = 'https://api.maltiverse.com/ip/45.132.187.188'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/ip/45.132.187.188'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"as_name": "AS35830 Traffictransitsolution LLC",
"as_number": "35830",
"asn_cidr": "45.132.187.0/24",
"asn_country_code": "RU",
"asn_date": "2019-07-23 00:00:00",
"asn_registry": "ripencc",
"blacklist": [
{
"count": 13,
"description": "Proxy",
"first_seen": "2022-12-31 19:26:04",
"labels": [
"anonymization"
],
"last_seen": "2025-07-22 13:51:07",
"ref": [
1,
21745
],
"source": "FireHOL"
},
{
"count": 1,
"description": "Proxy",
"first_seen": "2025-02-17 18:15:29",
"labels": [
"anonymization"
],
"last_seen": "2025-06-15 18:28:45",
"source": "IPWhois.io"
},
{
"count": 292,
"description": "DDoS attack on site intime.ua",
"first_seen": "2024-01-12 04:35:16",
"labels": [
"malicious-activity"
],
"last_seen": "2025-01-11 16:20:15",
"ref": [
1
],
"source": "Blocklist.net.ua"
},
{
"count": 1,
"description": "Anonymizer",
"first_seen": "2020-11-21 15:39:48",
"labels": [
"anonymizer"
],
"last_seen": "2021-05-22 21:44:06",
"source": "Maltiverse Research Team"
},
{
"count": 1,
"description": "Anonymizer",
"first_seen": "2022-12-29 07:58:38",
"labels": [
"anonymization"
],
"last_seen": "2022-12-29 19:20:46",
"source": "FireHol"
}
],
"city": "New York",
"classification": "suspicious",
"country_code": "US",
"creation_time": "2020-11-21 15:39:48",
"ip_addr": "45.132.187.188",
"ip_version": 4,
"is_cdn": false,
"is_cnc": false,
"is_distributing_malware": false,
"is_hosting": false,
"is_iot_threat": false,
"is_known_attacker": false,
"is_known_scanner": false,
"is_mining_pool": false,
"is_open_proxy": true,
"is_sinkhole": false,
"is_tor_node": false,
"is_vpn_node": false,
"location": {
"lat": 40.7127837,
"lon": -74.0059413
},
"modification_time": "2025-07-22 13:51:07",
"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": "10000",
"registrant_name": "Traffictransitsolution LLC",
"scoring_executed_time": "2025-06-15 18:28:47",
"state": "NY",
"tag": [
"anonymization",
"anonymizer",
"abuse"
],
"type": "ip"
}