Hostname
d-trust.net
Last fetched
d-trust.net resolves to 1 IPv4 address operated by AS210544 in DE. WHOIS lists iana:15 as the registrar.
Nutrition Label
Resolution chain
d-trust.net 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 |
|---|---|---|---|---|
| 193.28.64.55 | 193.28.64.0/24 | AS210544 | — | DE |
WHOIS identity
- Registrar
- iana:15
- Organization
- d-trust
- Contact emails
Subdomains
80 observed subdomains of d-trust.net.
Showing 25 of 80. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from d-trust.net in the public web crawl.
265 sites link to this hostname.
241 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for d-trust.net.
| Mechanism | Target |
|---|---|
| SPF_A | rm01.d-trust.net |
| SPF_INCLUDE | bdr.de |
| SPF_IP | 193.28.71.9 |
Related pages
Pivot deeper into the graph from d-trust.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "d-trust.net"})-[: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.