Hostname
squares.org
Last fetched
squares.org resolves to 2 IPv4 addresses operated by HOSTWINDS - Hostwinds LLC. in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
squares.org 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 |
|---|---|---|---|---|
| 142.11.238.140 | 142.11.192.0/18 | AS54290 | HOSTWINDS - Hostwinds LLC. | US |
| 205.196.80.122 | 205.196.80.0/23 | AS33724 | BIZNESSHOSTING-DBA-VOLICO - VOLICO | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- contact privacy inc. customer 0170053564
- Contact emails
Subdomains
6 observed subdomains of squares.org.
Web-graph footprint
Distinct hostnames that link to or from squares.org in the public web crawl.
39 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mail.squares.org
- squares.org
SPF policy
3 SPF mechanisms authorising senders for squares.org.
| Mechanism | Target |
|---|---|
| SPF_A | squares.org |
| SPF_IP | 142.11.238.140 |
| SPF_MX | squares.org |
Related pages
Pivot deeper into the graph from squares.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "squares.org"})-[: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.