Skip to content

Hostname

cluster.co

Last fetched

cluster.co resolves to 20 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · cluster.coRouting diversity6.1/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/cluster.co

Resolution chain

cluster.co resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.50.228.27100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.206.72.22118.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.208.98.133.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.218.50.1853.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.221.217.1613.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.94.0.2173.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.204.41.20834.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.235.236.17934.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.237.25.6534.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.170.158.18935.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.209.186.23244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.212.205.17744.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.215.32.9044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.3.144.152.2.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.161.191.19054.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.135.554.86.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.88.87.5554.88.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
98.94.128.7098.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
32.193.158.19632.192.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
32.196.91.14732.196.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
brenden mulligan
Contact emails

Subdomains

3 observed subdomains of cluster.co.

Web-graph footprint

Distinct hostnames that link to or from cluster.co in the public web crawl.

141 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for cluster.co.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com

Related pages

Pivot deeper into the graph from cluster.co.

Cypher and MCP

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

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