Hostname
karton.eu
Last fetched
karton.eu resolves to 1 IPv4 address operated by AS34171 in DE. WHOIS lists registrar:vautron rechenzentrum ag as the registrar.
Nutrition Label
Resolution chain
karton.eu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.73.83.252 | 213.73.64.0/18 | AS34171 | — | DE |
WHOIS identity
- Registrar
- registrar:vautron rechenzentrum ag
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of karton.eu.
Web-graph footprint
Distinct hostnames that link to or from karton.eu in the public web crawl.
124 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for karton.eu.
| Mechanism | Target |
|---|---|
| SPF_A | karton.eu |
| SPF_A | w01d5b8d.kasserver.com |
| SPF_INCLUDE | _spf1.snafu.de |
| SPF_INCLUDE | _spf2.snafu.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_IP | 217.91.178.252 |
| SPF_IP | 2a01:4f8:241:1aa:0:0:0:2 |
| SPF_IP | 80.243.50.133 |
| SPF_MX | karton.eu |
| SPF_MX | trustpilotservice.com |
Related pages
Pivot deeper into the graph from karton.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "karton.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.