Skip to content

Hostname

zoolz.com

Last fetched

zoolz.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · zoolz.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/zoolz.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.28.80.11100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.211.126.16318.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.213.143.23718.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.214.61.21518.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.95.128.723.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.225.134.4034.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.236.46.19234.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.207.190.2744.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.207.199.7344.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.5.117.3852.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.144.238.16754.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.99.197100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
on behalf of zoolz.com owner
Contact emails

Subdomains

36 observed subdomains of zoolz.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for zoolz.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.happyfox.com

Related pages

Pivot deeper into the graph from zoolz.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "zoolz.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.