Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/24.176.59.249
import requests
import json
url = 'https://api.maltiverse.com/ip/24.176.59.249'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/ip/24.176.59.249'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"address": "6399 S Fiddlers Green Circle",
"as_name": "AS20115 Charter Communications",
"as_number": "20115",
"asn_cidr": "24.176.0.0/18",
"asn_country_code": "US",
"asn_date": "2003-10-28 00:00:00",
"asn_registry": "arin",
"blacklist": [
{
"count": 6,
"description": "Brute force passwords using SSH on server PS1",
"first_seen": "2021-05-25 06:02:41",
"labels": [
"malicious-activity"
],
"last_seen": "2021-06-17 06:52:17",
"source": "Blocklist.net.ua"
},
{
"count": 2,
"description": "Brute force passwords using SSH on server S19",
"first_seen": "2021-05-09 11:51:09",
"labels": [
"malicious-activity"
],
"last_seen": "2021-05-14 15:43:56",
"source": "Blocklist.net.ua"
},
{
"count": 2,
"description": "SSH Attacker",
"first_seen": "2021-05-04 23:07:03",
"labels": [
"malicious-activity"
],
"last_seen": "2021-05-09 11:42:27",
"source": "Blocklist.de"
},
{
"count": 2,
"description": "Brute force passwords using SSH on server S2",
"first_seen": "2021-05-04 23:17:24",
"labels": [
"malicious-activity"
],
"last_seen": "2021-05-05 02:50:28",
"source": "Blocklist.net.ua"
}
],
"cidr": [
"24.176.0.0/13"
],
"city": "Greenwood Village",
"classification": "suspicious",
"country_code": "US",
"creation_time": "2021-05-04 23:07:03",
"email": [
"ipaddressing@chartercom.com"
],
"ip_addr": "24.176.59.249",
"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": false,
"is_sinkhole": false,
"is_tor_node": false,
"is_vpn_node": false,
"last_updated": "2012-03-02 00:00:00",
"location": {
"lat": 42.2789,
"lon": -85.6904
},
"modification_time": "2024-05-09 06:52:06",
"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": "80111",
"registrant_name": "Charter Communications",
"state": "CO",
"tag": [
"abuse",
"ssh",
"bruteforce",
"bot"
],
"type": "ip"
}