Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/hostname/www.rocksresort.com.au
import requests
import json
url = 'https://api.maltiverse.com/hostname/www.rocksresort.com.au'
response = requests.get(url)
parsed = json.loads(response.text)
print(json.dumps(parsed, indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/hostname/www.rocksresort.com.au'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"as_name": "AS13335 CloudFlare",
"as_number": "13335",
"blacklist": [
{
"count": 1,
"description": "Malicious site",
"first_seen": "2021-08-16 23:17:25",
"last_seen": "2021-08-16 23:17:25",
"source": "Hybrid-Analysis"
}
],
"classification": "suspicious",
"creation_time": "2021-08-16 23:17:25",
"domain": "rocksresort.com.au",
"domain_consonants": 10,
"domain_lenght": 18,
"entropy": 3.413088436425757,
"hostname": "www.rocksresort.com.au",
"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-04-05 04:10:37",
"last_resolved_ip": "104.21.33.67",
"modification_time": "2021-08-16 23:17:25",
"number_of_offline_malicious_urls_allocated": 0,
"number_of_online_malicious_urls_allocated": 0,
"resolved_ip": [
{
"ip_addr": "104.21.33.67",
"timestamp": "2021-08-16 23:17:25"
},
{
"ip_addr": "172.67.159.134",
"timestamp": "2021-08-16 23:17:25"
}
],
"tld": "com.au",
"type": "hostname"
}
Resolution date | IP |
---|---|
Mon Aug 16 2021 23:17:25 GMT+0000 | 104.21.33.67 |
Mon Aug 16 2021 23:17:25 GMT+0000 | 172.67.159.134 |