Hostname
calanceus.com
Last fetched
calanceus.com resolves to 1 IPv4 address operated by AMARUTU-TECHNOLOGY in BZ.
Nutrition Label
Resolution chain
calanceus.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.169.253.175 | 185.169.253.0/24 | AS206264 | AMARUTU-TECHNOLOGY | BZ |
| 185.169.253.175 | 185.169.253.0/24 | AS206264 | AMARUTU-TECHNOLOGY | BZ |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from calanceus.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for calanceus.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | salesforce.com |
| SPF_IP | 209.66.93.205 |
| SPF_IP | 209.66.93.206 |
| SPF_IP | 216.110.86.137 |
| SPF_IP | 54.183.252.197 |
| SPF_IP | 63.99.116.226 |
| SPF_IP | 64.190.82.2 |
| SPF_IP | 64.47.148.183 |
| SPF_IP | 64.47.148.187 |
| SPF_IP | 64.58.156.130 |
| SPF_IP | 64.58.156.131 |
| SPF_IP | 64.58.156.136 |
| SPF_IP | 64.58.156.137 |
| SPF_IP | 69.199.101.50 |
| SPF_MX | calanceus.com |
Related pages
Pivot deeper into the graph from calanceus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "calanceus.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.