Hostname
leitz-cloud.com
Last fetched
leitz-cloud.com resolves to 1 IPv4 address operated by HOSTMYCALLS-01 - HostMyCalls in DE. WHOIS lists iana:1480 as the registrar.
Nutrition Label
Resolution chain
leitz-cloud.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 |
|---|---|---|---|---|
| 2.58.164.12 | 2.58.164.0/24 | AS199556 | HOSTMYCALLS-01 - HostMyCalls | DE |
WHOIS identity
- Registrar
- iana:1480
- Organization
- —
- Contact emails
- —
Subdomains
25 observed subdomains of leitz-cloud.com.
Web-graph footprint
Distinct hostnames that link to or from leitz-cloud.com in the public web crawl.
72 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for leitz-cloud.com.
| Mechanism | Target |
|---|---|
| SPF_A | dnsde.vboxx.nl |
| SPF_A | leitz-cloud.com |
| SPF_A | order.leitz-cloud.com |
| SPF_A | sync.leitz-cloud.com |
| SPF_A | web.leitz-cloud.com |
| SPF_INCLUDE | _spf.vboxx.nl |
| SPF_IP | 185.40.99.253 |
| SPF_IP | 2.58.164.12 |
| SPF_IP | 94.100.30.98 |
| SPF_MX | leitz-cloud.com |
Related pages
Pivot deeper into the graph from leitz-cloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leitz-cloud.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.