Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/192.185.93.75
import requests
import json
url = 'https://api.maltiverse.com/ip/192.185.93.75'
response = requests.get(url)
parsed = json.loads(response.text)
print(json.dumps(parsed, indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/ip/192.185.93.75'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"address": "10 Corporate Drive",
"as_name": "AS19871 Hostgator.com LLC",
"as_number": "19871",
"asn_cidr": "192.185.88.0/21",
"asn_country_code": "US",
"asn_date": "2013-07-22 00:00:00",
"asn_registry": "arin",
"blacklist": [
{
"count": 1,
"description": "Malicious site",
"first_seen": "2019-01-14 16:30:04",
"last_seen": "2021-02-19 15:30:43",
"source": "Hybrid-Analysis"
},
{
"count": 1,
"description": "Phishing Bank of America Corporation",
"first_seen": "2017-12-15 16:56:15",
"last_seen": "2017-12-15 16:56:15",
"source": "Phishtank"
},
{
"count": 1,
"description": "Phishing Bank of America",
"first_seen": "2017-12-11 17:00:04",
"last_seen": "2017-12-11 17:00:04",
"source": "OpenPhish"
},
{
"count": 1,
"description": "Phishing Google Inc.",
"first_seen": "2017-11-07 05:15:07",
"last_seen": "2017-11-07 05:15:07",
"source": "OpenPhish"
},
{
"count": 1,
"description": "Phishing Other",
"first_seen": "2017-11-02 18:02:53",
"last_seen": "2017-11-02 18:02:53",
"source": "Phishtank"
},
{
"count": 1,
"description": "Phishing AOL Inc.",
"first_seen": "2017-10-31 13:30:21",
"last_seen": "2017-10-31 13:30:21",
"source": "OpenPhish"
}
],
"cidr": [
"192.185.0.0/16"
],
"city": "Burlington",
"classification": "whitelist",
"country_code": "US",
"creation_time": "2017-10-31 13:30:21",
"email": [
"abuse@hostgator.com",
"eig-net-team@endurance.com"
],
"ip_addr": "192.185.93.75",
"is_cdn": false,
"is_cnc": false,
"is_distributing_malware": false,
"is_hosting": true,
"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": "2013-07-22 00:00:00",
"location": {
"lat": 42.5047161,
"lon": -71.1956205
},
"modification_time": "2025-02-15 12:35:27",
"number_of_blacklisted_domains_resolving": 2,
"number_of_domains_resolving": 4,
"number_of_offline_malicious_urls_allocated": 0,
"number_of_online_malicious_urls_allocated": 0,
"number_of_whitelisted_domains_resolving": 1,
"postal_code": "01803",
"registrant_name": "Hostgator.com LLC",
"scoring_executed_time": "2025-02-15 12:34:36",
"state": "MA",
"type": "ip"
}
Date | Filename | Blacklist |
---|---|---|
Mon Jan 14 2019 16:30:04 GMT+0000 | http://websitewelcome.com/ |
|
Fri Feb 19 2021 15:30:42 GMT+0000 | http://websitewelcome.com/databaseHealthCrashReport.php |
|