Hostname
adani.com
Last fetched
adani.com resolves to 5 IPv4 addresses operated by SPRINTHOST in FR. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
adani.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 159.60.153.226 | 159.60.144.0/20 | AS35280 | SPRINTHOST | FR |
| 23.33.40.70 | 23.33.40.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.40.81 | 23.33.40.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.52.40.48 | 23.52.40.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.52.40.72 | 23.52.40.0/24 | AS20940 | AKAMAI-ASN1 | SG |
WHOIS identity
- Registrar
- iana:48
- Organization
- web master
- Contact emails
Subdomains
41 observed subdomains of adani.com.
Showing 25 of 41. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from adani.com in the public web crawl.
1,045 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
22 SPF mechanisms authorising senders for adani.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 43238688.spf02.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | email-messaging.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zeptomail.net.in |
| SPF_IP | 103.85.78.0/23 |
| SPF_IP | 113.193.177.131/32 |
| SPF_IP | 113.193.177.132/32 |
| SPF_IP | 113.193.177.154/31 |
| SPF_IP | 119.81.109.234/32 |
| SPF_IP | 119.81.109.237/32 |
| SPF_IP | 119.81.109.238/32 |
| SPF_IP | 122.15.18.147/32 |
| SPF_IP | 122.15.68.216/29 |
| SPF_IP | 125.19.69.32/27 |
| SPF_IP | 125.19.69.51/32 |
| SPF_IP | 14.140.36.0/25 |
| SPF_IP | 202.143.99.127/32 |
| SPF_IP | 202.191.155.128/29 |
| SPF_IP | 35.244.15.170/32 |
| SPF_IP | 52.172.143.134/32 |
| SPF_IP | 81.93.173.201/32 |
Related pages
Pivot deeper into the graph from adani.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adani.com"})-[: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.