Skip to content

Hostname

clintoninn.com

Last fetched

clintoninn.com resolves to 2 IPv4 addresses operated by PDC-BGP - Data Management in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · clintoninn.comRouting diversity1.5/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/clintoninn.com

Resolution chain

clintoninn.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
38.246.56.14738.246.56.0/23AS395584PDC-BGP - Data ManagementUS
38.246.56.15238.246.56.0/23AS395584PDC-BGP - Data ManagementUS

WHOIS identity

Registrar
iana:146
Organization
anne marie hlatky
Contact emails

Subdomains

1 observed subdomain of clintoninn.com.

Web-graph footprint

Distinct hostnames that link to or from clintoninn.com in the public web crawl.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from clintoninn.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "clintoninn.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.