Hostname
jrds.org.in
Last fetched
jrds.org.in resolves to 2 IPv4 addresses operated by AS16276 in FR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
jrds.org.in 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 |
|---|---|---|---|---|
| 141.94.199.16 | 141.94.0.0/16 | AS16276 | — | FR |
| 193.203.185.179 | 193.203.184.0/22 | AS47583 | — | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- jesuit conference of india
- Contact emails
- —
Subdomains
5 observed subdomains of jrds.org.in.
Web-graph footprint
Distinct hostnames that link to or from jrds.org.in in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- jrds.org.in
- mx1.hostinger.com
- mx2.hostinger.com
SPF policy
4 SPF mechanisms authorising senders for jrds.org.in.
| Mechanism | Target |
|---|---|
| SPF_A | jrds.org.in |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_IP | 141.94.199.16 |
| SPF_MX | jrds.org.in |
Related pages
Pivot deeper into the graph from jrds.org.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jrds.org.in"})-[: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.