Hostname
ril.com
Last fetched
ril.com resolves to 2 IPv4 addresses operated by RELIANCEJIO-IN Reliance Jio Infocomm Limited in IN. WHOIS lists iana:1337 as the registrar.
Nutrition Label
Resolution chain
ril.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 49.40.54.28 | 49.40.54.0/24 | AS55836 | RELIANCEJIO-IN Reliance Jio Infocomm Limited | IN |
| 116.50.82.90 | 116.50.64.0/19 | AS38529 | RELIANCE-RIL-AS-AP Reliance Industries Limited WAN Backbone Interface with ISPs in India | IN |
WHOIS identity
- Registrar
- iana:1337
- Organization
- reliance industries
- Contact emails
Subdomains
465 observed subdomains of ril.com.
Showing 25 of 465. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ril.com in the public web crawl.
1,619 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ril.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf1.ril.com |
| SPF_INCLUDE | _spf2.ril.com |
| SPF_INCLUDE | ncapp02.com |
| SPF_INCLUDE | sendclean.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ril.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ril.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.