Hostname
oval.it
Last fetched
oval.it resolves to 1 IPv4 address operated by AS12637 in IT. WHOIS lists registrar:oval s.r.l. as the registrar.
Nutrition Label
Resolution chain
oval.it resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 217.194.6.34 | 217.194.0.0/20 | AS12637 | — | IT |
WHOIS identity
- Registrar
- registrar:oval s.r.l.
- Organization
- oval srl
- Contact emails
- —
Subdomains
1,499 observed subdomains of oval.it.
Showing 25 of 1,499. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oval.it in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for oval.it.
| Mechanism | Target |
|---|---|
| SPF_A | oval.it |
| SPF_IP | 178.250.200.0/26 |
| SPF_IP | 217.194.6.32/28 |
| SPF_IP | 5.8.111.238 |
| SPF_IP | 5.8.111.239 |
| SPF_IP | 82.180.47.169 |
| SPF_IP | 82.180.47.203 |
| SPF_MX | oval.it |
Related pages
Pivot deeper into the graph from oval.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oval.it"})-[: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.