Hostname
testing-fredrich-de.pressmind.dev
Last fetched
testing-fredrich-de.pressmind.dev resolves to 2 IPv4 addresses operated by AS8972 in FR.
Nutrition Label
Resolution chain
testing-fredrich-de.pressmind.dev 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 |
|---|---|---|---|---|
| 46.163.118.21 | 46.163.112.0/21 | AS8972 | — | FR |
| 92.205.31.129 | 92.205.0.0/19 | AS21499 | — | DE |
WHOIS identity
No WHOIS records are currently associated with testing-fredrich-de.pressmind.dev in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from testing-fredrich-de.pressmind.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "testing-fredrich-de.pressmind.dev"})-[: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.