Hostname
diono.uk
Last fetched
diono.uk resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists registrar:register.com inc [tag = register-dot-com] as the registrar.
Nutrition Label
Resolution chain
diono.uk 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 |
|---|---|---|---|---|
| 165.232.49.199 | 165.232.48.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
- Registrar
- registrar:register.com inc [tag = register-dot-com]
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of diono.uk.
| Subdomain |
|---|
| store.diono.uk |
| www.diono.uk |
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for diono.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.sparkpostmail.com |
| SPF_MX | diono.uk |
Related pages
Pivot deeper into the graph from diono.uk.
- IP · 165.232.49.199
- ASN · AS14061DIGITALOCEAN-ASN - DigitalOcean, LLC
- Registrar · registrar:register.com inc [tag = register-dot-com]
- Country · US
- TLD · .uk
- Browse hostnames · di…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "diono.uk"})-[: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.