Hostname
thewire.co.uk
Last fetched
thewire.co.uk resolves to 3 IPv4 addresses operated by AS29550 in GB. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
thewire.co.uk resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 85.234.143.64 | 85.234.128.0/19 | AS29550 | — | GB |
| 85.234.143.7 | 85.234.128.0/19 | AS29550 | — | GB |
| 94.76.240.81 | 94.76.192.0/18 | AS29550 | — | GB |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- the wire magazine limited the wire magazine
- Contact emails
- —
Subdomains
11 observed subdomains of thewire.co.uk.
Web-graph footprint
Distinct hostnames that link to or from thewire.co.uk in the public web crawl.
2,183 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for thewire.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | thewire.co.uk |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.theusefularts.org |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 2a02:af8:fab0:801:85:234:143:64/128 |
| SPF_IP | 85.234.143.64 |
| SPF_MX | thewire.co.uk |
Related pages
Pivot deeper into the graph from thewire.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thewire.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.