Skip to content

Hostname

goodnet.org

Last fetched

goodnet.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · goodnet.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/goodnet.org

Resolution chain

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

IPPrefixASNOperatorCountry
52.222.214.12952.222.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.214.1752.222.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.214.6252.222.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.214.9152.222.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
99.84.160.10199.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.11199.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.8599.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.8699.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from goodnet.org in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for goodnet.org.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_IP148.105.0.0/16
SPF_IP198.2.128.0/18
SPF_IP205.201.128.0/20

Related pages

Pivot deeper into the graph from goodnet.org.

Cypher and MCP

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

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