Skip to content

Hostname

d7c.link

Last fetched

d7c.link resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · d7c.linkRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/d7c.link

Resolution chain

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

IPPrefixASNOperatorCountry
13.227.192.11113.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.5813.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.7013.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.9113.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.32.54.10713.32.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
13.32.54.11013.32.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
13.32.54.11913.32.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
13.32.54.4613.32.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
13.33.67.12513.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.1313.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.2213.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.5713.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from d7c.link.

Cypher and MCP

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

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