Hostname
donationmanager.co.uk
Last fetched
donationmanager.co.uk resolves to 1 IPv4 address operated by AS8560 in GB. WHOIS lists registrar:fasthosts internet ltd [tag = livedomains] as the registrar.
Nutrition Label
Resolution chain
donationmanager.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 |
|---|---|---|---|---|
| 88.208.237.165 | 88.208.192.0/18 | AS8560 | — | GB |
WHOIS identity
- Registrar
- registrar:fasthosts internet ltd [tag = livedomains]
- Organization
- ronnie zahdeh
- Contact emails
- —
Subdomains
3 observed subdomains of donationmanager.co.uk.
Web-graph footprint
Distinct hostnames that link to or from donationmanager.co.uk in the public web crawl.
14 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for donationmanager.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | donationmanager.co.uk |
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | raiseyourprofile.com |
| SPF_IP | 213.171.216.0/24 |
| SPF_IP | 88.208.236.166 |
| SPF_IP | 88.208.237.164 |
| SPF_IP | 88.208.237.165 |
| SPF_MX | donationmanager.co.uk |
Related pages
Pivot deeper into the graph from donationmanager.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "donationmanager.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.