Skip to content

Hostname

prerelease.keybase.io

Last fetched

prerelease.keybase.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL.

Nutrition Label

WHISPER CANON · prerelease.keybase.ioRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/prerelease.keybase.io

Resolution chain

prerelease.keybase.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.238.243.11818.238.243.0/24AS16509AMAZON-02 - Amazon.com, Inc.NL
18.238.243.318.238.243.0/24AS16509AMAZON-02 - Amazon.com, Inc.NL
18.238.243.7018.238.243.0/24AS16509AMAZON-02 - Amazon.com, Inc.NL
18.238.243.7618.238.243.0/24AS16509AMAZON-02 - Amazon.com, Inc.NL
3.174.255.433.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
3.174.255.463.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
3.174.255.953.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
3.174.255.973.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

No WHOIS records are currently associated with prerelease.keybase.io in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from prerelease.keybase.io in the public web crawl.

5 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for prerelease.keybase.io.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from prerelease.keybase.io.

Cypher and MCP

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

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