Hostname
geeksforgeeks.org
Last fetched
geeksforgeeks.org resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
geeksforgeeks.org resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.238.238.14 | 18.238.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.238.61 | 18.238.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.238.68 | 18.238.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.238.92 | 18.238.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.160.150.27 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.31 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.87 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.93 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 34.218.62.116 | 34.208.0.0/12 | AS16509 | AMAZON-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 geeksforgeeks.org in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for geeksforgeeks.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 1278314a1.spf2.netcorecloud.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | transmail.net.in |
| SPF_INCLUDE | zoho.in |
| SPF_IP | 167.89.66.115/32 |
Related pages
Pivot deeper into the graph from geeksforgeeks.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "geeksforgeeks.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.