Skip to content

Hostname

api.data-hub.org.uk

Last fetched

api.data-hub.org.uk resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.data-hub.org.ukRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/api.data-hub.org.uk

Resolution chain

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

IPPrefixASNOperatorCountry
3.162.163.1133.162.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.163.253.162.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.163.273.162.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.163.73.162.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.243.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.533.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.703.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.843.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.174.230.1043.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.1063.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.43.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.533.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL

WHOIS identity

No WHOIS records are currently associated with api.data-hub.org.uk in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api.data-hub.org.uk.

Cypher and MCP

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

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