Hostname
dot.gov.in
Last fetched
dot.gov.in resolves to 2 IPv4 addresses operated by AS4758 in IN. WHOIS lists registrar:national informatics centre (r12-afin) as the registrar.
Nutrition Label
Resolution chain
dot.gov.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 |
|---|---|---|---|---|
| 164.100.94.186 | 164.100.94.0/24 | AS4758 | — | IN |
| 164.100.220.84 | 164.100.220.0/24 | AS4758 | — | IN |
WHOIS identity
- Registrar
- registrar:national informatics centre (r12-afin)
- Organization
- department of telecom
- Contact emails
Subdomains
32 observed subdomains of dot.gov.in.
Showing 18 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dot.gov.in in the public web crawl.
1,937 sites link to this hostname.
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from dot.gov.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dot.gov.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.