Skip to content

Hostname

hosts.co.uk

Last fetched

hosts.co.uk resolves to 1 IPv4 address operated by AS8622 in GB. WHOIS lists registrar:team blue internet services uk limited [tag = namesco] as the registrar.

Nutrition Label

WHISPER CANON · hosts.co.ukRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint4.0/10canon.whisper.security/host/hosts.co.uk

Resolution chain

hosts.co.uk resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
85.233.172.1885.233.160.0/19AS8622GB

WHOIS identity

Registrar
registrar:team blue internet services uk limited [tag = namesco]
Organization
namesco
Contact emails

Subdomains

141 observed subdomains of hosts.co.uk.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for hosts.co.uk.

MechanismTarget
SPF_INCLUDEspf.hosts.co.uk

Related pages

Pivot deeper into the graph from hosts.co.uk.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "hosts.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.