Hostname
dtele.de
Last fetched
dtele.de resolves to 1 IPv4 address operated by PLUSSERVER-ASN1 in DE.
Nutrition Label
Resolution chain
dtele.de 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 |
|---|---|---|---|---|
| 62.138.219.131 | 62.138.216.0/22 | AS61157 | PLUSSERVER-ASN1 | DE |
WHOIS identity
No WHOIS records are currently associated with dtele.de in WhisperGraph.
Subdomains
13 observed subdomains of dtele.de.
Web-graph footprint
Distinct hostnames that link to or from dtele.de in the public web crawl.
121 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for dtele.de.
| Mechanism | Target |
|---|---|
| SPF_A | backend.nic-direct.de |
| SPF_A | david.dtele.de |
| SPF_A | dtele.de |
| SPF_A | newsletter.dtele.de |
| SPF_INCLUDE | mail.timmehosting.de |
| SPF_IP | 176.9.67.123 |
| SPF_IP | 46.38.236.101 |
| SPF_IP | 62.138.219.131 |
| SPF_IP | 62.138.219.134 |
| SPF_IP | 62.138.219.135 |
| SPF_MX | dtele.de |
Related pages
Pivot deeper into the graph from dtele.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dtele.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.