Hostname
quote-builder.co.uk
Last fetched
quote-builder.co.uk resolves to 2 IPv4 addresses operated by AS31727 in GB. WHOIS lists registrar:godaddy.com, llc. [tag = godaddy] as the registrar.
Nutrition Label
Resolution chain
quote-builder.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 |
|---|---|---|---|---|
| 148.253.133.24 | 148.253.152.0/24 | AS31727 | — | GB |
| 167.99.85.197 | 167.99.208.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | GB |
WHOIS identity
- Registrar
- registrar:godaddy.com, llc. [tag = godaddy]
- Organization
- identity protect
- Contact emails
- —
Subdomains
2 observed subdomains of quote-builder.co.uk.
Web-graph footprint
Distinct hostnames that link to or from quote-builder.co.uk in the public web crawl.
31 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for quote-builder.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | quote-builder.co.uk |
| SPF_INCLUDE | servers.ebsnd.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.uk.exclaimer.net |
| SPF_IP | 81.139.61.186 |
| SPF_IP | 81.144.74.4 |
| SPF_MX | quote-builder.co.uk |
Related pages
Pivot deeper into the graph from quote-builder.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "quote-builder.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.