Skip to content

Hostname

ip-hub.org

Last fetched

ip-hub.org resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · ip-hub.orgRouting diversity4.2/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/ip-hub.org

Resolution chain

ip-hub.org resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.180.166.9818.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
3.113.172.1543.112.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP
35.79.169.3335.96.1.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.194.40.13752.200.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.JP
52.196.178.6452.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.JP
54.64.42.6654.67.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

Registrar
iana:468
Organization
identity protection service
Contact emails

Subdomains

1 observed subdomain of ip-hub.org.

Web-graph footprint

Distinct hostnames that link to or from ip-hub.org in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from ip-hub.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ip-hub.org"})-[: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.