Skip to content

Hostname

key-id.com

Last fetched

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

Nutrition Label

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

Resolution chain

key-id.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.164.116.2718.164.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.116.3418.164.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.116.4718.164.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.116.8718.164.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:113
Organization
dan isaaman
Contact emails

Subdomains

2 observed subdomains of key-id.com.

Web-graph footprint

Distinct hostnames that link to or from key-id.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for key-id.com.

MechanismTarget
SPF_Akey-id.com
SPF_INCLUDEspf.protection.outlook.com
SPF_MXkey-id.com

Related pages

Pivot deeper into the graph from key-id.com.

Cypher and MCP

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

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