Hostname
testdomain.eu
Last fetched
testdomain.eu resolves to 2 IPv4 addresses operated by AS8823 in DE. WHOIS lists registrar:rockenstein ag as the registrar.
Nutrition Label
Resolution chain
testdomain.eu 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 |
|---|---|---|---|---|
| 213.214.0.28 | 213.214.0.0/19 | AS8823 | — | DE |
| 213.214.4.222 | 213.214.0.0/19 | AS8823 | — | DE |
WHOIS identity
- Registrar
- registrar:rockenstein ag
- Organization
- —
- Contact emails
- —
Subdomains
54 observed subdomains of testdomain.eu.
Showing 25 of 54. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from testdomain.eu in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for testdomain.eu.
| Mechanism | Target |
|---|---|
| SPF_A | testdomain.eu |
| SPF_INCLUDE | spf.rockenstein.de |
| SPF_MX | testdomain.eu |
Related pages
Pivot deeper into the graph from testdomain.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "testdomain.eu"})-[: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.