Skip to content

Hostname

gocd.org

Last fetched

gocd.org resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · gocd.orgRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/gocd.org

Resolution chain

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

IPPrefixASNOperatorCountry
13.35.58.11213.35.58.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.35.58.12413.35.58.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.35.58.1813.35.58.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.35.58.9413.35.58.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.162.66.193.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.463.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.803.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.963.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.168.167.323.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.167.403.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.167.753.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.167.833.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:2
Organization
111222
Contact emails

Subdomains

8 observed subdomains of gocd.org.

Web-graph footprint

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

279 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from gocd.org.

Cypher and MCP

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

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