Skip to main content

Host APIs

Host APIs provide detailed information about specific hosts, including DNS records, certificates, exposed ports, and more.

Rate limiting: Requests are limited to 60 requests per minute.

Get Host Details

Get detailed information about a specific host.

HTTP Request

GET https://fullhunt.io/api/v1/host/<host>

URL Parameters

ParameterDescription
hostThe searched host

Example Request

curl "https://fullhunt.io/api/v1/host/fthub.kaspersky.com" \
-H "X-API-KEY: xxxx-xxxx-xxxx-xxxxxx"

Example Response

{
"categories": ["Email-Servers", "SSH-Server", "Web-Servers"],
"cdn": "",
"cert_object": {
"dns_names": ["ics-cert.kaspersky.com", "fthub.kaspersky.com"],
"email_addresses": null,
"ip_addresses": [],
"is_valid_hostname": true,
"issuer_common_name": "GlobalSign RSA OV SSL CA 2018",
"issuer_country": "BE",
"issuer_organization": "GlobalSign nv-sa",
"issuer_serial_number": "",
"issuer_string": "CN=GlobalSign RSA OV SSL CA 2018,O=GlobalSign nv-sa,C=BE",
"md5_fingerprint": "3B:0C:31:87:74:FF:57:E6:71:8F:C9:C3:9E:FE:41:96",
"not_after": "24-11-2025 07:41:13",
"not_before": "23-10-2024 15:02:02",
"remote_ip_address": "185.105.225.103:443",
"sha1_fingerprint": "69:D3:44:D6:A3:34:8C:0D:2D:1F:23:55:C7:8A:71:35:F6:F7:6A:17",
"sha256_fingerprint": "74:D1:CF:DF:EF:D7:42:74:AF:1E:F3:BB:C5:49:9B:3D:9F:05:88:15:60:5E:25:A0:D1:76:B6:B8:18:0F:CA:E4",
"signature_algorithm": "SHA256-RSA",
"subject_common_name": "ics-cert.kaspersky.com",
"subject_country": "CH",
"subject_locality": "Zürich",
"subject_organization": "Kaspersky Lab Switzerland GmbH",
"subject_province": "Zürich"
},
"cloud": {
"provider": "",
"region": ""
},
"dns": {
"a": ["185.105.225.103"],
"aaaa": null,
"cname": [],
"mx": null,
"ns": [],
"ptr": ["fthub.kaspersky.com."],
"txt": null
},
"domain": "kaspersky.com",
"has_ipv6": false,
"has_private_ip": false,
"host": "fthub.kaspersky.com",
"http_status_code": null,
"http_title": "301 Moved Permanently",
"ip_address": "185.105.225.103",
"ip_metadata": {
"asn": 200487,
"city_name": "St Petersburg",
"country_code": "RU",
"country_name": "Russia",
"isp": "OOO VPS",
"location_latitude": 59.8983,
"location_longitude": 30.2618,
"organization": "OOO VPS",
"postal_code": "190000",
"region": "St.-Petersburg"
},
"is_cdn": false,
"is_cloud": false,
"is_cloudflare": false,
"is_live": true,
"is_resolvable": true,
"network_ports": [110, 143, 22, 443, 7777, 80, 8888, 993, 995],
"products": ["Dovecot", "dovecot", "openssh", "nginx"],
"tags": [
"imap",
"dovecot",
"email-servers",
"ssh",
"openssh",
"ssh-server",
"https",
"nginx",
"web-servers",
"http"
],
"tld": "com",
"urls": null
}