Hostname
odisharay.com
Last fetched
odisharay.com resolves to 2 IPv4 addresses operated by AS25369 in GB. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
odisharay.com 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 |
|---|---|---|---|---|
| 109.70.148.32 | 109.70.148.0/24 | AS25369 | — | GB |
| 91.204.209.59 | 91.204.208.0/22 | AS52148 | — | GB |
WHOIS identity
- Registrar
- iana:440
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of odisharay.com.
Web-graph footprint
Distinct hostnames that link to or from odisharay.com in the public web crawl.
62 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- odisharay.com
SPF policy
4 SPF mechanisms authorising senders for odisharay.com.
| Mechanism | Target |
|---|---|
| SPF_A | odisharay.com |
| SPF_INCLUDE | spf.hostns.io |
| SPF_IP | 109.70.148.32 |
| SPF_MX | odisharay.com |
Related pages
Pivot deeper into the graph from odisharay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "odisharay.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.