Hostname
apps.rockhard.de
Last fetched
apps.rockhard.de resolves to 2 IPv4 addresses operated by AS3209 in DE.
Nutrition Label
Resolution chain
apps.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 apps.rockhard.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for apps.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 apps.rockhard.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apps.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.