Hostname
ohio.co.in
Last fetched
ohio.co.in resolves to 2 IPv4 addresses operated by AS-HOSTINGER - Hostinger International Limited in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
ohio.co.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 |
|---|---|---|---|---|
| 145.79.212.6 | 145.79.208.0/21 | AS47583 | AS-HOSTINGER - Hostinger International Limited | IN |
| 57.128.101.162 | 57.128.0.0/17 | AS16276 | OVH - OVH SAS | FR |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of ohio.co.in.
| Subdomain |
|---|
| mail.ohio.co.in |
| www.ohio.co.in |
Threat posture
History
Mail and authentication
MX records
- mx.zoho.in
- mx2.zoho.in
- mx3.zoho.in
- ohio.co.in
SPF policy
5 SPF mechanisms authorising senders for ohio.co.in.
| Mechanism | Target |
|---|---|
| SPF_A | ohio.co.in |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_INCLUDE | zoho.in |
| SPF_IP | 57.128.101.162 |
| SPF_MX | ohio.co.in |
Related pages
Pivot deeper into the graph from ohio.co.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ohio.co.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.