Hostname
rofa.de
Last fetched
rofa.de appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
rofa.de has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
No WHOIS records are currently associated with rofa.de in WhisperGraph.
Subdomains
13 observed subdomains of rofa.de.
Web-graph footprint
Distinct hostnames that link to or from rofa.de in the public web crawl.
71 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for rofa.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.nl2go.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.47.11.138 |
| SPF_IP | 104.47.7.138 |
| SPF_IP | 185.153.142.22 |
| SPF_IP | 185.30.32.0/22 |
| SPF_IP | 212.101.204.100 |
| SPF_IP | 212.101.204.99 |
| SPF_IP | 213.9.21.80 |
| SPF_IP | 37.17.224.0/21 |
| SPF_IP | 45.153.56.0/22 |
| SPF_IP | 81.89.246.103 |
| SPF_IP | 81.89.246.137 |
| SPF_IP | 85.208.238.183 |
| SPF_IP | 88.82.224.0/19 |
| SPF_MX | rofa.de |
Related pages
Pivot deeper into the graph from rofa.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rofa.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.