Hostname
ovadns.com
Last fetched
ovadns.com resolves to 2 IPv4 addresses operated by AS211567 in TR. WHOIS lists iana:3871 as the registrar.
Nutrition Label
Resolution chain
ovadns.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 |
|---|---|---|---|---|
| 45.195.75.206 | 45.195.75.0/24 | AS211567 | — | TR |
| 65.108.101.108 | 65.108.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:3871
- Organization
- bi̇twi̇se yazilim i̇nternet ve ti̇caret li̇mi̇ted şi̇rketi̇
- Contact emails
- —
Subdomains
66 observed subdomains of ovadns.com.
Showing 25 of 66. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ovadns.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-kurumsal.bulutova.com |
Related pages
Pivot deeper into the graph from ovadns.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ovadns.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.