Hostname
irctc.com
Last fetched
irctc.com resolves to 1 IPv4 address operated by AS38799 in IN. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
irctc.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.116.163.23 | 103.116.163.0/24 | AS38799 | — | IN |
WHOIS identity
- Registrar
- iana:303
- Organization
- indian railway catering and tourism corporation
- Contact emails
Subdomains
42 observed subdomains of irctc.com.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from irctc.com in the public web crawl.
458 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for irctc.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.127.140.55 |
| SPF_IP | 103.208.108.224/27 |
| SPF_IP | 103.208.108.227 |
| SPF_IP | 103.210.80.4 |
Related pages
Pivot deeper into the graph from irctc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "irctc.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.