Hostname
squiggle.co.uk
Last fetched
squiggle.co.uk resolves to 2 IPv4 addresses operated by AS35425 in GB. WHOIS lists registrar:native logic ltd. t/a nativespace as the registrar.
Nutrition Label
Resolution chain
squiggle.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 |
|---|---|---|---|---|
| 185.4.176.241 | 185.4.176.0/22 | AS35425 | — | GB |
| 66.155.22.35 | 66.155.16.0/20 | AS13768 | COGECO-PEER1 - Aptum Technologies | GB |
WHOIS identity
- Registrar
- registrar:native logic ltd. t/a nativespace
- Organization
- squiggle design partnership
- Contact emails
- —
Subdomains
9 observed subdomains of squiggle.co.uk.
Web-graph footprint
Distinct hostnames that link to or from squiggle.co.uk in the public web crawl.
8 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- squiggle.co.uk
SPF policy
4 SPF mechanisms authorising senders for squiggle.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | squiggle.co.uk |
| SPF_IP | 185.4.176.241 |
| SPF_IP | 66.155.22.35 |
| SPF_MX | squiggle.co.uk |
Related pages
Pivot deeper into the graph from squiggle.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "squiggle.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.