Hostname
dnzero.co.uk
Last fetched
dnzero.co.uk resolves to 2 IPv4 addresses operated by VIRTUALI SOLUCOES EM TELECOMUNICACOES EIRELI in GB. WHOIS lists registrar:axia computer systems ltd t/a axianet [tag = axianet] as the registrar.
Nutrition Label
Resolution chain
dnzero.co.uk 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 |
|---|---|---|---|---|
| 5.255.58.135 | 5.255.58.0/23 | AS204413 | VIRTUALI SOLUCOES EM TELECOMUNICACOES EIRELI | GB |
| 91.195.70.17 | 91.195.70.0/24 | AS43669 | BIGNET-AS | GB |
WHOIS identity
- Registrar
- registrar:axia computer systems ltd t/a axianet [tag = axianet]
- Organization
- —
- Contact emails
Subdomains
1 observed subdomain of dnzero.co.uk.
| Subdomain |
|---|
| www.dnzero.co.uk |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for dnzero.co.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from dnzero.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dnzero.co.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.