Hostname
squarespace.com
Last fetched
squarespace.com resolves to 8 IPv4 addresses operated by VPDC-1 - Otava, LLC in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
squarespace.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.185.159.176 | 198.185.159.0/24 | AS53831 | VPDC-1 - Otava, LLC | US |
| 198.185.159.177 | 198.185.159.0/24 | AS53831 | VPDC-1 - Otava, LLC | US |
| 198.185.159.180 | 198.185.159.0/24 | AS53831 | VPDC-1 - Otava, LLC | US |
| 198.185.159.181 | 198.185.159.0/24 | AS53831 | VPDC-1 - Otava, LLC | US |
| 198.49.23.176 | 198.49.23.0/24 | AS53831 | VPDC-1 - Otava, LLC | US |
| 198.49.23.177 | 198.49.23.0/24 | AS53831 | VPDC-1 - Otava, LLC | US |
| 198.49.23.180 | 198.49.23.0/24 | AS53831 | VPDC-1 - Otava, LLC | US |
| 198.49.23.181 | 198.49.23.0/24 | AS53831 | VPDC-1 - Otava, LLC | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- 459 broadway 5th floor
- Contact emails
Subdomains
154,078 observed subdomains of squarespace.com.
Showing 25 of 154,078. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from squarespace.com in the public web crawl.
17,518 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for squarespace.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | registrarmail.net |
| SPF_INCLUDE | sendgrid-spf.email.squarespace.com |
| SPF_INCLUDE | squarespace-mail.com |
| SPF_IP | 8.36.86.0/24 |
| SPF_IP | 8.41.221.0/24 |
Related pages
Pivot deeper into the graph from squarespace.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "squarespace.com"})-[: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.