Hostname
code.org
Last fetched
code.org resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.
Nutrition Label
Resolution chain
code.org resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.67.93.45 | 18.67.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.67.93.50 | 18.67.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.67.93.88 | 18.67.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.67.93.9 | 18.67.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.171.139.31 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.50 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.6 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.88 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.236.111 | 52.222.236.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.236.124 | 52.222.236.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.236.22 | 52.222.236.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.236.81 | 52.222.236.0/23 | AS16509 | AMAZON-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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for code.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 44976903.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.