Skip to content

Hostname

nucypher.com

Last fetched

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

Nutrition Label

WHISPER CANON · nucypher.comRouting diversity5.7/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/nucypher.com

Resolution chain

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

IPPrefixASNOperatorCountry
16.15.183.1316.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.194.12016.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.2716.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.3716.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.223.9016.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.39.14116.182.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.73.5316.182.72.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.56.18152.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.57.23752.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.141.14952.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.167.2952.217.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.44.8352.217.44.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.49.23552.217.49.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.75.4352.217.75.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.130.11754.231.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.139.4554.231.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

1 observed subdomain of nucypher.com.

Web-graph footprint

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

189 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for nucypher.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEservers.mcsv.net

Related pages

Pivot deeper into the graph from nucypher.com.

Cypher and MCP

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

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