Skip to content

Hostname

calano.de

Last fetched

calano.de resolves to 2 IPv4 addresses operated by GD-EMEA-DC-SXB1 in FR.

Nutrition Label

WHISPER CANON · calano.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/calano.de

Resolution chain

calano.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
46.163.113.4546.163.112.0/21AS8972GD-EMEA-DC-SXB1FR
92.205.17.10692.205.0.0/19AS21499GODADDY-SXBDE

WHOIS identity

No WHOIS records are currently associated with calano.de in WhisperGraph.

Subdomains

3 observed subdomains of calano.de.

Web-graph footprint

Distinct hostnames that link to or from calano.de in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for calano.de.

MechanismTarget
SPF_Acalano.de
SPF_MXcalano.de

Related pages

Pivot deeper into the graph from calano.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "calano.de"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.