Hostname
balmforth.co.uk
Last fetched
balmforth.co.uk resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:fasthosts internet ltd as the registrar.
Nutrition Label
Resolution chain
balmforth.co.uk 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 |
|---|---|---|---|---|
| 75.2.71.166 | 75.2.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:fasthosts internet ltd
- Organization
- robert lewis & stephen mullender
- Contact emails
- —
Subdomains
3 observed subdomains of balmforth.co.uk.
Web-graph footprint
Distinct hostnames that link to or from balmforth.co.uk in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for balmforth.co.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.ess.uk.barracudanetworks.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 54.230.202.45 |
| SPF_IP | 81.136.141.112 |
| SPF_IP | 92.207.206.113 |
| SPF_IP | 94.186.192.196 |
Related pages
Pivot deeper into the graph from balmforth.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "balmforth.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.