Hostname
barchester.net
Last fetched
barchester.net resolves to 1 IPv4 address operated by AS8560 in GB. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
barchester.net 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 |
|---|---|---|---|---|
| 77.68.66.239 | 77.68.66.0/23 | AS8560 | — | GB |
WHOIS identity
- Registrar
- iana:69
- Organization
- barchester healthcare homes
- Contact emails
Subdomains
1 observed subdomain of barchester.net.
| Subdomain |
|---|
| www.barchester.net |
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for barchester.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | allocate-cloud.co.uk |
| SPF_INCLUDE | email-od.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zoho.eu |
| SPF_IP | 109.108.128.205 |
| SPF_IP | 168.245.49.105/32 |
| SPF_IP | 54.240.30.198/32 |
| SPF_IP | 54.240.30.199/32 |
| SPF_IP | 54.240.52.172 |
| SPF_IP | 54.240.52.173 |
| SPF_IP | 77.68.66.221 |
| SPF_IP | 82.113.185.90/32 |
Related pages
Pivot deeper into the graph from barchester.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barchester.net"})-[: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.