Hostname
roto-frank.de
Last fetched
roto-frank.de resolves to 1 IPv4 address operated by AS12371 in DE.
Nutrition Label
Resolution chain
roto-frank.de 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 |
|---|---|---|---|---|
| 195.60.121.2 | 195.63.153.0/24 | AS12371 | — | DE |
WHOIS identity
No WHOIS records are currently associated with roto-frank.de in WhisperGraph.
Subdomains
1 observed subdomain of roto-frank.de.
| Subdomain |
|---|
| www.roto-frank.de |
Web-graph footprint
Distinct hostnames that link to or from roto-frank.de in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for roto-frank.de.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc1889-39.eu.iphmx.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.124.36.64/26 |
| SPF_IP | 195.125.241.16/28 |
| SPF_IP | 62.154.217.0/27 |
| SPF_MX | roto-frank.de |
Related pages
Pivot deeper into the graph from roto-frank.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "roto-frank.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.