Skip to content

Hostname

godbolt.org

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.66.122.1018.66.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.122.10018.66.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.122.6418.66.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.122.8018.66.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
52.85.61.2552.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.61.3052.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.61.6052.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.61.8052.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.192.35.1054.192.34.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
54.192.35.11454.192.34.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
54.192.35.12254.192.34.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
54.192.35.2054.192.34.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:468
Organization
identity protection service
Contact emails

Subdomains

34 observed subdomains of godbolt.org.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for godbolt.org.

MechanismTarget
SPF_INCLUDE_spf.google.com

Related pages

Pivot deeper into the graph from godbolt.org.

Cypher and MCP

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

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