Hostname
calix.rs
Last fetched
calix.rs resolves to 1 IPv4 address operated by AS51167 in DE.
Nutrition Label
Resolution chain
calix.rs 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 |
|---|---|---|---|---|
| 38.242.230.80 | 38.242.224.0/19 | AS51167 | — | DE |
WHOIS identity
No WHOIS records are currently associated with calix.rs in WhisperGraph.
Subdomains
9 observed subdomains of calix.rs.
Web-graph footprint
Distinct hostnames that link to or from calix.rs in the public web crawl.
25 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for calix.rs.
| Mechanism | Target |
|---|---|
| SPF_A | calix.rs |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | smtp-out.spf.superhosting.rs |
| SPF_INCLUDE | tempo.spf.superhosting.rs |
| SPF_IP | 188.120.114.56 |
| SPF_IP | 45.80.132.21 |
| SPF_IP | 45.80.133.21 |
| SPF_MX | calix.rs |
Related pages
Pivot deeper into the graph from calix.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "calix.rs"})-[: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.