Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/hostname/www.caixin.com
import requests
import json
url = 'https://api.maltiverse.com/hostname/www.caixin.com'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/hostname/www.caixin.com'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"as_name": "AS701 MCI Communications Services, Inc. d/b/a Verizon Business",
"as_number": "701",
"blacklist": [
{
"count": 28,
"description": "Top 1M Site",
"first_seen": "2022-07-19 08:42:41",
"labels": [
"benign"
],
"last_seen": "2025-01-06 18:17:21",
"ref": [
1
],
"source": "Cisco Umbrella"
}
],
"classification": "neutral",
"creation_time": "2022-07-19 08:42:41",
"domain": "caixin.com",
"domain_consonants": 5,
"domain_lenght": 10,
"entropy": 3.039148671903071,
"hostname": "www.caixin.com",
"is_alive": false,
"is_cnc": false,
"is_distributing_malware": false,
"is_iot_threat": false,
"is_mining_pool": false,
"is_open_proxy": false,
"is_phishing": false,
"is_storing_phishing": false,
"is_tor_node": false,
"is_vpn_node": false,
"last_online_time": "2025-01-06 18:31:27",
"modification_time": "2025-01-06 18:31:27",
"number_of_offline_malicious_urls_allocated": 0,
"number_of_online_malicious_urls_allocated": 0,
"resolved_ip": [
{
"ip_addr": "152.199.4.15",
"timestamp": "2022-12-31 22:24:24"
}
],
"tld": "com",
"type": "hostname"
}
Resolution date | IP |
---|---|
Sat Dec 31 2022 22:24:24 GMT+0000 | 152.199.4.15 |