Hostname
andrewclose.co.uk
Last fetched
andrewclose.co.uk resolves to 2 IPv4 addresses operated by M247 - M247 Ltd in GB. WHOIS lists registrar:uk web.solutions direct ltd [tag = m247ltd] as the registrar.
Nutrition Label
Resolution chain
andrewclose.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 |
|---|---|---|---|---|
| 195.8.197.166 | 195.8.196.0/23 | AS33970 | M247 - M247 Ltd | GB |
| 89.238.188.207 | 89.238.188.0/23 | AS9009 | M247 - M247 Europe SRL | GB |
WHOIS identity
- Registrar
- registrar:uk web.solutions direct ltd [tag = m247ltd]
- Organization
- andrew close
- Contact emails
- —
Subdomains
2 observed subdomains of andrewclose.co.uk.
Web-graph footprint
Distinct hostnames that link to or from andrewclose.co.uk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- andrewclose.co.uk
- mail.andrewclose.co.uk
SPF policy
5 SPF mechanisms authorising senders for andrewclose.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | andrewclose.co.uk |
| SPF_INCLUDE | _spf.cp247.net |
| SPF_IP | 193.189.75.10 |
| SPF_IP | 195.8.197.166 |
| SPF_MX | andrewclose.co.uk |
Related pages
Pivot deeper into the graph from andrewclose.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "andrewclose.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.