Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/117.222.161.84
import requests
import json
url = 'https://api.maltiverse.com/ip/117.222.161.84'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/ip/117.222.161.84'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"address": "Internet Cell\nBharat Sanchar Nigam Limited\n8th Floor,148-B Statesman House\nBarakhamba Road, New Delhi - 110 001",
"as_name": "AS9829 National Internet Backbone",
"as_number": "9829",
"asn_cidr": "117.222.160.0/20",
"asn_country_code": "IN",
"asn_date": "2007-08-01 00:00:00",
"asn_registry": "apnic",
"blacklist": [
{
"count": 2,
"description": "Mail Spammer",
"first_seen": "2021-01-13 15:15:22",
"last_seen": "2021-01-13 15:15:22",
"source": "Abuseat.org"
},
{
"count": 6,
"description": "Mail Spammer",
"first_seen": "2020-12-09 02:16:09",
"last_seen": "2022-11-29 03:15:11",
"source": "Barracuda"
},
{
"count": 4,
"description": "Malware Download",
"first_seen": "2020-12-09 02:16:09",
"labels": [
"malicious-activity"
],
"last_seen": "2021-01-13 15:15:22",
"source": "Abuse.ch"
},
{
"count": 2,
"description": "Malware Download",
"first_seen": "2022-11-29 03:15:07",
"labels": [
"malicious-activity"
],
"last_seen": "2022-11-29 03:15:07",
"source": "URLhaus Abuse.ch"
}
],
"cidr": [
"117.222.0.0/16"
],
"city": "Kozhikode",
"classification": "suspicious",
"country_code": "IN",
"creation_time": "2020-12-09 02:16:09",
"email": [
"abuse1@bsnl.in",
"hostmaster@bsnl.in",
"dnwplg@bsnl.in"
],
"ip_addr": "117.222.161.84",
"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,
"location": {
"lat": 11.25,
"lon": 75.7667
},
"modification_time": "2024-05-09 11:03:29",
"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,
"registrant_name": "Broadband Multiplay Project, O/o DGM BB, NOC BSNL Bangalore",
"tag": [
"malware_download",
"elf"
],
"type": "ip"
}