Skip to content

Hostname

zoo.dev

Last fetched

zoo.dev resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · zoo.devRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/zoo.dev

Resolution chain

zoo.dev resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
66.33.60.19466.33.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
66.33.60.6666.33.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
76.76.21.14276.76.21.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
76.76.21.9376.76.21.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1861
Organization
private by design,
Contact emails

Subdomains

62 observed subdomains of zoo.dev.

Web-graph footprint

Distinct hostnames that link to or from zoo.dev in the public web crawl.

218 sites link to this hostname.

77 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for zoo.dev.

MechanismTarget
SPF_INCLUDE47343627.spf04.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmg-spf.greenhouse.io
SPF_INCLUDEservers.mcsv.net

Related pages

Pivot deeper into the graph from zoo.dev.

Cypher and MCP

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

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