Hostname
rockhard.de
Last fetched
rockhard.de resolves to 2 IPv4 addresses operated by AS3209 in DE.
Nutrition Label
Resolution chain
rockhard.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 37.24.35.158 | 37.24.0.0/17 | AS3209 | — | DE |
| 80.153.147.235 | 80.152.0.0/14 | AS3320 | — | DE |
WHOIS identity
No WHOIS records are currently associated with rockhard.de in WhisperGraph.
Subdomains
27 observed subdomains of rockhard.de.
Showing 25 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from rockhard.de in the public web crawl.
659 sites link to this hostname.
242 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for rockhard.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 152.89.104.132 |
| SPF_IP | 37.24.35.158 |
| SPF_IP | 80.153.147.235 |
| SPF_IP | 87.139.24.139 |
| SPF_IP | 87.230.61.193 |
Related pages
Pivot deeper into the graph from rockhard.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rockhard.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.