Hostname
calyxos.org
Last fetched
calyxos.org resolves to 2 IPv4 addresses operated by CALYX-AS - The Calyx Institute in US. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
calyxos.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 |
|---|---|---|---|---|
| 162.247.72.170 | 162.247.188.0/22 | AS4224 | CALYX-AS - The Calyx Institute | US |
| 80.240.21.229 | 80.240.100.0/24 | AS20473 | AS-VULTR - The Constant Company, LLC | DE |
WHOIS identity
- Registrar
- iana:1861
- Organization
- the calyx institute
- Contact emails
- —
Subdomains
11 observed subdomains of calyxos.org.
Web-graph footprint
Distinct hostnames that link to or from calyxos.org in the public web crawl.
497 sites link to this hostname.
54 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for calyxos.org.
| Mechanism | Target |
|---|---|
| SPF_A | mail.calyx.com |
| SPF_A | mx2-nyc.calyxinstitute.org |
| SPF_IP | 82.94.251.224/28 |
| SPF_MX | calyxos.org |
Related pages
Pivot deeper into the graph from calyxos.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "calyxos.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.