Skip to content

Hostname

code.org

Last fetched

code.org resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.67.93.4518.67.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.67.93.5018.67.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.67.93.8818.67.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.67.93.918.67.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
3.171.139.313.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.503.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.63.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.883.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.222.236.11152.222.236.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.236.12452.222.236.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.236.2252.222.236.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.236.8152.222.236.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

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 code.org in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for code.org.

MechanismTarget
SPF_INCLUDE44976903.spf05.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEaspmx.pardot.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.mailjet.com

Related pages

Pivot deeper into the graph from code.org.

Cypher and MCP

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

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