Hostname
roterhahn.it
Last fetched
roterhahn.it resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:konverto s.p.a. as the registrar.
Nutrition Label
Resolution chain
roterhahn.it resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.17.102 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 143.244.207.70 | 143.244.204.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
| 172.67.175.116 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:konverto s.p.a.
- Organization
- suedtiroler bauernbund
- Contact emails
- —
Subdomains
4 observed subdomains of roterhahn.it.
Web-graph footprint
Distinct hostnames that link to or from roterhahn.it in the public web crawl.
1,746 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for roterhahn.it.
| Mechanism | Target |
|---|---|
| SPF_A | roterhahn.it |
| SPF_A | server.sbb.it |
| SPF_INCLUDE | korrm.com |
| SPF_INCLUDE | spf.bnamic.email |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zeppelin-group.com |
| SPF_INCLUDE | zcom.it |
| SPF_IP | 185.161.193.6 |
| SPF_IP | 92.243.137.34 |
| SPF_IP | 92.243.137.35 |
| SPF_MX | roterhahn.it |
Related pages
Pivot deeper into the graph from roterhahn.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "roterhahn.it"})-[: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.