Hostname
esic.in
Last fetched
esic.in resolves to 4 IPv4 addresses operated by AS4755 in IN. WHOIS lists iana:801385 as the registrar.
Nutrition Label
Resolution chain
esic.in resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 115.113.188.37 | 115.113.188.0/22 | AS4755 | — | IN |
| 115.113.201.36 | 115.113.201.0/24 | AS4755 | — | IN |
| 117.240.232.247 | 117.240.232.0/24 | AS9829 | — | IN |
| 218.248.15.136 | 218.248.0.0/20 | AS9829 | — | IN |
WHOIS identity
- Registrar
- iana:801385
- Organization
- arvind
- Contact emails
Subdomains
8 observed subdomains of esic.in.
Web-graph footprint
Distinct hostnames that link to or from esic.in in the public web crawl.
417 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for esic.in.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mgovcloud.in |
| SPF_INCLUDE | spf.mailcloud.in |
Related pages
Pivot deeper into the graph from esic.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esic.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.